[Dart-dev] DART/branches Revision: 11516

dart at ucar.edu dart at ucar.edu
Tue Apr 25 14:17:15 MDT 2017


nancy at ucar.edu
2017-04-25 14:17:13 -0600 (Tue, 25 Apr 2017)
81
make debug false for obs_impact_tool namelist
and fix the allow-any-value name.




Modified: DART/branches/rma_trunk/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/input.nml	2017-04-25 20:12:05 UTC (rev 11515)
+++ DART/branches/rma_trunk/models/cam-fv/work/input.nml	2017-04-25 20:17:13 UTC (rev 11516)
@@ -539,8 +539,8 @@
 &obs_impact_tool_nml
   input_filename         = 'cross_correlations.txt'
   output_filename        = 'control_impact_runtime.txt'
-  allow_any_factor_value = .false.
-  debug                  = .true.
+  allow_any_impact_value = .false.
+  debug                  = .false.
   /
 
 # different methods to compute 'distance' from mean:


More information about the Dart-dev mailing list