![]() |
mHM
The mesoscale Hydrological Model
|
'lcover_mpr' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'lcover_mpr' namelist content. | |
Public Attributes | |
| character(10) | name = "lcover_mpr" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| real(dp) | fracsealed_cityarea |
| fraction of area within city assumed to be perfectly sealed [0-1] | |
'lcover_mpr' namelist content
Definition at line 442 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_lcover_mpr_t::read | ( | class(nml_lcover_mpr_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'lcover_mpr' namelist content.
| [in] | file | file containing the namelist |
Definition at line 447 of file mo_namelists.f90.
| real(dp) mo_namelists::nml_lcover_mpr_t::fracsealed_cityarea |
fraction of area within city assumed to be perfectly sealed [0-1]
Definition at line 445 of file mo_namelists.f90.
| character(10) mo_namelists::nml_lcover_mpr_t::name = "lcover_mpr" |
namelist name
Definition at line 443 of file mo_namelists.f90.
| logical mo_namelists::nml_lcover_mpr_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 444 of file mo_namelists.f90.