5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_meteo_spatial_tools.f90 File Reference

Spatial aggegation or disaggregation of meteorological input data. More...

Go to the source code of this file.

Data Types

interface  mo_meteo_spatial_tools::spatial_aggregation
 Spatial aggregation of meterological variables. More...
 
interface  mo_meteo_spatial_tools::spatial_disaggregation
 Spatial disaggregation of meterological variables. More...
 

Modules

module  mo_meteo_spatial_tools
 Spatial aggegation or disaggregation of meteorological input data.
 

Functions/Subroutines

subroutine mo_meteo_spatial_tools::spatial_aggregation_3d (data2, cellsize2, cellsize1, mask1, mask2, data1)
 
subroutine mo_meteo_spatial_tools::spatial_aggregation_4d (data2, cellsize2, cellsize1, mask1, mask2, data1)
 
subroutine mo_meteo_spatial_tools::spatial_disaggregation_3d (data2, cellsize2, cellsize1, mask1, mask2, data1)
 
subroutine mo_meteo_spatial_tools::spatial_disaggregation_4d (data2, cellsize2, cellsize1, mask1, mask2, data1)
 

Detailed Description

Spatial aggegation or disaggregation of meteorological input data.

This module contains two subroutines to upscale and downscale, respectively, the level-2 meterological inputs to a required Level-1 hydrological spatial resolution.

Authors
Rohini Kumar
Date
Jan 2013


Definition in file mo_meteo_spatial_tools.f90.