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

Returns the integer day of week, the day of year, and julian day given an NCEP absolute date and time. More...

Go to the source code of this file.

Functions/Subroutines

subroutine w3doxdat (idat, jdow, jdoy, jday)
 Program history log:
 

Detailed Description

Returns the integer day of week, the day of year, and julian day given an NCEP absolute date and time.

Author
Mark Iredell
Date
1998-01-05

Definition in file w3doxdat.f.

Function/Subroutine Documentation

◆ w3doxdat()

subroutine w3doxdat ( integer, dimension(8)  idat,
  jdow,
  jdoy,
  jday 
)

Program history log:

  • Mark Iredell 1998-01-05
Parameters
[in]IDATInteger (8) NCEP absolute date and time (year, month, day, time zone, hour, minute, second, millisecond)
[out]JDOWInteger day of week (1-7, where 1 is sunday)
[out]JDOYInteger day of year (1-366, where 1 is january 1)
[out]JDAYInteger julian day (day number from jan. 1,4713 b.c.)
Author
Mark Iredell
Date
1998-01-05

Definition at line 16 of file w3doxdat.f.