![]() |
mHM
The mesoscale Hydrological Model
|
'pet3' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'pet3' namelist content. | |
Public Attributes | |
| character(4) | name = "pet3" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| real(dp), dimension(ncolpars) | canopyheigth_forest |
| canopy height for foreset | |
| real(dp), dimension(ncolpars) | canopyheigth_impervious |
| canopy height for impervious | |
| real(dp), dimension(ncolpars) | canopyheigth_pervious |
| canopy height for pervious | |
| real(dp), dimension(ncolpars) | displacementheight_coeff |
| displacement height coefficient | |
| real(dp), dimension(ncolpars) | roughnesslength_momentum_coeff |
| roughness length momentum coefficient | |
| real(dp), dimension(ncolpars) | roughnesslength_heat_coeff |
| roughness length heat coefficient | |
| real(dp), dimension(ncolpars) | stomatal_resistance |
| stomatal resistance | |
| procedure, public mo_namelists::nml_pet3_t::read | ( | class(nml_pet3_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'pet3' namelist content.
| [in] | file | file containing the namelist |
Definition at line 854 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::canopyheigth_forest |
canopy height for foreset
Definition at line 846 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::canopyheigth_impervious |
canopy height for impervious
Definition at line 847 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::canopyheigth_pervious |
canopy height for pervious
Definition at line 848 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::displacementheight_coeff |
displacement height coefficient
Definition at line 849 of file mo_namelists.f90.
| character(4) mo_namelists::nml_pet3_t::name = "pet3" |
namelist name
Definition at line 844 of file mo_namelists.f90.
| logical mo_namelists::nml_pet3_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 845 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::roughnesslength_heat_coeff |
roughness length heat coefficient
Definition at line 851 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::roughnesslength_momentum_coeff |
roughness length momentum coefficient
Definition at line 850 of file mo_namelists.f90.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::stomatal_resistance |
stomatal resistance
Definition at line 852 of file mo_namelists.f90.