[Dart-dev] DART/branches Revision: 10845

dart at ucar.edu dart at ucar.edu
Thu Dec 29 10:26:07 MST 2016


thoar at ucar.edu
2016-12-29 10:26:07 -0700 (Thu, 29 Dec 2016)
312
The NOGAPS model_mod documentation indicates that filter and wakeup_filter
(as well as dart_to_nogaps and nogaps_to_dart) require MPI - so I am making
the path_names files reflect that. dart_to_nogaps and nogaps_to_dart were
already referencing mpi_utilities_mod.f90

formatting changes to the input.nml only. 




Modified: DART/branches/NOGAPS/models/NOGAPS/work/input.nml
===================================================================
--- DART/branches/NOGAPS/models/NOGAPS/work/input.nml	2016-12-27 23:15:20 UTC (rev 10844)
+++ DART/branches/NOGAPS/models/NOGAPS/work/input.nml	2016-12-29 17:26:07 UTC (rev 10845)
@@ -1,108 +1,108 @@
 &perfect_model_obs_nml
-   start_from_restart       = .true.,
-   output_restart           = .true.,
-   async                    = 2,
-   init_time_days           = -1,
-   init_time_seconds        = -1,
-   first_obs_days           = -1,
-   first_obs_seconds        = -1,
-   last_obs_days            = -1,
-   last_obs_seconds         = -1,
-   output_interval          = 1,
-   restart_in_file_name     = "filter_ic.0001",
-   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          = "./advance_model.csh",
-   output_timestamps        = .false.,
-   trace_execution          = .true.,
-   output_forward_op_errors = .false.,
-   print_every_nth_obs      = -1,
-   silence                  = .false.,
+   start_from_restart       = .true.
+   output_restart           = .true.
+   async                    = 2
+   init_time_days           = -1
+   init_time_seconds        = -1
+   first_obs_days           = -1
+   first_obs_seconds        = -1
+   last_obs_days            = -1
+   last_obs_seconds         = -1
+   output_interval          = 1
+   restart_in_file_name     = "filter_ic.0001"
+   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          = "./advance_model.csh"
+   output_timestamps        = .false.
+   trace_execution          = .true.
+   output_forward_op_errors = .false.
+   print_every_nth_obs      = -1
+   silence                  = .false.
   /
 
 &filter_nml
-   async                    = 4,
-   adv_ens_command          = "./advance_model.csh",
-   ens_size                 = 10,
-   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_ic",
-   restart_out_file_name    = "filter_restart",
-   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 = 5,
-   num_output_obs_members   = 5,
-   output_interval          = 1,
-   num_groups               = 1,
-   input_qc_threshold       = 3.0,
-   outlier_threshold        = 3.0,
-   output_forward_op_errors = .false.,
-   output_timestamps        = .true.,
-   output_inflation         = .true.,
-   trace_execution          = .false.,
-   silence                  = .false.,
+   async                    = 4
+   adv_ens_command          = "./advance_model.csh"
+   ens_size                 = 10
+   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_ic"
+   restart_out_file_name    = "filter_restart"
+   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 = 5
+   num_output_obs_members   = 5
+   output_interval          = 1
+   num_groups               = 1
+   input_qc_threshold       = 3.0
+   outlier_threshold        = 3.0
+   output_forward_op_errors = .false.
+   output_timestamps        = .true.
+   output_inflation         = .true.
+   trace_execution          = .false.
+   silence                  = .false.


More information about the Dart-dev mailing list