![]() |
mHM
The mesoscale Hydrological Model
|
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. | |
Temporal disaggregation of daily input values.
Calculate actual values for precipitation, PET and temperature from daily mean inputs
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_meteo_temporal_tools.f90.