CAM
bhistfilemod Module Reference

Functions/Subroutines

subroutine, public hist_file_create (ncid, nlevgrnd, ncol)
 
subroutine, public hist_def_fld2d (ncid, varname, nf90_type, dim1name, dim2name, long_name, units)
 
subroutine, public hist_def_fld1d (ncid, varname, nf90_type, dim1name, long_name, units)
 

Variables

character(len= *), parameter, private mod_filename = __FILE__
 
integer, parameter, public no_snow_normal = 1
 
integer, parameter, public no_snow_zero = 2
 

Function/Subroutine Documentation

◆ hist_def_fld1d()

subroutine, public bhistfilemod::hist_def_fld1d ( class(file_desc_t), intent(inout)  ncid,
character(len=*), intent(in)  varname,
integer, intent(in)  nf90_type,
character(len=*), intent(in)  dim1name,
character(len=*), intent(in)  long_name,
character(len=*), intent(in)  units 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ hist_def_fld2d()

subroutine, public bhistfilemod::hist_def_fld2d ( class(file_desc_t), intent(inout)  ncid,
character(len=*), intent(in)  varname,
integer, intent(in)  nf90_type,
character(len=*), intent(in)  dim1name,
character(len=*), intent(in)  dim2name,
character(len=*), intent(in)  long_name,
character(len=*), intent(in)  units 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ hist_file_create()

subroutine, public bhistfilemod::hist_file_create ( class(file_desc_t), intent(inout)  ncid,
integer, intent(in)  nlevgrnd,
integer, intent(in)  ncol 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ mod_filename

character(len=*), parameter, private bhistfilemod::mod_filename = __FILE__
private

◆ no_snow_normal

integer, parameter, public bhistfilemod::no_snow_normal = 1

◆ no_snow_zero

integer, parameter, public bhistfilemod::no_snow_zero = 2