[Dart-dev] DART/branches Revision: 11025

dart at ucar.edu dart at ucar.edu
Tue Feb 7 17:41:00 MST 2017


thoar at ucar.edu
2017-02-07 17:40:59 -0700 (Tue, 07 Feb 2017)
185
Removing red-herrings ... making the input.workshop.nml run with the rma methodology.
Also putting out the 'preassim' stage as these will be needed to replace the Prior_Diag.nc files.




Deleted: DART/branches/rma_single_file/models/lorenz_63/work/Posterior_Diag.nc
===================================================================
(Binary files differ)

Deleted: DART/branches/rma_single_file/models/lorenz_63/work/Prior_Diag.nc
===================================================================
(Binary files differ)

Deleted: DART/branches/rma_single_file/models/lorenz_63/work/True_State.nc
===================================================================
(Binary files differ)

Modified: DART/branches/rma_single_file/models/lorenz_63/work/input.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_63/work/input.nml	2017-02-07 21:54:13 UTC (rev 11024)
+++ DART/branches/rma_single_file/models/lorenz_63/work/input.nml	2017-02-08 00:40:59 UTC (rev 11025)
@@ -51,10 +51,11 @@
    single_file_out              = .true.,
    has_cycling                  = .true.,
    perturb_from_single_instance = .false.,
+   perturbation_amplitude       = 0.2,
    input_restart_file_list      = 'restart_in.txt'
    output_restart_file_list     = 'restart_out.txt'
 
-   stages_to_write  = 'output'
+   stages_to_write  = 'preassim', 'output'
    output_restarts  = .true.
    output_mean      = .true.
    output_sd        = .true.

Modified: DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml
===================================================================
--- DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml	2017-02-07 21:54:13 UTC (rev 11024)
+++ DART/branches/rma_single_file/models/lorenz_63/work/input.workshop.nml	2017-02-08 00:40:59 UTC (rev 11025)
@@ -1,24 +1,28 @@
 &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       = "./advance_model.csh",
-   output_timestamps     = .false.,
-   trace_execution       = .false.,
+   start_from_restart       = .true.,
+   output_restart           = .true.,
+   async                    = 0,
+   restart_files_in         = "perfect_input.nc",
+   restart_files_out        = "perfect_restart.nc",
+   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,
+   obs_seq_in_file_name     = "obs_seq.in",
+   obs_seq_out_file_name    = "obs_seq.out",
+   adv_ens_command          = "./advance_model.csh",
+   trace_execution          = .false.,
+   output_timestamps        = .false.,
+   print_every_nth_obs      = -1,
    output_forward_op_errors = .false.,
    print_every_nth_obs   = -1,
    silence               = .false.,
+   has_cycling           = .true.
+   single_file_in        = .true.
+   single_file_out       = .true.
    /
 
 &filter_nml
@@ -25,11 +29,8 @@
    async                        = 0,
    adv_ens_command              = "./advance_model.csh",
    ens_size                     = 20,
-   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,
@@ -42,25 +43,25 @@
    num_groups                   = 1,
    output_forward_op_errors     = .false.,
    output_timestamps            = .false.,
-   output_inflation             = .true.,
    trace_execution              = .false.,
    silence                      = .false.,
-   direct_netcdf_read           = .false.,
-   direct_netcdf_write          = .false.,


More information about the Dart-dev mailing list