[Dart-dev] [3827] DART/trunk/models/coamps/model_mod.f90: The return code from model_interpolate() needs to be positive
nancy at ucar.edu
nancy at ucar.edu
Mon Apr 20 08:44:28 MDT 2009
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090420/e65d1761/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/coamps/model_mod.f90
===================================================================
--- DART/trunk/models/coamps/model_mod.f90 2009-04-17 22:21:00 UTC (rev 3826)
+++ DART/trunk/models/coamps/model_mod.f90 2009-04-20 14:44:26 UTC (rev 3827)
@@ -708,7 +708,7 @@
interp_status = 0
else
obs_val = MISSING_R8
- interp_status = -1
+ interp_status = 1
end if
end subroutine model_interpolate
More information about the Dart-dev
mailing list