![]() |
mHM
The mesoscale Hydrological Model
|
'routing3' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'routing3' namelist content. | |
Public Attributes | |
| character(8) | name = "routing3" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| real(dp), dimension(ncolpars) | slope_factor |
| slope factor | |
'routing3' namelist content
Definition at line 1128 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_routing3_t::read | ( | class(nml_routing3_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'routing3' namelist content.
| [in] | file | file containing the namelist |
Definition at line 1133 of file mo_namelists.f90.
| character(8) mo_namelists::nml_routing3_t::name = "routing3" |
namelist name
Definition at line 1129 of file mo_namelists.f90.
| logical mo_namelists::nml_routing3_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 1130 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_routing3_t::slope_factor |
slope factor
Definition at line 1131 of file mo_namelists.f90.