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

Day-to-month sum (day2mon_sum) More...

Public Member Functions

subroutine day2mon_sum_dp (daily_data, years, months, days, mon_sum, misval, rm_misval)
 

Detailed Description

Day-to-month sum (day2mon_sum)

converts daily time series to monthly sums

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_sum(:)array of monthly summed values
[in]real(sp/dp), optional :: misvalmissing value definition
[in]logical, optional :: rm_misvalswitch to exclude missing values
Author
Pallav Kumar Shrestha
Date
Apr 2019

Definition at line 88 of file mo_temporal_aggregation.f90.

Member Function/Subroutine Documentation

◆ day2mon_sum_dp()

subroutine mo_temporal_aggregation::day2mon_sum::day2mon_sum_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_sum,
real(dp), intent(in), optional  misval,
logical, intent(in), optional  rm_misval 
)

Definition at line 304 of file mo_temporal_aggregation.f90.


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