mHM
The mesoscale Hydrological Model
|
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. | |
gridding tools
Common tools to deal with grids in mHM.
COPYING
and COPYING.LESSER
provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/. Definition in file mo_grid.f90.