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

Day-to-month average (day2mon_average) More...

Public Member Functions

subroutine day2mon_average_dp (daily_data, years, months, days, mon_avg, misval, rm_misval)
 

Detailed Description

Day-to-month average (day2mon_average)

converts daily time series to monthly

Parameters
[in]real(sp/dp) :: daily_data(:)array of daily 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
[out]real(sp/dp) :: mon_average(:)array of monthly averaged values
[in]real(sp/dp), optional :: misvalmissing value definition
[in]logical, optional :: rm_misvalswitch to exclude missing values
Authors
Oldrich Rakovec, Rohini Kumar
Date
Oct 2015

Definition at line 43 of file mo_temporal_aggregation.f90.

Member Function/Subroutine Documentation

◆ day2mon_average_dp()

subroutine mo_temporal_aggregation::day2mon_average::day2mon_average_dp ( real(dp), dimension(:), intent(in)  daily_data,
integer(i4), intent(in)  years,
integer(i4), intent(in)  months,
integer(i4), intent(in)  days,
real(dp), dimension(:), intent(out), allocatable  mon_avg,
real(dp), intent(in), optional  misval,
logical, intent(in), optional  rm_misval 
)

Definition at line 100 of file mo_temporal_aggregation.f90.


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