Currently viewing

get_next_dates

Purpose
determine the next two days for a given time increment
Call
cfu get_next_dates <ystartdate><MM:DD:HH[:mm:ss]> [<itype_calendar>]
Result
YYYYMMDDHH[mmss]YYYYMMDDHH[mmss]
Meanings
ystartdate
has the form YYYYMMDDHH[mmss]
 
MM:DD:HH[:mm:ss]
is the time increment.
 
itype_calendar
is 0 for 365 days (plus taking into account for leap years) a year and 1 for 360 days a year
Remark
presently this function is especially for calculating the next dates when running the CCLM in the subchain. This includes a restriction of maximum 28 days for DD. Note that the DD restriction only applies for sub monthly chunks.
 Currently viewing