5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mhm_messages Module Reference

Module for mHM messages. More...

Functions/Subroutines

subroutine, public startup_message ()
 write startup message of mHM.
 
subroutine, public domain_dir_check_message ()
 Check input directories for mHM.
 
subroutine, public finish_message ()
 Finish message for mHM.
 

Detailed Description

Module for mHM messages.

Write out messages of mHM (startup, checks, status, finish, ect.).

Authors
Sebastian Mueller
Version
0.1
Date
Oct 2021


Function/Subroutine Documentation

◆ domain_dir_check_message()

subroutine, public mo_mhm_messages::domain_dir_check_message

Check input directories for mHM.

Definition at line 105 of file mo_mhm_messages.F90.

References mo_check::check_dir(), mo_common_variables::dirlcover, mo_common_variables::dirmorpho, mo_common_variables::dirout, mo_common_variables::domainmeta, mo_global_variables::meteo_handler, and mo_common_variables::processmatrix.

Referenced by mo_mhm_interface::mhm_interface_init().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ finish_message()

subroutine, public mo_mhm_messages::finish_message

Finish message for mHM.

Definition at line 164 of file mo_mhm_messages.F90.

References mo_common_variables::domainmeta, mo_common_mhm_mrm_variables::ntstepday, and mo_common_mhm_mrm_variables::simper.

Referenced by mo_mhm_interface::mhm_interface_finalize().

Here is the caller graph for this function:

◆ startup_message()

subroutine, public mo_mhm_messages::startup_message

write startup message of mHM.

Definition at line 30 of file mo_mhm_messages.F90.

References mo_file::file_defoutput, mo_file::file_namelist_mhm, mo_file::file_namelist_mhm_param, mo_file::version, and mo_file::version_date.

Referenced by mo_mhm_interface::mhm_interface_init().

Here is the caller graph for this function: