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

'pet1' namelist content More...

Public Member Functions

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

Public Attributes

character(4) name = "pet1"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
real(dp), dimension(ncolpars) mincorrectionfactorpet
 minimum factor for PET correction with aspect
 
real(dp), dimension(ncolpars) maxcorrectionfactorpet
 maximum factor for PET correction with aspect
 
real(dp), dimension(ncolpars) aspecttresholdpet
 aspect threshold for PET correction with aspect
 
real(dp), dimension(ncolpars) hargreavessamanicoeff
 coefficient for Hargreaves Samani
 

Detailed Description

'pet1' namelist content

PET - Hargreaves Samani

Definition at line 800 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'pet1' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 808 of file mo_namelists.f90.

Member Data Documentation

◆ aspecttresholdpet

real(dp), dimension(ncolpars) mo_namelists::nml_pet1_t::aspecttresholdpet

aspect threshold for PET correction with aspect

Definition at line 805 of file mo_namelists.f90.

◆ hargreavessamanicoeff

real(dp), dimension(ncolpars) mo_namelists::nml_pet1_t::hargreavessamanicoeff

coefficient for Hargreaves Samani

Definition at line 806 of file mo_namelists.f90.

◆ maxcorrectionfactorpet

real(dp), dimension(ncolpars) mo_namelists::nml_pet1_t::maxcorrectionfactorpet

maximum factor for PET correction with aspect

Definition at line 804 of file mo_namelists.f90.

◆ mincorrectionfactorpet

real(dp), dimension(ncolpars) mo_namelists::nml_pet1_t::mincorrectionfactorpet

minimum factor for PET correction with aspect

Definition at line 803 of file mo_namelists.f90.

◆ name

character(4) mo_namelists::nml_pet1_t::name = "pet1"

namelist name

Definition at line 801 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_pet1_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 802 of file mo_namelists.f90.


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