![]() |
mHM
The mesoscale Hydrological Model
|
'panevapo' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'panevapo' namelist content. | |
Public Attributes | |
| character(8) | name = "panevapo" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| real(dp), dimension(int(yearmonths, i4)) | evap_coeff |
| [-] Evap. | |
'panevapo' namelist content
Definition at line 315 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_panevapo_t::read | ( | class(nml_panevapo_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'panevapo' namelist content.
| [in] | file | file containing the namelist |
Definition at line 320 of file mo_namelists.f90.
| real(dp), dimension(int(yearmonths, i4)) mo_namelists::nml_panevapo_t::evap_coeff |
| character(8) mo_namelists::nml_panevapo_t::name = "panevapo" |
namelist name
Definition at line 316 of file mo_namelists.f90.
| logical mo_namelists::nml_panevapo_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 317 of file mo_namelists.f90.