0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_temporal_aggregation.f90 File Reference

Temporal aggregation for time series (averaging) More...

Go to the source code of this file.

Data Types

interface  mo_temporal_aggregation::day2mon_average
 Day-to-month average (day2mon_average) More...
 
interface  mo_temporal_aggregation::hour2day_average
 Hour-to-day average (hour2day_average) More...
 
interface  mo_temporal_aggregation::day2mon_sum
 Day-to-month sum (day2mon_sum) More...
 

Modules

module  mo_temporal_aggregation
 Temporal aggregation for time series (averaging)
 

Functions/Subroutines

subroutine mo_temporal_aggregation::day2mon_average_dp (daily_data, years, months, days, mon_avg, misval, rm_misval)
 
subroutine mo_temporal_aggregation::hour2day_average_dp (hourly_data, years, months, days, hours, day_avg, misval, rm_misval)
 
subroutine mo_temporal_aggregation::day2mon_sum_dp (daily_data, years, months, days, mon_sum, misval, rm_misval)
 

Detailed Description

Temporal aggregation for time series (averaging)

This module does temporal aggregation (averaging) of time series

Changelog
  • Pallav Shrestha, Jun 2019
    • changed the output argument I/O from INOUT to OUT
Authors
Oldrich Rakovec, Rohini Kumar, Pallav Shrestha
Date
October 2015

Definition in file mo_temporal_aggregation.f90.