[Dart-dev] DART/branches Revision: 13050

dart at ucar.edu dart at ucar.edu
Fri Mar 22 12:46:45 MDT 2019


thoar at ucar.edu
2019-03-22 12:46:45 -0600 (Fri, 22 Mar 2019)
165
Changed the vert_normalization_scale_height = 1.5 to be consistent with best practice.

Re-ordered the namelists into logical groupings, removed extraneous syntax.




Modified: DART/branches/rma_trunk/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/input.nml	2019-03-21 23:10:12 UTC (rev 13049)
+++ DART/branches/rma_trunk/models/cam-fv/work/input.nml	2019-03-22 18:46:45 UTC (rev 13050)
@@ -1,4 +1,4 @@
-! This namelist is set up for a single, CAM-FV, assimilation cycle 
+! 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:
@@ -9,7 +9,7 @@
 !
 ! PLEASE READ
 !
-! https://proxy.subversion.ucar.edu/DAReS/DART/trunk/models/cam/model_mod.html
+! models/cam-fv/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
@@ -21,8 +21,8 @@
 ! 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.,
+!    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" "Manhattan")
@@ -30,20 +30,20 @@
 !       restart_in_file_name     = 'no_restart_in'
 !       restart_out_file_name    = 'no_restart_out'
 !       direct_netcdf*
-!    To be added: 
+!    To be added:
 !       output_list_file         = 'cam_output_init_files'
-!       perturb_from_single_instance = .true.       MUST be true in order to use model_mod's 
+!       perturb_from_single_instance = .true.       MUST be true in order to use model_mod's
 !                                                   perturbation routine
-!       perturbation_amplitude       = 0.2,         Will be ignored because the amplitude is 
+!       perturbation_amplitude       = 0.2,         Will be ignored because the amplitude is
 !                                                   provided in model_nml.
-!       stages_to_write          = Controls diagnostic and restart output.  Valid values are 
+!       stages_to_write          = Controls diagnostic and restart output.  Valid values are
 !                                 'input', 'forecast','preassim', 'postassim', 'analysis', and 'output'.
 !                                 If only prior inflation is used, then 'postassim' and 'analysis'
-!                                 are redundant with 'output'.  
+!                                 are redundant with 'output'.
 !                                 If only posterior inflation is used, 'analysis' and 'preassim'
 !                                 are redundant with 'input'.
-!                                 If you want input_mean and input_sd, you'll 
-!                                 need to set output_mean and output_sd = .true. 
+!                                 If you want input_mean and input_sd, you'll
+!                                 need to set output_mean and output_sd = .true.
 !                                 (and include 'input' in stages_to_write).
 
 ! Removed from the filter_nml in $rma_trunk
@@ -52,7 +52,7 @@
 !    add_domain_extension     = .false.
 !    overwrite_state_input    = .false.
 !    use_restart_list         = .true.
-!    restart_in_file_name     = "filter_ics",
+!    restart_in_file_name     = "filter_ics"
 !    inf_in_file_name            = 'input_priorinf',        'input_postinf'
 !    output_inflation            = .true.
 !    inf_output_restart          = .true.,                  .true.
@@ -62,24 +62,24 @@
 ! These vars are in the filter_nml as of r10786
 
 &filter_nml
-   input_state_files            = '',
-   input_state_file_list        = 'cam_init_files',
+   input_state_files            = ''
+   input_state_file_list        = 'cam_init_files'
    init_time_days               = -1
    init_time_seconds            = -1
-   single_file_in               = .false.,
+   single_file_in               = .false.
    perturb_from_single_instance = .false.
-   
+
    stages_to_write              = 'preassim','output'
-   
-   output_state_files           = '',
-   output_state_file_list       = 'cam_init_files',
+
+   output_state_files           = ''
+   output_state_file_list       = 'cam_init_files'
    output_mean                  = .true.
    output_sd                    = .true.
    output_members               = .true.
    num_output_state_members     = 3
-   single_file_out              = .false.,
+   single_file_out              = .false.
    write_all_stages_at_end      = .false.
-   
+
    ens_size                     = 3
    num_groups                   = 1
 


More information about the Dart-dev mailing list