![]() |
mHM
The mesoscale Hydrological Model
|
'mainconfig_mrm' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'mainconfig_mrm' namelist content. | |
Public Attributes | |
| character(14) | name = "mainconfig_mrm" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| logical | alma_convention |
| flag for ALMA convention (see http://www.lmd.jussieu.fr/~polcher/ALMA/convention_3.html) | |
| character(256) | filenametotalrunoff |
| Filename of simulated total runoff file. | |
| character(256) | varnametotalrunoff |
| variable name of total runoff | |
| logical | gw_coupling |
| switch to enable ground water coupling | |
'mainconfig_mrm' namelist content
Definition at line 979 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_mainconfig_mrm_t::read | ( | class(nml_mainconfig_mrm_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'mainconfig_mrm' namelist content.
| [in] | file | file containing the namelist |
Definition at line 987 of file mo_namelists.f90.
| logical mo_namelists::nml_mainconfig_mrm_t::alma_convention |
flag for ALMA convention (see http://www.lmd.jussieu.fr/~polcher/ALMA/convention_3.html)
Definition at line 982 of file mo_namelists.f90.
| character(256) mo_namelists::nml_mainconfig_mrm_t::filenametotalrunoff |
Filename of simulated total runoff file.
Definition at line 983 of file mo_namelists.f90.
| logical mo_namelists::nml_mainconfig_mrm_t::gw_coupling |
switch to enable ground water coupling
Definition at line 985 of file mo_namelists.f90.
| character(14) mo_namelists::nml_mainconfig_mrm_t::name = "mainconfig_mrm" |
namelist name
Definition at line 980 of file mo_namelists.f90.
| logical mo_namelists::nml_mainconfig_mrm_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 981 of file mo_namelists.f90.
| character(256) mo_namelists::nml_mainconfig_mrm_t::varnametotalrunoff |
variable name of total runoff
Definition at line 984 of file mo_namelists.f90.