![]() |
mHM
The mesoscale Hydrological Model
|
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) |
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
COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
|
private |
Definition at line 106 of file mo_common_datetime_type.f90.
References mo_common_mhm_mrm_variables::timestep.
| subroutine mo_common_datetime_type::datetimeinfo_init | ( | class(datetimeinfo), intent(inout) | this, |
| integer(i4), intent(in) | idomain ) |
Definition at line 71 of file mo_common_datetime_type.f90.
References mo_common_mhm_mrm_variables::lcyearid, mo_common_mhm_mrm_variables::ntstepday, and mo_common_mhm_mrm_variables::simper.
|
private |
Definition at line 135 of file mo_common_datetime_type.f90.
References mo_mpr_global_variables::timestep_lai_input.
|
private |
Definition at line 157 of file mo_common_datetime_type.f90.