![]() |
mHM
The mesoscale Hydrological Model
|
'directories_mrm' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'directories_mrm' namelist content. | |
Public Attributes | |
| character(15) | name = "directories_mrm" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| character(256), dimension(maxnodomains) | dir_gauges |
| directory containing gauge time series | |
| character(256), dimension(maxnodomains) | dir_total_runoff |
| directory where simulated runoff can be found | |
| character(256), dimension(maxnodomains) | dir_bankfull_runoff |
| directory where runoff at bankfull conditions can be found | |
'directories_mrm' namelist content
Definition at line 999 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_directories_mrm_t::read | ( | class(nml_directories_mrm_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'directories_mrm' namelist content.
| [in] | file | file containing the namelist |
Definition at line 1006 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_mrm_t::dir_bankfull_runoff |
directory where runoff at bankfull conditions can be found
Definition at line 1004 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_mrm_t::dir_gauges |
directory containing gauge time series
Definition at line 1002 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_mrm_t::dir_total_runoff |
directory where simulated runoff can be found
Definition at line 1003 of file mo_namelists.f90.
| character(15) mo_namelists::nml_directories_mrm_t::name = "directories_mrm" |
namelist name
Definition at line 1000 of file mo_namelists.f90.
| logical mo_namelists::nml_directories_mrm_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 1001 of file mo_namelists.f90.