[Dart-dev] [8097] DART/trunk/models/cam/model_mod.f90: Making sure vstatus is initialized.

nancy at ucar.edu nancy at ucar.edu
Fri Jun 19 13:45:42 MDT 2015


Revision: 8097
Author:   hkershaw
Date:     2015-06-19 13:45:42 -0600 (Fri, 19 Jun 2015)
Log Message:
-----------
Making sure vstatus is initialized.

Modified Paths:
--------------
    DART/trunk/models/cam/model_mod.f90

-------------- next part --------------
Modified: DART/trunk/models/cam/model_mod.f90
===================================================================
--- DART/trunk/models/cam/model_mod.f90	2015-06-19 19:13:53 UTC (rev 8096)
+++ DART/trunk/models/cam/model_mod.f90	2015-06-19 19:45:42 UTC (rev 8097)
@@ -3807,6 +3807,7 @@
 
 ! Start with failure, then change to success as warranted.
 istatus = 1
+vstatus = MISSING_I
 interp_val = MISSING_R8
 
 ! Get the observation (horizontal) position, in degrees.


More information about the Dart-dev mailing list