[Dart-dev] DART/trunk Revision: 10870

dart at ucar.edu dart at ucar.edu
Tue Jan 10 13:53:43 MST 2017


thoar at ucar.edu
2017-01-10 13:53:40 -0700 (Tue, 10 Jan 2017)
146
These should have been added long ago.
Added relevant blocks to input.nml and performed minor formatting cleanup to input.nml
No changed values.




Modified: DART/trunk/models/bgrid_solo/work/input.nml
===================================================================
--- DART/trunk/models/bgrid_solo/work/input.nml	2017-01-04 23:02:20 UTC (rev 10869)
+++ DART/trunk/models/bgrid_solo/work/input.nml	2017-01-10 20:53:40 UTC (rev 10870)
@@ -1,152 +1,163 @@
 &perfect_model_obs_nml
-   start_from_restart    = .true.,
-   output_restart        = .true.,
-   async                 = 0,
-   init_time_days        = 0,
-   init_time_seconds     = 0,
-   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       = .false.,
-   output_forward_op_errors = .false.,
-   print_every_nth_obs   = -1,
-   silence               = .false.,
+   start_from_restart    = .true.
+   output_restart        = .true.
+   async                 = 0
+   init_time_days        = 0
+   init_time_seconds     = 0
+   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       = .false.
+   output_forward_op_errors = .false.
+   print_every_nth_obs   = -1
+   silence               = .false.
   /
 
 &filter_nml
-   async                    = 0,
-   adv_ens_command          = "../shell_scripts/advance_model.csh",
-   ens_size                 = 20,
-   start_from_restart       = .true.,
-   output_restart           = .true.,
-   obs_sequence_in_name     = "obs_seq.out",
-   obs_sequence_out_name    = "obs_seq.final",
-   restart_in_file_name     = "filter_ics",
-   restart_out_file_name    = "filter_restart",
-   init_time_days           = 0,
-   init_time_seconds        = 0,
-   first_obs_days           = -1,
-   first_obs_seconds        = -1,
-   last_obs_days            = -1,
-   last_obs_seconds         = -1,
-   num_output_state_members = 20,
-   num_output_obs_members   = 20,
-   output_interval          = 1,
-   num_groups               = 1,
-   input_qc_threshold       =  3.0,
-   outlier_threshold        = -1.0,
-   output_forward_op_errors = .false.,
-   output_timestamps        = .false.,
-   output_inflation         = .true.,
-   trace_execution          = .false.,
-   silence                  = .false.,
+   async                    = 0
+   adv_ens_command          = "../shell_scripts/advance_model.csh"
+   ens_size                 = 20
+   start_from_restart       = .true.
+   output_restart           = .true.
+   obs_sequence_in_name     = "obs_seq.out"
+   obs_sequence_out_name    = "obs_seq.final"
+   restart_in_file_name     = "filter_ics"
+   restart_out_file_name    = "filter_restart"
+   init_time_days           = 0
+   init_time_seconds        = 0
+   first_obs_days           = -1
+   first_obs_seconds        = -1
+   last_obs_days            = -1
+   last_obs_seconds         = -1
+   num_output_state_members = 20
+   num_output_obs_members   = 20
+   output_interval          = 1
+   num_groups               = 1
+   input_qc_threshold       =  3.0
+   outlier_threshold        = -1.0
+   output_forward_op_errors = .false.
+   output_timestamps        = .false.
+   output_inflation         = .true.
+   trace_execution          = .false.
+   silence                  = .false.


More information about the Dart-dev mailing list