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

'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
 

Detailed Description

'coupling' namelist content

Definition at line 1191 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'coupling' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 1209 of file mo_namelists.f90.

Member Data Documentation

◆ case

integer(i4) mo_namelists::nml_coupling_t::case

coupling case

Definition at line 1194 of file mo_namelists.f90.

◆ meteo_expect_absvappress

logical mo_namelists::nml_coupling_t::meteo_expect_absvappress

expect meteo from coupling: [Pa] absolute vapour pressure

Definition at line 1203 of file mo_namelists.f90.

◆ meteo_expect_netrad

logical mo_namelists::nml_coupling_t::meteo_expect_netrad

expect meteo from coupling: [W m2] net radiation

Definition at line 1202 of file mo_namelists.f90.

◆ meteo_expect_pet

logical mo_namelists::nml_coupling_t::meteo_expect_pet

expect meteo from coupling: [mm TS-1] Potential evapotranspiration

Definition at line 1199 of file mo_namelists.f90.

◆ meteo_expect_pre

logical mo_namelists::nml_coupling_t::meteo_expect_pre

expect meteo from coupling: [mm] Precipitation

Definition at line 1197 of file mo_namelists.f90.

◆ meteo_expect_ssrd

logical mo_namelists::nml_coupling_t::meteo_expect_ssrd

expect meteo from coupling: [W m2] short wave radiation

Definition at line 1205 of file mo_namelists.f90.

◆ meteo_expect_strd

logical mo_namelists::nml_coupling_t::meteo_expect_strd

expect meteo from coupling: [W m2] long wave radiation

Definition at line 1206 of file mo_namelists.f90.

◆ meteo_expect_tann

logical mo_namelists::nml_coupling_t::meteo_expect_tann

expect meteo from coupling: [degC] annual mean air temperature

Definition at line 1207 of file mo_namelists.f90.

◆ meteo_expect_temp

logical mo_namelists::nml_coupling_t::meteo_expect_temp

expect meteo from coupling: [degC] Air temperature

Definition at line 1198 of file mo_namelists.f90.

◆ meteo_expect_tmax

logical mo_namelists::nml_coupling_t::meteo_expect_tmax

expect meteo from coupling: [degC] maximum daily air temperature

Definition at line 1201 of file mo_namelists.f90.

◆ meteo_expect_tmin

logical mo_namelists::nml_coupling_t::meteo_expect_tmin

expect meteo from coupling: [degC] minimum daily air temperature

Definition at line 1200 of file mo_namelists.f90.

◆ meteo_expect_windspeed

logical mo_namelists::nml_coupling_t::meteo_expect_windspeed

expect meteo from coupling: [m s-1] windspeed

Definition at line 1204 of file mo_namelists.f90.

◆ meteo_time_ref_endpoint

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 1196 of file mo_namelists.f90.

◆ meteo_timestep

integer(i4) mo_namelists::nml_coupling_t::meteo_timestep

timestep for meteo-data from coupling

Definition at line 1195 of file mo_namelists.f90.

◆ name

character(8) mo_namelists::nml_coupling_t::name = "coupling"

namelist name

Definition at line 1192 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_coupling_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 1193 of file mo_namelists.f90.


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