5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_meteo_spatial_tools::spatial_disaggregation Interface Reference

Spatial disaggregation of meterological variables. More...

Public Member Functions

subroutine spatial_disaggregation_3d (data2, cellsize2, cellsize1, mask1, mask2, data1)
 
subroutine spatial_disaggregation_4d (data2, cellsize2, cellsize1, mask1, mask2, data1)
 

Detailed Description

Spatial disaggregation of meterological variables.

Disaggregate (or downscale) the given level-2 meteorological data to the required level-1 spatial resolution for the mHM run.

Parameters
[in]real(dp), dimension(:, :, :) :: data2Level-2 data
[in]real(dp) :: cellsize2Level-2 resolution
[in]real(dp) :: cellsize1Level-1 resolution
[in]logical, dimension(:, :) :: mask1Level-1 mask
[in]logical, dimension(:, :) :: mask2Level-2 mask
[out]real(dp), dimension(:, :, :) :: data1Level-1 data
Authors
Rohini Kumar
Date
Jan 2013

Definition at line 82 of file mo_meteo_spatial_tools.f90.

Member Function/Subroutine Documentation

◆ spatial_disaggregation_3d()

subroutine mo_meteo_spatial_tools::spatial_disaggregation::spatial_disaggregation_3d ( real(dp), dimension(:, :, :), intent(in) data2,
real(dp), intent(in) cellsize2,
real(dp), intent(in) cellsize1,
logical, dimension(:, :), intent(in) mask1,
logical, dimension(:, :), intent(in) mask2,
real(dp), dimension(:, :, :), intent(out), allocatable data1 )

Definition at line 313 of file mo_meteo_spatial_tools.f90.

References mo_common_constants::nodata_dp.

◆ spatial_disaggregation_4d()

subroutine mo_meteo_spatial_tools::spatial_disaggregation::spatial_disaggregation_4d ( real(dp), dimension(:, :, :, :), intent(in) data2,
real(dp), intent(in) cellsize2,
real(dp), intent(in) cellsize1,
logical, dimension(:, :), intent(in) mask1,
logical, dimension(:, :), intent(in) mask2,
real(dp), dimension(:, :, :, :), intent(out), allocatable data1 )

Definition at line 379 of file mo_meteo_spatial_tools.f90.

References mo_common_constants::nodata_dp.


The documentation for this interface was generated from the following file: