![]() |
mHM
The mesoscale Hydrological Model
|
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) |
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.
| [in] | real(dp), dimension(:, :, :) :: data2 | Level-2 data |
| [in] | real(dp) :: cellsize2 | Level-2 resolution |
| [in] | real(dp) :: cellsize1 | Level-1 resolution |
| [in] | logical, dimension(:, :) :: mask1 | Level-1 mask |
| [in] | logical, dimension(:, :) :: mask2 | Level-2 mask |
| [out] | real(dp), dimension(:, :, :) :: data1 | Level-1 data |
Definition at line 82 of file mo_meteo_spatial_tools.f90.
| 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.
| 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.