CAM
clm_interface_pflotranmod Module Reference

Functions/Subroutines

subroutine, public clm_pf_readnl (NLFilename)
 
subroutine, public clm_pf_set_restart_stamp (clm_restart_filename)
 
subroutine, private pflotran_not_available (subname)
 
subroutine, public clm_pf_interface_init (bounds)
 
subroutine, public clm_pf_run (clm_interface_data, bounds, filters, ifilter)
 
subroutine, public clm_pf_write_restart (date_stamp)
 
subroutine, public clm_pf_finalize ()
 

Variables

type(pflotran_model_type), pointer, public pflotran_m
 
logical, dimension(:), pointer, public mapped_gcount_skip
 
character(len=256), private pflotran_prefix = ''
 
character(len=32), private restart_stamp = ''
 
real(r8), parameter rgas = 8.3144621d0
 

Function/Subroutine Documentation

◆ clm_pf_finalize()

subroutine, public clm_interface_pflotranmod::clm_pf_finalize ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ clm_pf_interface_init()

subroutine, public clm_interface_pflotranmod::clm_pf_interface_init ( type(bounds_type), intent(in)  bounds)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ clm_pf_readnl()

subroutine, public clm_interface_pflotranmod::clm_pf_readnl ( character(len=*), intent(in)  NLFilename)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ clm_pf_run()

subroutine, public clm_interface_pflotranmod::clm_pf_run ( type(clm_interface_data_type), intent(inout)  clm_interface_data,
type(bounds_type), intent(in)  bounds,
type(clumpfilter), dimension(:), intent(inout)  filters,
integer, intent(in)  ifilter 
)
Here is the call graph for this function:

◆ clm_pf_set_restart_stamp()

subroutine, public clm_interface_pflotranmod::clm_pf_set_restart_stamp ( character(len=256), intent(in)  clm_restart_filename)

◆ clm_pf_write_restart()

subroutine, public clm_interface_pflotranmod::clm_pf_write_restart ( character(len=*), intent(in)  date_stamp)
Here is the call graph for this function:

◆ pflotran_not_available()

subroutine, private clm_interface_pflotranmod::pflotran_not_available ( character(len=*), intent(in)  subname)
private
Here is the caller graph for this function:

Variable Documentation

◆ mapped_gcount_skip

logical, dimension(:), pointer, public clm_interface_pflotranmod::mapped_gcount_skip

◆ pflotran_m

type(pflotran_model_type), pointer, public clm_interface_pflotranmod::pflotran_m

◆ pflotran_prefix

character(len=256), private clm_interface_pflotranmod::pflotran_prefix = ''
private

◆ restart_stamp

character(len=32), private clm_interface_pflotranmod::restart_stamp = ''
private

◆ rgas

real(r8), parameter clm_interface_pflotranmod::rgas = 8.3144621d0
private