[Dart-dev] DART/branches Revision: 11604

dart at ucar.edu dart at ucar.edu
Thu May 4 16:14:55 MDT 2017


nancy at ucar.edu
2017-05-04 16:14:53 -0600 (Thu, 04 May 2017)
19
clarify a comment




Modified: DART/branches/model_mod_changes/assimilation_code/modules/assimilation/assim_tools_mod.f90
===================================================================
--- DART/branches/model_mod_changes/assimilation_code/modules/assimilation/assim_tools_mod.f90	2017-05-04 19:22:59 UTC (rev 11603)
+++ DART/branches/model_mod_changes/assimilation_code/modules/assimilation/assim_tools_mod.f90	2017-05-04 22:14:53 UTC (rev 11604)
@@ -150,7 +150,10 @@
 ! Some models are allowed to have MISSING_R8 values in the DART state vector.
 ! If they are encountered, it is not necessarily a FATAL error.
 ! Most of the time, if a MISSING_R8 is encountered, DART should die.
-! CLM and POP (more?) should have allow_missing_in_clm = .true.
+! CLM should have allow_missing_in_clm = .true.
+! maybe POP - but in POP the missing values are land and all ensemble members
+! have the same missing values.  CLM is different in that only some ensemble members may
+! have missing values and so we have a deficient ensemble size at those state locations.
 logical  :: allow_missing_in_clm = .false.
 
 ! False by default; if true, expect to read in an ascii table


More information about the Dart-dev mailing list