[Dart-dev] [6337] DART/trunk/models/wrf/WRF_DART_utilities/wrf_dart_obs_preprocess.nml : make the committed version of this namelist have the

nancy at ucar.edu nancy at ucar.edu
Tue Jul 30 17:21:10 MDT 2013


Revision: 6337
Author:   nancy
Date:     2013-07-30 17:21:09 -0600 (Tue, 30 Jul 2013)
Log Message:
-----------
make the committed version of this namelist have the
same defaults that are in the code.

Modified Paths:
--------------
    DART/trunk/models/wrf/WRF_DART_utilities/wrf_dart_obs_preprocess.nml

-------------- next part --------------
Modified: DART/trunk/models/wrf/WRF_DART_utilities/wrf_dart_obs_preprocess.nml
===================================================================
--- DART/trunk/models/wrf/WRF_DART_utilities/wrf_dart_obs_preprocess.nml	2013-07-30 23:01:31 UTC (rev 6336)
+++ DART/trunk/models/wrf/WRF_DART_utilities/wrf_dart_obs_preprocess.nml	2013-07-30 23:21:09 UTC (rev 6337)
@@ -10,33 +10,34 @@
   sat_wind_extra           = 'obs_seq.satwnd'
   profiler_extra           = 'obs_seq.profiler'
   gpsro_extra              = 'obs_seq.gpsro'
+  acars_extra              = 'obs_seq.acars'
   trop_cyclone_extra       = 'obs_seq.tc'
   
-  max_num_obs              = 100000   
   overwrite_obs_time       = .false.  
   
-  obs_boundary             = 0.0_r8   
+  obs_boundary             = 0.0
   increase_bdy_error       = .false.  
-  maxobsfac                = 2.5_r8   
-  obsdistbdy               = 15.0_r8  
+  maxobsfac                = 2.5   
+  obsdistbdy               = 15.0  
   
   sfc_elevation_check      = .false.  
-  sfc_elevation_tol        = 300.0_r8  
-  obs_pressure_top         = 0.0_r8  
-  obs_height_top           = 2.0e10_r8  
+  sfc_elevation_tol        = 300.0  
+  obs_pressure_top         = 0.0  
+  obs_height_top           = 2.0e10  
   
   include_sig_data         = .true.   
-  tc_sonde_radii           = -1.0_r8  
+  tc_sonde_radii           = -1.0  
   
   superob_aircraft         = .false.  
-  aircraft_horiz_int       = 36.0_r8  
-  aircraft_pres_int        = 2500.0_r8  
+  aircraft_horiz_int       = 36.0  
+  aircraft_pres_int        = 2500.0  
   
   superob_sat_winds        = .false.    
-  sat_wind_horiz_int       = 100.0_r8   
-  sat_wind_pres_int        = 2500.0_r8  
+  sat_wind_horiz_int       = 100.0   
+  sat_wind_pres_int        = 2500.0  
   
   overwrite_ncep_satwnd_qc = .false.    
   overwrite_ncep_sfc_qc    = .false.  
 
 /
+


More information about the Dart-dev mailing list