CAM
|
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 |
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 | ||
) |
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 | ||
) |
subroutine, public bhistfilemod::hist_file_create | ( | class(file_desc_t), intent(inout) | ncid, |
integer, intent(in) | nlevgrnd, | ||
integer, intent(in) | ncol | ||
) |
|
private |
integer, parameter, public bhistfilemod::no_snow_normal = 1 |
integer, parameter, public bhistfilemod::no_snow_zero = 2 |