[Dart-dev] DART/branches Revision: 10899

dart at ucar.edu dart at ucar.edu
Fri Jan 13 15:46:48 MST 2017


thoar at ucar.edu
2017-01-13 15:46:48 -0700 (Fri, 13 Jan 2017)
60
No fake names.
Specifying that quickbuild is running cam-fv



Copied: DART/branches/rma_fixed_filenames/models/cam-fv/work/input.nml (from rev 10898, DART/branches/rma_fixed_filenames/models/cam-fv/work/input_Test.nml)
===================================================================
--- DART/branches/rma_fixed_filenames/models/cam-fv/work/input.nml	                        (rev 0)
+++ DART/branches/rma_fixed_filenames/models/cam-fv/work/input.nml	2017-01-13 22:46:48 UTC (rev 10899)
@@ -0,0 +1,574 @@
+! This namelist is set up for a single, CAM-FV, assimilation cycle 
+! using the default values as found in model_mod.f90 and CESM1_2_1_setup_{hybrid,advanced}
+! starting from a single model state, which must be perturbed into an ensemble.
+! Comments below give suggestions for setting it up for other assimilations:
+! > continuing an assimilation (no perturbations) and/or starting from an ensemble.
+! > Setting up a CAM-SE assimilation
+! > Setting up a WACCM assimilation
+! > Setting up for perfect_model_obs
+!
+! PLEASE READ
+!
+! https://proxy.subversion.ucar.edu/DAReS/DART/trunk/models/cam/model_mod.html
+!
+! for recommendations on namelist settings for CAM. It has examples of configurations
+! for taking a single state and creating an ensemble, differences between using
+! the FV core or SE core ... variable resolution grids, etc.
+
+! ens_size, num_output_*  will be (re)set by the setup script
+
+! To use a pre-existing ensemble search for the following variables
+! and make the following changes
+! (This applies to the second cycle after starting from a single ensemble member.)
+!    start_from_restart          = .true.,
+!    inf_initial_from_restart    = .true.,                 .false.,
+!    inf_sd_initial_from_restart = .true.,                 .false.,
+! Also search for 'single model state' to make changes in model_nml.
+
+! Changes for DART2.0 ("RMA")
+!    To be removed:
+!       restart_in_file_name     = 'no_restart_in'
+!       restart_out_file_name    = 'no_restart_out'
+!       direct_netcdf*
+!    To be added: 
+!       output_list_file         = 'cam_output_init_files'
+
+! Removed from the filter_nml in $rma_trunk
+!    direct_netcdf_read       = .true.
+!    direct_netcdf_write      = .true.
+!    add_domain_extension     = .false.
+!    overwrite_state_input    = .false.
+!    use_restart_list         = .true.
+!    restart_in_file_name     = "filter_ics",
+!    inf_in_file_name            = 'input_priorinf',        'input_postinf'
+!    output_inflation            = .true.
+!    inf_output_restart          = .true.,                  .true.
+!    inf_out_file_name           = 'output_priorinf',       'output_postinf'
+!    inf_diag_file_name          = 'output_priorobsinfl',   'output_postobsinf'
+
+! These vars are in the filter_nml as of r10786
+
+&filter_nml
+   adv_ens_command          = 'no_CESM_advance_script'
+   async                    = 0
+   tasks_per_model_advance  = 1
+   stages_to_write          = 'null','preassim','null','output'
+   write_all_stages_at_end  = .true.
+   distributed_state        = .true.,
+   ens_size                 = 3
+   num_groups               = 1
+   
+   input_restart_file_list  = 'cam_init_files',
+   single_file_in           = .false.,
+   init_time_days           = -1
+   init_time_seconds        = -1
+   perturb_from_single_instance = .false.
+   perturbation_amplitude       = 0.2,
+   
+   inf_flavor                  = 2,                       0
+   inf_initial_from_restart    = .false.,                  .true.
+   inf_initial                 = 1.0,                     1.0
+   inf_lower_bound             = 1.0,                     1.0
+   inf_upper_bound             = 100.0,                   100.0
+   inf_sd_initial_from_restart = .false.,                  .true.
+   inf_sd_initial              = 0.6,                     0.6
+   inf_sd_lower_bound          = 0.6,                     0.6
+   inf_damping                 = 0.9,                     0.9
+   inf_deterministic           = .true.,                  .true.
+   
+   obs_sequence_in_name     = 'obs_seq.out'
+   obs_sequence_out_name    = 'obs_seq.final'
+   num_output_obs_members   = 3
+   first_obs_days           = -1
+   first_obs_seconds        = -1
+   last_obs_days            = -1
+   last_obs_seconds         = -1
+   obs_window_days          = -1
+   obs_window_seconds       = -1
+   
+   output_restarts          = .true.
+   output_mean              = .true.
+   output_sd                = .true.
+   single_file_out          = .false.,
+   output_restart_file_list = 'cam_init_files',
+   
+   num_output_state_members = 3
+   output_interval          = 1


More information about the Dart-dev mailing list