[Dart-dev] [7990] DART/trunk/models/POP/model_mod.f90: the test for dry corners needs to use 1 instead of 0 as

nancy at ucar.edu nancy at ucar.edu
Tue May 19 15:21:48 MDT 2015


Revision: 7990
Author:   nancy
Date:     2015-05-19 15:21:47 -0600 (Tue, 19 May 2015)
Log Message:
-----------
the test for dry corners needs to use 1 instead of 0 as
the level number to avoid binning dry quads.

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

-------------- next part --------------
Modified: DART/trunk/models/POP/model_mod.f90
===================================================================
--- DART/trunk/models/POP/model_mod.f90	2015-05-15 21:54:11 UTC (rev 7989)
+++ DART/trunk/models/POP/model_mod.f90	2015-05-19 21:21:47 UTC (rev 7990)
@@ -397,7 +397,7 @@
 ! if you wanted to assimilate only in regions where the water depth is
 ! deeper than some threshold, set this index to N and only quads where
 ! all the level numbers are N+1 or deeper will be used.
-surf_index = 0
+surf_index = 1
 
 ! Begin by finding the quad that contains the pole for the dipole t_grid. 
 ! To do this locate the u quad with the pole on its right boundary. This is on


More information about the Dart-dev mailing list