![]() |
mHM
The mesoscale Hydrological Model
|
'mainconfig' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'mainconfig' namelist content. | |
Public Attributes | |
| character(10) | name = "mainconfig" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| integer(i4) | iflag_cordinate_sys |
| options model for the run cordinate system | |
| real(dp), dimension(maxnodomains) | resolution_hydrology |
| [m or degree] resolution of hydrology - Level 1 | |
| integer(i4) | ndomains |
| number of domains | |
| integer(i4), dimension(maxnodomains) | l0domain |
| specify same index for domains to share L0_data to save memory | |
| logical | write_restart |
| flag to write restart | |
| integer(i4), dimension(maxnodomains) | read_opt_domain_data |
| read domain specific optional data | |
'mainconfig' namelist content
Definition at line 96 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_mainconfig_t::read | ( | class(nml_mainconfig_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'mainconfig' namelist content.
| [in] | file | file containing the namelist |
Definition at line 106 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_mainconfig_t::iflag_cordinate_sys |
options model for the run cordinate system
Definition at line 99 of file mo_namelists.f90.
| integer(i4), dimension(maxnodomains) mo_namelists::nml_mainconfig_t::l0domain |
specify same index for domains to share L0_data to save memory
Definition at line 102 of file mo_namelists.f90.
| character(10) mo_namelists::nml_mainconfig_t::name = "mainconfig" |
namelist name
Definition at line 97 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_mainconfig_t::ndomains |
number of domains
Definition at line 101 of file mo_namelists.f90.
| logical mo_namelists::nml_mainconfig_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 98 of file mo_namelists.f90.
| integer(i4), dimension(maxnodomains) mo_namelists::nml_mainconfig_t::read_opt_domain_data |
read domain specific optional data
Definition at line 104 of file mo_namelists.f90.
| real(dp), dimension(maxnodomains) mo_namelists::nml_mainconfig_t::resolution_hydrology |
[m or degree] resolution of hydrology - Level 1
Definition at line 100 of file mo_namelists.f90.
| logical mo_namelists::nml_mainconfig_t::write_restart |
flag to write restart
Definition at line 103 of file mo_namelists.f90.