[Dart-dev] [7160] DART/trunk/obs_sequence/obs_sequence_tool.html: fix two places where i mistakenly had 1600 instead of 1601

nancy at ucar.edu nancy at ucar.edu
Fri Aug 29 08:39:40 MDT 2014


Revision: 7160
Author:   nancy
Date:     2014-08-29 08:39:39 -0600 (Fri, 29 Aug 2014)
Log Message:
-----------
fix two places where i mistakenly had 1600 instead of 1601
as the start of the gregorian calendar.   addresses dart
support request DARTSUP-61

Modified Paths:
--------------
    DART/trunk/obs_sequence/obs_sequence_tool.html

-------------- next part --------------
Modified: DART/trunk/obs_sequence/obs_sequence_tool.html
===================================================================
--- DART/trunk/obs_sequence/obs_sequence_tool.html	2014-08-28 22:48:47 UTC (rev 7159)
+++ DART/trunk/obs_sequence/obs_sequence_tool.html	2014-08-29 14:39:39 UTC (rev 7160)
@@ -176,7 +176,7 @@
     <TD>integer</TD>
     <TD>If non-negative, restrict the timestamps of the observations
 copied to the output file to be equal to or after this day number (specified
-in the Gregorian calendar; day number since 1600).
+in the Gregorian calendar; day number since 1601).
 </TD></TR>
 
 <TR><TD>first_obs_seconds</TD>
@@ -189,7 +189,7 @@
     <TD>integer</TD>
     <TD>If non-negative, restrict the timestamps of the observations
 copied to the output file to be equal to or before this date
-(specified in the Gregorian calendar; day number since 1600).
+(specified in the Gregorian calendar; day number since 1601).
 </TD></TR>
 
 <TR><TD>last_obs_seconds</TD>


More information about the Dart-dev mailing list