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

Determine the validity of a date and time. More...

Go to the source code of this file.

Functions/Subroutines

logical function w3valdat (idat)
 This logical function returns true if the input is a valid NCEP absolute date and time.
 

Detailed Description

Determine the validity of a date and time.

Author
Mark Iredell
Date
1998-01-05

Definition in file w3valdat.f.

Function/Subroutine Documentation

◆ w3valdat()

logical function w3valdat ( integer, dimension(8)  idat)

This logical function returns true if the input is a valid NCEP absolute date and time.

Program History Log:

Date Programmer Comment
1998-01-05 Mark Iredell Initial.
Parameters
[in]IDATNCEP absolute date and time (year, month, day, time zone, hour, minute, second, millisecond)
Returns
W3VALDAT True if idat is a valid NCEP date and time
Author
Mark Iredell
Date
1998-01-05

Definition at line 17 of file w3valdat.f.