[Dart-dev] [3717] DART/trunk/models: Make the setting for using the gregorian calendar in the utilities

nancy at ucar.edu nancy at ucar.edu
Mon Dec 15 11:59:46 MST 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20081215/f871d7bb/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/PBL_1d/work/input.nml
===================================================================
--- DART/trunk/models/PBL_1d/work/input.nml	2008-12-15 18:57:29 UTC (rev 3716)
+++ DART/trunk/models/PBL_1d/work/input.nml	2008-12-15 18:59:46 UTC (rev 3717)
@@ -155,7 +155,7 @@
    max_lat           =  90.0,
    min_lon           =   0.0,
    max_lon           = 360.0,
-   gregorian_cal     = .false.
+   gregorian_cal     = .true.
    /
 
 # other possible obs tool namelist items:

Modified: DART/trunk/models/am2/work/input.nml
===================================================================
--- DART/trunk/models/am2/work/input.nml	2008-12-15 18:57:29 UTC (rev 3716)
+++ DART/trunk/models/am2/work/input.nml	2008-12-15 18:59:46 UTC (rev 3717)
@@ -175,7 +175,7 @@
    max_lat           =  90.0,
    min_lon           =   0.0,
    max_lon           = 360.0,
-   gregorian_cal     = .false.
+   gregorian_cal     = .true.
    /
 
 # other possible obs tool namelist items:

Modified: DART/trunk/models/template/work/input.nml
===================================================================
--- DART/trunk/models/template/work/input.nml	2008-12-15 18:57:29 UTC (rev 3716)
+++ DART/trunk/models/template/work/input.nml	2008-12-15 18:59:46 UTC (rev 3717)
@@ -127,7 +127,7 @@
    max_lat           =  90.0,
    min_lon           =   0.0,
    max_lon           = 360.0,
-   gregorian_cal     = .false.
+   gregorian_cal     = .true.
    /
 
 # other possible obs tool namelist items:


More information about the Dart-dev mailing list