![]() |
mHM
The mesoscale Hydrological Model
|
'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 | |
| procedure, public mo_namelists::nml_pet1_t::read | ( | class(nml_pet1_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'pet1' namelist content.
| [in] | file | file containing the namelist |
Definition at line 808 of file mo_namelists.f90.
| 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.
| real(dp), dimension(ncolpars) mo_namelists::nml_pet1_t::hargreavessamanicoeff |
coefficient for Hargreaves Samani
Definition at line 806 of file mo_namelists.f90.
| 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.
| 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.
| character(4) mo_namelists::nml_pet1_t::name = "pet1" |
namelist name
Definition at line 801 of file mo_namelists.f90.
| 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.