[Dart-dev] [3374] DART/trunk/models/MITgcm_ocean/model_mod.f90: turns out there is frequently a timestep of zero

nancy at ucar.edu nancy at ucar.edu
Wed May 21 22:46:14 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080521/8f21b3fa/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/MITgcm_ocean/model_mod.f90
===================================================================
--- DART/trunk/models/MITgcm_ocean/model_mod.f90	2008-05-22 00:40:57 UTC (rev 3373)
+++ DART/trunk/models/MITgcm_ocean/model_mod.f90	2008-05-22 04:46:13 UTC (rev 3374)
@@ -1931,7 +1931,7 @@
    endif
 enddo ReadtimeStepNumber
 
-if (read_meta%timeStepNumber < 1) then
+if (read_meta%timeStepNumber < 0) then
    write(msgstring,*) 'unable to determine timeStepNumber from ', trim(filename)
    call error_handler(E_MSG,'model_mod:read_meta',msgstring,source,revision,revdate)
 endif


More information about the Dart-dev mailing list