[Dart-dev] [3798] DART/trunk/time_manager/time_manager_mod.f90: Comment updates only; make the set_time_missing() comment match the function,

nancy at ucar.edu nancy at ucar.edu
Tue Mar 31 13:42:08 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090331/b16192d6/attachment.html 
-------------- next part --------------
Modified: DART/trunk/time_manager/time_manager_mod.f90
===================================================================
--- DART/trunk/time_manager/time_manager_mod.f90	2009-03-31 17:39:38 UTC (rev 3797)
+++ DART/trunk/time_manager/time_manager_mod.f90	2009-03-31 19:42:07 UTC (rev 3798)
@@ -186,8 +186,9 @@
 function set_time_missing()
 !---------------------------------------------------------------------------
 !
-! Returns a time interval corresponding to this number of days and seconds.
-! The arguments must not be negative but are otherwise unrestricted.
+! Initialize a time derived type to a known value.  It is impossible for
+! this to be set by the set_time() function since the missing integers
+! are negative values.
 
 type(time_type) :: set_time_missing
 
@@ -202,6 +203,8 @@
 !---------------------------------------------------------------------------
 !
 ! Returns days and seconds ( < 86400 ) corresponding to a time.
+! If the optional 'days' argument is not given, the days are converted
+! to seconds and the total time is returned as seconds.
 
 implicit none
 


More information about the Dart-dev mailing list