0.6.2-dev0
FORCES
FORtran lib for Comp. Env. Sys.
Loading...
Searching...
No Matches
mo_temporal_aggregation::hour2day_average Interface Reference

Hour-to-day average (hour2day_average) More...

Public Member Functions

subroutine hour2day_average_dp (hourly_data, years, months, days, hours, day_avg, misval, rm_misval)
 

Detailed Description

Hour-to-day average (hour2day_average)

converts hourly time series to daily

Parameters
[in]real(sp/dp) :: hourly_data(:)array of hourly time series
[in]integer(i4) :: yearyear of the starting time
[in]integer(i4) :: monthmonth of the starting time
[in]integer(i4) :: dayday of the starting time
[in]integer(i4) :: hourhour of the starting time
[in,out]real(sp/dp) :: day_average(:)array of daily averaged values
[in]real(sp/dp), optional :: misvalmissing value definition
[in]logical, optional :: rm_misvalswitch to exclude missing values
Note
Hours values should be from 0 to 23 (NOT from 1 to 24!)
Author
Oldrich Rakovec, Rohini Kumar
Date
Oct 2015

Definition at line 67 of file mo_temporal_aggregation.f90.

Member Function/Subroutine Documentation

◆ hour2day_average_dp()

subroutine mo_temporal_aggregation::hour2day_average::hour2day_average_dp ( real(dp), dimension(:), intent(in)  hourly_data,
integer(i4), intent(in)  years,
integer(i4), intent(in)  months,
integer(i4), intent(in)  days,
integer(i4), intent(in)  hours,
real(dp), dimension(:), intent(inout), allocatable  day_avg,
real(dp), intent(in), optional  misval,
logical, intent(in), optional  rm_misval 
)

Definition at line 208 of file mo_temporal_aggregation.f90.


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