5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_pet2_t Module Reference

'pet2' namelist content More...

Public Member Functions

procedure, public read (self, file)
 Read 'pet2' namelist content.
 

Public Attributes

character(4) name = "pet2"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
real(dp), dimension(ncolpars) priestleytaylorcoeff
 Priestley-Taylor coefficient.
 
real(dp), dimension(ncolpars) priestleytaylorlaicorr
 Priestley-Taylor LAI correction factor.
 

Detailed Description

'pet2' namelist content

PET - Priestley Taylor

Definition at line 826 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'pet2' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 832 of file mo_namelists.f90.

Member Data Documentation

◆ name

character(4) mo_namelists::nml_pet2_t::name = "pet2"

namelist name

Definition at line 827 of file mo_namelists.f90.

◆ priestleytaylorcoeff

real(dp), dimension(ncolpars) mo_namelists::nml_pet2_t::priestleytaylorcoeff

Priestley-Taylor coefficient.

Definition at line 829 of file mo_namelists.f90.

◆ priestleytaylorlaicorr

real(dp), dimension(ncolpars) mo_namelists::nml_pet2_t::priestleytaylorlaicorr

Priestley-Taylor LAI correction factor.

Definition at line 830 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_pet2_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 828 of file mo_namelists.f90.


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