[Dart-dev] [3481] DART/trunk/obs_model/obs_model_mod.f90:
Make the error message print out the actual observation time that is outside
nancy at ucar.edu
nancy at ucar.edu
Thu Jul 31 16:01:48 MDT 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080731/cca41097/attachment.html
-------------- next part --------------
Modified: DART/trunk/obs_model/obs_model_mod.f90
===================================================================
--- DART/trunk/obs_model/obs_model_mod.f90 2008-07-31 17:26:35 UTC (rev 3480)
+++ DART/trunk/obs_model/obs_model_mod.f90 2008-07-31 22:01:48 UTC (rev 3481)
@@ -175,6 +175,7 @@
! If the next observation is not in the window, then have an error
if(next_time < start_time .or. next_time > end_time) then
! Is this test still really needed?
+ call get_time(next_time, sec, day)
write(errstring, *) 'next obs time not in model time window: day=', day, ', sec=', sec
call error_handler(E_ERR, 'move_ahead', errstring, source, revision, revdate)
endif
More information about the Dart-dev
mailing list