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

Common reading routines. More...

Go to the source code of this file.

Data Types

interface  mo_common_restart::check_consistency_element
 check consistency of two given items More...
 

Modules

module  mo_common_restart
 common restart tools
 

Functions/Subroutines

subroutine, public mo_common_restart::write_grid_info (grid_in, level_name, nc)
 write restart files for each domain
 
subroutine, public mo_common_restart::read_grid_info (infile, level_name, new_grid)
 reads configuration apart from Level 11 configuration from a restart directory
 
subroutine, public mo_common_restart::read_nlai_and_check_dims (idomain, infile)
 read nubmer of LAI time steps and check dimension configurations read from restart file
 
subroutine mo_common_restart::check_dimension_consistency (idomain, nsoilhorizons_temp, soilhorizonboundaries_temp, nlais_temp, laiboundaries_temp, nlandcoverperiods_temp, landcoverperiodboundaries_temp)
 checks dimension configurations read from restart file
 
subroutine mo_common_restart::check_consistency_element_dp (item1, item2, name, idomain)
 check consistency of two given items
 
subroutine mo_common_restart::check_consistency_element_i4 (item1, item2, name, idomain)
 check consistency of two given items
 

Detailed Description

Common reading routines.

Routines to read the DEM and landcover files.

Authors
Robert Schweppe
Date
Jun 2018

Definition in file mo_common_restart.f90.