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

gridding tools More...

Go to the source code of this file.

Modules

module  mo_grid
 gridding tools
 

Functions/Subroutines

subroutine, public mo_grid::init_lowres_level (highres, target_resolution, lowres, highres_lowres_remap)
 Level-1 variable initialization.
 
subroutine, public mo_grid::set_domain_indices (grids, indices)
 TODO: add description.
 
subroutine, public mo_grid::l0_grid_setup (new_grid)
 level 0 variable initialization
 
subroutine, public mo_grid::mapcoordinates (level, y, x)
 Generate map coordinates.
 
subroutine, public mo_grid::geocoordinates (level, lat, lon)
 Generate geographic coordinates.
 
subroutine mo_grid::calculate_grid_properties (nrowsin, ncolsin, xllcornerin, yllcornerin, cellsizein, aimingresolution, nrowsout, ncolsout, xllcornerout, yllcornerout, cellsizeout)
 Calculates basic grid properties at a required coarser level using information of a given finer level.
 

Detailed Description

gridding tools

Common tools to deal with grids in mHM.

Authors
Robert Schweppe
Date
Jun 2018

Definition in file mo_grid.f90.