![]() |
mHM
The mesoscale Hydrological Model
|
'interception1' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'interception1' namelist content. | |
Public Attributes | |
| character(13) | name = "interception1" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| real(dp), dimension(ncolpars) | canopyinterceptionfactor |
| multiplier to relate LAI to interception storage [-] | |
'interception1' namelist content
Definition at line 457 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_interception1_t::read | ( | class(nml_interception1_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'interception1' namelist content.
| [in] | file | file containing the namelist |
Definition at line 462 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_interception1_t::canopyinterceptionfactor |
multiplier to relate LAI to interception storage [-]
Definition at line 460 of file mo_namelists.f90.
| character(13) mo_namelists::nml_interception1_t::name = "interception1" |
namelist name
Definition at line 458 of file mo_namelists.f90.
| logical mo_namelists::nml_interception1_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 459 of file mo_namelists.f90.