CAM
clmfatesparaminterfacemod Module Reference

Functions/Subroutines

subroutine, public fatesreadparameters ()
 
subroutine, public fatesreadpfts ()
 
subroutine, private setparameterdimensions (ncid, is_host_file, fates_params)
 
subroutine, private getuseddimensionsizes (ncid, num_used_dimensions, dimension_names, dimension_sizes)
 
subroutine, private parametersfromnetcdf (filename, is_host_file, fates_params)
 

Variables

logical debug = .false.
 
character(len= *), parameter, private sourcefile = __FILE__
 

Function/Subroutine Documentation

◆ fatesreadparameters()

subroutine, public clmfatesparaminterfacemod::fatesreadparameters ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fatesreadpfts()

subroutine, public clmfatesparaminterfacemod::fatesreadpfts ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getuseddimensionsizes()

subroutine, private clmfatesparaminterfacemod::getuseddimensionsizes ( type(file_desc_t), intent(inout)  ncid,
integer, intent(in)  num_used_dimensions,
character(len=param_string_length), dimension(:), intent(in)  dimension_names,
integer, dimension(:), intent(out)  dimension_sizes 
)
private
Here is the caller graph for this function:

◆ parametersfromnetcdf()

subroutine, private clmfatesparaminterfacemod::parametersfromnetcdf ( character(len=*), intent(in)  filename,
logical, intent(in)  is_host_file,
class(fates_parameters_type), intent(inout)  fates_params 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ setparameterdimensions()

subroutine, private clmfatesparaminterfacemod::setparameterdimensions ( type(file_desc_t), intent(inout)  ncid,
logical, intent(in)  is_host_file,
class(fates_parameters_type), intent(inout)  fates_params 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ debug

logical clmfatesparaminterfacemod::debug = .false.

◆ sourcefile

character(len=*), parameter, private clmfatesparaminterfacemod::sourcefile = __FILE__
private