5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_coupling_type.f90 File Reference

Types to specify the coupling configuration of mHM. More...

Go to the source code of this file.

Data Types

module  mo_coupling_type::couple_cfg_type
 This is a container to hold all coupling configurations for mHM. More...
 

Modules

module  mo_coupling_type
 Types to specify the coupling configuration of mHM.
 

Functions/Subroutines

subroutine mo_coupling_type::clean_up (self)
 clean up
 
subroutine mo_coupling_type::read_config (self, file_namelist, unamelist)
 read configuration for the couple_cfg_type class from the mhm namelist
 
subroutine mo_coupling_type::set_config (self, case, meteo_timestep, meteo_time_ref_endpoint, meteo_expect_pre, meteo_expect_temp, meteo_expect_pet, meteo_expect_tmin, meteo_expect_tmax, meteo_expect_netrad, meteo_expect_absvappress, meteo_expect_windspeed, meteo_expect_ssrd, meteo_expect_strd, meteo_expect_tann, read_nml)
 set configuration for the couple_cfg_type class
 
logical function mo_coupling_type::any_meteo_expected (self)
 whether any meteo data is expected
 
subroutine mo_coupling_type::check (self, domainmeta, optimize)
 check configuration
 
logical function mo_coupling_type::active (self)
 whether coupling is actived
 

Detailed Description

Types to specify the coupling configuration of mHM.

Version
0.1
Authors
Sebastian Mueller
Date
Apr 2023

Definition in file mo_coupling_type.f90.