external/CDAWlib/jh/
jd2ymd.pro
NAME: JD2YMD PURPOSE: Find year, month, day from julian day number. CATEGORY: CALLING SEQUENCE: jd2ymd, jd, y, m, d INPUTS: jd = Julian day number (like 2447000). in KEYWORD PARAMETERS: OUTPUTS: y = year (like 1987). out m = month number (like 7). out d = day of month (like 23). out COMMON BLOCKS: NOTES: MODIFICATION HISTORY: R. Sterner. 21 Aug, 1986. Johns Hopkins Applied Physics Lab. RES 18 Sep, 1989 --- converted to SUN R. Sterner, 30 Apr, 1993 --- cleaned up and allowed arrays. Theo Brauers, 21 Sep, 1997 long loop index i Copyright (C) 1986, Johns Hopkins University/Applied Physics Laboratory This software may be used, copied, or redistributed as long as it is not sold and this copyright notice is reproduced on each copy made. This routine is provided as is without any express or implied warranties whatsoever. Other limitations apply as described in the file disclaimer.txt.
Routines
File attributes
Modification date: | Tue Oct 21 13:53:43 2014 |
Lines: | 40 |