[Dart-dev] DART/branches Revision: 10789

dart at ucar.edu dart at ucar.edu
Thu Dec 15 13:47:58 MST 2016


nancy at ucar.edu
2016-12-15 13:47:58 -0700 (Thu, 15 Dec 2016)
127
run through yellowstone:~nancy/bin/clean_nml to sort the
namelists into a consistent order for diff'ing with other
namelists.




Modified: DART/branches/rma_trunk/models/wrf/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/wrf/work/input.nml	2016-12-15 20:35:36 UTC (rev 10788)
+++ DART/branches/rma_trunk/models/wrf/work/input.nml	2016-12-15 20:47:58 UTC (rev 10789)
@@ -1,551 +1,477 @@
-&state_space_diag_nml
-  make_diagnostic_files = .false.
+# this namelist has the items in alphabetical order.
+# to compare to your namelist, run your input.nml
+# through ~nancy/bin/clean_nml on yellowstone.
+# usage:  clean_nml < your_input.nml > sorted_input.nml
+#
+# it outputs the namelist in alphabetical order and
+# sorts all comments to the end.  you can diff that with
+# this namelist to see real differences.  if you have
+# accidently made 2 copies of the same namelist they
+# will be sorted next to each other so you can see it.
+
+
+
+&assim_model_nml
 /
 
-&quality_control_nml
-  input_qc_threshold = 4,
-  outlier_threshold = 3,
-  enable_special_outlier_code = .false.
+
+&assim_tools_nml
+  filter_kind                     = 1
+  cutoff                          = 0.16
+  sort_obs_inc                    = .false.
+  spread_restoration              = .false.
+  sampling_error_correction       = .false.
+  print_every_nth_obs             = 1000
+  adaptive_localization_threshold = 2000,
+                                    &perfect_model_obs_nml
+  start_from_restart              = .true.
+  output_restart                  = .true.
+  async                           = 2
+  init_time_days                  = 151512
+  init_time_seconds               = 64800
+  first_obs_days                  = -1
+  first_obs_seconds               = -1
+  last_obs_days                   = -1
+  last_obs_seconds                = -1
+  output_interval                 = 1
+  restart_in_file_name            = "perfect_ics"
+  restart_out_file_name           = "perfect_restart"
+  obs_seq_in_file_name            = "obs_seq.in"
+  obs_seq_out_file_name           = "obs_seq.out"
+  adv_ens_command                 = "../shell_scripts/advance_model.csh"
+  output_timestamps               = .false.
+  trace_execution                 = .true.
+  output_forward_op_errors        = .false.
+  print_every_nth_obs             = -1
+  silence                         = .false.
+  direct_netcdf_read              = .true.
+  direct_netcdf_write             = .true.
 /
 
-&filter_nml
-   async                    =  0,
-   adv_ens_command          = "no_model_advance"
-   ens_size                 =  3,
-   output_restart           = .true.,
-   obs_sequence_in_name     = "obs_seq.out",
-   obs_sequence_out_name    = "obs_seq.final",
-   restart_in_file_name     = "advance_tmp",
-   restart_out_file_name    = "filter_ic_new", 
-   init_time_days           = -1,
-   init_time_seconds        = -1,
-   first_obs_days           = -1,
-   first_obs_seconds        = -1,
-   last_obs_days            = -1,
-   last_obs_seconds         = -1,
-   num_output_state_members = 1,
-   num_output_obs_members   = 50,
-   output_interval          = 1,
-   num_groups               = 1,
-   output_forward_op_errors = .false.,
-   trace_execution          = .true.,
-   output_timestamps        = .true.,
-   output_inflation         = .true.,
-   output_restart_mean      = .true.,
 
-   direct_netcdf_read         = .true.
-   direct_netcdf_write        = .true.
-   single_restart_file_in     = .false.,
-   single_restart_file_out    = .false.,
-   perturb_from_single_instance = .false.
+&closest_member_tool_nml
+  input_file_name        = 'filter_ic_new'
+  output_file_name       = 'closest_restart'
+  ens_size               = 50
+  single_restart_file_in = .false.
+  difference_method      = 4
+/
 
-   inf_flavor                  = 2,                      2,
-   inf_initial_from_restart    = .false.,                 .false.,


More information about the Dart-dev mailing list