![]() |
mHM
The mesoscale Hydrological Model
|
'time_periods' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'time_periods' namelist content. | |
Public Attributes | |
| character(12) | name = "time_periods" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| integer(i4), dimension(maxnodomains) | warming_days |
| number of days for warm up period | |
| type(period), dimension(maxnodomains) | eval_per |
| time period for model evaluation | |
'time_periods' namelist content
Definition at line 222 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_time_periods_t::read | ( | class(nml_time_periods_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'time_periods' namelist content.
| [in] | file | file containing the namelist |
Definition at line 228 of file mo_namelists.f90.
| type(period), dimension(maxnodomains) mo_namelists::nml_time_periods_t::eval_per |
time period for model evaluation
Definition at line 226 of file mo_namelists.f90.
| character(12) mo_namelists::nml_time_periods_t::name = "time_periods" |
namelist name
Definition at line 223 of file mo_namelists.f90.
| logical mo_namelists::nml_time_periods_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 224 of file mo_namelists.f90.
| integer(i4), dimension(maxnodomains) mo_namelists::nml_time_periods_t::warming_days |
number of days for warm up period
Definition at line 225 of file mo_namelists.f90.