JD2YMD 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
      
       R. Sterner, 2010 May 04 --- Converted arrays from () to []. 
  
 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.