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

type for date time information with an increment subroutine More...

Go to the source code of this file.

Data Types

type  mo_common_datetime_type::datetimeinfo
 

Modules

module  mo_common_datetime_type
 type for date time information with an increment subroutine
 

Functions/Subroutines

subroutine mo_common_datetime_type::datetimeinfo_init (this, idomain)
 
subroutine mo_common_datetime_type::datetimeinfo_increment (this)
 
subroutine mo_common_datetime_type::datetimeinfo_update_lai_timestep (this)
 
logical function mo_common_datetime_type::datetimeinfo_writeout (this, timestep_model_outputs, tt)
 

Detailed Description

type for date time information with an increment subroutine

Contains a current day, month, year, hour matching newTime, aswell as previous day, month, year. Theses all get updated on increment also contains nTimestep, and tIndex_out for writing finally, contains iLAI and yId that are time dependent and updating routines for these, and a function returning a boolean for writeout, dependent on the timestep_model_input

Author
Maren Kaluza
Date
March 2019

Definition in file mo_common_datetime_type.f90.