[Dart-dev] DART/branches Revision: 13052

dart at ucar.edu dart at ucar.edu
Fri Mar 22 13:31:27 MDT 2019


thoar at ucar.edu
2019-03-22 13:31:27 -0600 (Fri, 22 Mar 2019)
94
Reordered namelist to match order on rma_trunk. Impossible to compare differences otherwise.




Modified: DART/branches/recam/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/recam/models/cam-fv/work/input.nml	2019-03-22 19:12:19 UTC (rev 13051)
+++ DART/branches/recam/models/cam-fv/work/input.nml	2019-03-22 19:31:27 UTC (rev 13052)
@@ -153,19 +153,6 @@
 !
 !========================================================================
 
-&location_nml
-   horiz_dist_only                 = .false.
-   vert_normalization_pressure     = 20000.0
-   vert_normalization_height       = 10000.0
-   vert_normalization_level        = 20.0
-   vert_normalization_scale_height = 1.5
-   approximate_distance            = .true.
-   nlon                            = 141
-   nlat                            = 72
-   output_box_info                 = .false.
-   print_box_level                 = 0
-   /
-
 &model_nml
    cam_template_filename       = 'caminput.nc'
    cam_phis_filename           = 'cam_phis.nc'
@@ -192,23 +179,85 @@
    debug_level                         = 0
    /
 
+
+&location_nml
+   horiz_dist_only                 = .false.
+   vert_normalization_pressure     = 20000.0
+   vert_normalization_height       = 10000.0
+   vert_normalization_level        = 20.0
+   vert_normalization_scale_height = 1.5
+   approximate_distance            = .true.
+   nlon                            = 141
+   nlat                            = 72
+   output_box_info                 = .false.
+   print_box_level                 = 0
+   /
+
 #========================================================================
 # End of CAM-FV dependencies.
 #========================================================================
 
-&state_vector_io_nml
-  buffer_state_io         = .false.
-  single_precision_output = .false.
-  /
+&fill_inflation_restart_nml
+   write_prior_inf = .true.
+   prior_inf_mean  = 1.01
+   prior_inf_sd    = 0.6
 
-&smoother_nml
-   num_lags              = 0
-   start_from_restart    = .false.
-   output_restart        = .false.
-   restart_in_file_name  = 'smoother_ics'
-   restart_out_file_name = 'smoother_restart'
+   write_post_inf  = .false.
+   post_inf_mean   = 1.00
+   post_inf_sd     = 0.6
+
+   input_state_files = 'caminput.nc'
+   single_file       = .false.
+   verbose           = .false.
    /
 
+! to use chemistry or saber temperatures, include the following.
+!                             '../../../observations/forward_operators/obs_def_CO_Nadir_mod.f90',
+!                             '../../../observations/forward_operators/obs_def_SABER_mod.f90',
+!                             '../../../observations/forward_operators/obs_def_MOPITT_CO_mod.f90',
+
+&preprocess_nml
+   input_obs_kind_mod_file = '../../../assimilation_code/modules/observations/DEFAULT_obs_kind_mod.F90',
+  output_obs_kind_mod_file = '../../../assimilation_code/modules/observations/obs_kind_mod.f90',
+    input_obs_def_mod_file = '../../../observations/forward_operators/DEFAULT_obs_def_mod.F90',
+   output_obs_def_mod_file = '../../../observations/forward_operators/obs_def_mod.f90',
+  input_files              = '../../../observations/forward_operators/obs_def_gps_mod.f90',
+                             '../../../observations/forward_operators/obs_def_reanalysis_bufr_mod.f90',
+                             '../../../observations/forward_operators/obs_def_altimeter_mod.f90',
+                             '../../../observations/forward_operators/obs_def_upper_atm_mod.f90'
+
+! Not usually assimilated.  No fundamental reason not to.
+!                               'RADIOSONDE_SPECIFIC_HUMIDITY',
+! Available from mid-2006 onward.  Build filter with obs_def_gps_mod.f90
+!                               'GPSRO_REFRACTIVITY',
+! WACCM can use higher observations than CAM.
+! An example can be included via obs_def_SABER_mod.f90.
+!                               'SABER_TEMPERATURE',
+
+&obs_kind_nml
+   assimilate_these_obs_types = 'RADIOSONDE_U_WIND_COMPONENT',
+                                'RADIOSONDE_V_WIND_COMPONENT',
+                                'RADIOSONDE_TEMPERATURE',
+                                'AIRCRAFT_U_WIND_COMPONENT',
+                                'AIRCRAFT_V_WIND_COMPONENT',
+                                'AIRCRAFT_TEMPERATURE',
+                                'ACARS_U_WIND_COMPONENT',


More information about the Dart-dev mailing list