![]() |
mHM
The mesoscale Hydrological Model
|
'mrm_outputs' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'mrm_outputs' namelist content. | |
Public Attributes | |
| character(15) | name = "nloutputresults" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| integer(i4) | output_deflate_level_mrm |
| netcdf deflate level | |
| logical | output_double_precision_mrm |
| switch to enable double precision in netcdf | |
| integer(i4) | output_time_reference_mrm |
| time reference point location in output nc files | |
| integer(i4) | timestep_model_outputs_mrm |
| timestep for writing model outputs | |
| logical, dimension(mrm_noutflxstate) | outputflxstate_mrm |
| Define model outputs see "mhm_outputs.nml". | |
'mrm_outputs' namelist content
Definition at line 1071 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_mrm_outputs_t::read | ( | class(nml_mrm_outputs_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'mrm_outputs' namelist content.
| [in] | file | file containing the namelist |
Definition at line 1080 of file mo_namelists.f90.
| character(15) mo_namelists::nml_mrm_outputs_t::name = "nloutputresults" |
namelist name
Definition at line 1072 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_mrm_outputs_t::output_deflate_level_mrm |
netcdf deflate level
Definition at line 1074 of file mo_namelists.f90.
| logical mo_namelists::nml_mrm_outputs_t::output_double_precision_mrm |
switch to enable double precision in netcdf
Definition at line 1075 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_mrm_outputs_t::output_time_reference_mrm |
time reference point location in output nc files
Definition at line 1076 of file mo_namelists.f90.
| logical, dimension(mrm_noutflxstate) mo_namelists::nml_mrm_outputs_t::outputflxstate_mrm |
Define model outputs see "mhm_outputs.nml".
Definition at line 1078 of file mo_namelists.f90.
| logical mo_namelists::nml_mrm_outputs_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 1073 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_mrm_outputs_t::timestep_model_outputs_mrm |
timestep for writing model outputs
Definition at line 1077 of file mo_namelists.f90.