5.13.2
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_pet3_t Module Reference

'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
 

Detailed Description

'pet3' namelist content

PET - Penman Monteith

Definition at line 843 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

procedure, public mo_namelists::nml_pet3_t::read ( class(nml_pet3_t), intent(inout) self,
character(*), intent(in) file )

Read 'pet3' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 854 of file mo_namelists.f90.

Member Data Documentation

◆ canopyheigth_forest

real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::canopyheigth_forest

canopy height for foreset

Definition at line 846 of file mo_namelists.f90.

◆ canopyheigth_impervious

real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::canopyheigth_impervious

canopy height for impervious

Definition at line 847 of file mo_namelists.f90.

◆ canopyheigth_pervious

real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::canopyheigth_pervious

canopy height for pervious

Definition at line 848 of file mo_namelists.f90.

◆ displacementheight_coeff

real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::displacementheight_coeff

displacement height coefficient

Definition at line 849 of file mo_namelists.f90.

◆ name

character(4) mo_namelists::nml_pet3_t::name = "pet3"

namelist name

Definition at line 844 of file mo_namelists.f90.

◆ read_from_file

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.

◆ roughnesslength_heat_coeff

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.

◆ roughnesslength_momentum_coeff

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.

◆ stomatal_resistance

real(dp), dimension(ncolpars) mo_namelists::nml_pet3_t::stomatal_resistance

stomatal resistance

Definition at line 852 of file mo_namelists.f90.


The documentation for this module was generated from the following file: