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

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

Data Types

type  datetimeinfo
 

Functions/Subroutines

subroutine datetimeinfo_init (this, idomain)
 
subroutine datetimeinfo_increment (this)
 
subroutine datetimeinfo_update_lai_timestep (this)
 
logical function 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


Function/Subroutine Documentation

◆ datetimeinfo_increment()

subroutine mo_common_datetime_type::datetimeinfo_increment ( class(datetimeinfo), intent(inout) this)
private

◆ datetimeinfo_init()

subroutine mo_common_datetime_type::datetimeinfo_init ( class(datetimeinfo), intent(inout) this,
integer(i4), intent(in) idomain )

◆ datetimeinfo_update_lai_timestep()

subroutine mo_common_datetime_type::datetimeinfo_update_lai_timestep ( class(datetimeinfo), intent(inout) this)
private

◆ datetimeinfo_writeout()

logical function mo_common_datetime_type::datetimeinfo_writeout ( class(datetimeinfo), intent(in) this,
integer(i4), intent(in) timestep_model_outputs,
integer(i4), intent(in) tt )
private

Definition at line 157 of file mo_common_datetime_type.f90.