[Dart-dev] [4653] DART/trunk/time_manager/schedule_mod.f90: Add SOLAR_MARS as a possible calendar type.

nancy at ucar.edu nancy at ucar.edu
Thu Jan 13 10:18:18 MST 2011


Revision: 4653
Author:   nancy
Date:     2011-01-13 10:18:18 -0700 (Thu, 13 Jan 2011)
Log Message:
-----------
Add SOLAR_MARS as a possible calendar type.

Modified Paths:
--------------
    DART/trunk/time_manager/schedule_mod.f90

-------------- next part --------------
Modified: DART/trunk/time_manager/schedule_mod.f90
===================================================================
--- DART/trunk/time_manager/schedule_mod.f90	2011-01-12 00:27:56 UTC (rev 4652)
+++ DART/trunk/time_manager/schedule_mod.f90	2011-01-13 17:18:18 UTC (rev 4653)
@@ -13,17 +13,17 @@
 use        types_mod, only : missing_i, digits12
 
 use    utilities_mod, only : error_handler, E_DBG, E_MSG, E_WARN, E_ERR, &
-                             register_module, nmlfileunit, do_output, &
+                             register_module, nmlfileunit, do_output,    &
                              check_namelist_read, find_namelist_in_file, &
                              do_nml_file, do_nml_term
 
 use time_manager_mod, only : time_type, set_calendar_type, get_calendar_type, &
-                             set_time, set_date, get_time, get_date, &
-                             print_time, print_date, &
-                             THIRTY_DAY_MONTHS, JULIAN, GREGORIAN,  &
-                             NOLEAP, NO_CALENDAR, GREGORIAN_MARS,   & 
-                             operator(*), operator(+), operator(-), &
-                             operator(>), operator(<), operator(/), &
+                             set_time, set_date, get_time, get_date,          &
+                             print_time, print_date,                          &
+                             THIRTY_DAY_MONTHS, JULIAN, GREGORIAN,            &
+                             NOLEAP, NO_CALENDAR, GREGORIAN_MARS, SOLAR_MARS, & 
+                             operator(*), operator(+), operator(-),           &
+                             operator(>), operator(<), operator(/),           &
                              operator(/=), operator(<=)
 
 implicit none


More information about the Dart-dev mailing list