[Dart-dev] DART/branches Revision: 11867
    dart at ucar.edu 
    dart at ucar.edu
       
    Wed Aug  2 16:37:38 MDT 2017
    
    
  
nancy at ucar.edu
2017-08-02 16:37:38 -0600 (Wed, 02 Aug 2017)
49
fix filter_kind -- somehow had 10 instead of 1.
Modified: DART/branches/rma_trunk/models/null_model/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/null_model/work/input.nml	2017-08-02 22:33:25 UTC (rev 11866)
+++ DART/branches/rma_trunk/models/null_model/work/input.nml	2017-08-02 22:37:38 UTC (rev 11867)
@@ -92,7 +92,7 @@
    /
 
 &assim_tools_nml
-   filter_kind                     = 10,
+   filter_kind                     = 1,
    cutoff                          = 1000000.0,
    sort_obs_inc                    = .false.,
    spread_restoration              = .false.,
    
    
More information about the Dart-dev
mailing list