NCEPLIBS-w3emc 2.12.0
Loading...
Searching...
No Matches
w3movdat.f File Reference

Return a date from a time interval and date. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3movdat (rinc, idat, jdat)
 This subprogram returns the date and time that is a given NCEP relative time interval from an NCEP absolute date and time.
 

Detailed Description

Return a date from a time interval and date.

Author
Mark Iredell
Date
1998-08-01

Definition in file w3movdat.f.

Function/Subroutine Documentation

◆ w3movdat()

subroutine w3movdat ( real, dimension(5)  rinc,
integer, dimension(8)  idat,
integer, dimension(8)  jdat 
)

This subprogram returns the date and time that is a given NCEP relative time interval from an NCEP absolute date and time.

The output is in the NCEP absolute date and time data structure.

Program History Log:

Date Programmer Comment
1998-01-05 Mark Iredell Initial.
Parameters
[in]RINCNCEP relative time interval (days, hours, minutes, seconds milliseconds)
[in]IDATNCEP absolute date and time (year, month, day, time zone, hour, minute, second, millisecond)
[in]JDATNCEP absolute date and time (year, month, day, time zone, hour, minute, second, millisecond) (jdat is later than idat if time interval is positive.)
Author
Mark Iredell
Date
1998-08-01

Definition at line 23 of file w3movdat.f.