![]() |
mHM
The mesoscale Hydrological Model
|
'coupling' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'coupling' namelist content. | |
Public Attributes | |
| character(8) | name = "coupling" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| integer(i4) | case |
| coupling case | |
| integer(i4) | meteo_timestep |
| timestep for meteo-data from coupling | |
| logical | meteo_time_ref_endpoint |
| expect meteo has time reference point at end of associated time interval | |
| logical | meteo_expect_pre |
| expect meteo from coupling: [mm] Precipitation | |
| logical | meteo_expect_temp |
| expect meteo from coupling: [degC] Air temperature | |
| logical | meteo_expect_pet |
| expect meteo from coupling: [mm TS-1] Potential evapotranspiration | |
| logical | meteo_expect_tmin |
| expect meteo from coupling: [degC] minimum daily air temperature | |
| logical | meteo_expect_tmax |
| expect meteo from coupling: [degC] maximum daily air temperature | |
| logical | meteo_expect_netrad |
| expect meteo from coupling: [W m2] net radiation | |
| logical | meteo_expect_absvappress |
| expect meteo from coupling: [Pa] absolute vapour pressure | |
| logical | meteo_expect_windspeed |
| expect meteo from coupling: [m s-1] windspeed | |
| logical | meteo_expect_ssrd |
| expect meteo from coupling: [W m2] short wave radiation | |
| logical | meteo_expect_strd |
| expect meteo from coupling: [W m2] long wave radiation | |
| logical | meteo_expect_tann |
| expect meteo from coupling: [degC] annual mean air temperature | |
'coupling' namelist content
Definition at line 1185 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_coupling_t::read | ( | class(nml_coupling_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'coupling' namelist content.
| [in] | file | file containing the namelist |
Definition at line 1203 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_coupling_t::case |
coupling case
Definition at line 1188 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_absvappress |
expect meteo from coupling: [Pa] absolute vapour pressure
Definition at line 1197 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_netrad |
expect meteo from coupling: [W m2] net radiation
Definition at line 1196 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_pet |
expect meteo from coupling: [mm TS-1] Potential evapotranspiration
Definition at line 1193 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_pre |
expect meteo from coupling: [mm] Precipitation
Definition at line 1191 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_ssrd |
expect meteo from coupling: [W m2] short wave radiation
Definition at line 1199 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_strd |
expect meteo from coupling: [W m2] long wave radiation
Definition at line 1200 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_tann |
expect meteo from coupling: [degC] annual mean air temperature
Definition at line 1201 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_temp |
expect meteo from coupling: [degC] Air temperature
Definition at line 1192 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_tmax |
expect meteo from coupling: [degC] maximum daily air temperature
Definition at line 1195 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_tmin |
expect meteo from coupling: [degC] minimum daily air temperature
Definition at line 1194 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_expect_windspeed |
expect meteo from coupling: [m s-1] windspeed
Definition at line 1198 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::meteo_time_ref_endpoint |
expect meteo has time reference point at end of associated time interval
Definition at line 1190 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_coupling_t::meteo_timestep |
timestep for meteo-data from coupling
Definition at line 1189 of file mo_namelists.f90.
| character(8) mo_namelists::nml_coupling_t::name = "coupling" |
namelist name
Definition at line 1186 of file mo_namelists.f90.
| logical mo_namelists::nml_coupling_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 1187 of file mo_namelists.f90.