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

Temporal disaggregation of daily input values. More...

Go to the source code of this file.

Modules

module  mo_meteo_temporal_tools
 Temporal disaggregation of daily input values.
 

Functions/Subroutines

elemental subroutine, public mo_meteo_temporal_tools::temporal_disagg_meteo_weights (meteo_val_day, meteo_val_weights, meteo_val, weights_correction)
 Temporally distribute daily mean forcings onto time step.
 
elemental subroutine, public mo_meteo_temporal_tools::temporal_disagg_flux_daynight (isday, ntimesteps_day, meteo_val_day, fday_meteo_val, fnight_meteo_val, meteo_val)
 Temporally distribute daily mean forcings onto time step.
 
elemental subroutine, public mo_meteo_temporal_tools::temporal_disagg_state_daynight (isday, ntimesteps_day, meteo_val_day, fday_meteo_val, fnight_meteo_val, meteo_val, add_correction)
 Temporally distribute daily mean state forcings onto time step.
 

Detailed Description

Temporal disaggregation of daily input values.

Calculate actual values for precipitation, PET and temperature from daily mean inputs

Note
There is not PET correction for aspect in this routine. Use pet * fasp before or after the routine.
Authors
Matthias Cuntz
Date
Dec 2012


Definition in file mo_meteo_temporal_tools.f90.