Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Several functions of the CFU package are need in the subchain scripts. CFU contains functions that are not covered neither by neither CDO nor NCO functions .

Expand
titleadd_hours --- add a number of hours to a date

add_hours

Purpose

add a number of hours to a date

Call

cfu add_hours < ystartdate > < hours > [< itype_calendar >]

Result

YYYYMMDDHH[mmss]

Meanings

ystartdate

has the form YYYYMMDDHH[mmss]

itype_calendar

0 = 365 days (plus taking into account for leap years) a year 1  =  climatological calendar (360 days per year)
2  =  climatological calendar (365 days per year)

...