[Dart-dev] DART/branches Revision: 13054

dart at ucar.edu dart at ucar.edu
Fri Mar 22 13:50:40 MDT 2019


thoar at ucar.edu
2019-03-22 13:50:40 -0600 (Fri, 22 Mar 2019)
63
Format alignment to improve clarity. NO functionality change.




Modified: DART/branches/rma_trunk/models/cam-fv/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/cam-fv/work/input.nml	2019-03-22 19:41:31 UTC (rev 13053)
+++ DART/branches/rma_trunk/models/cam-fv/work/input.nml	2019-03-22 19:50:40 UTC (rev 13054)
@@ -156,7 +156,7 @@
 !
 ! WACCM can be used with either FV or SE
 !     vert_normalization_scale_height does not have extensive exploration available.
-!     Pedatella settled on 2.5.
+!     Pedatella settled on 1.5.
 !     The model top for WACCM is (naturally) much higher: 4.5e-4 Pa
 !     This has ramifications for the diffusion near the model top so
 !     changes to the highest_*_pressure_Pa are appropriate.
@@ -165,7 +165,7 @@
 !         4,24 = del2 -> 4 levels
 !
 ! WACCM settings that must be changed no matter what core is being used.
-!     vert_normalization_scale_height = 2.5
+!     vert_normalization_scale_height = 1.5
 !     vert_coord                      = 'log_invP'
 !     highest_obs_pressure_Pa         = .0001
 !     highest_state_pressure_Pa       = .01
@@ -214,19 +214,18 @@
 
 
 &location_nml
-   horiz_dist_only             = .false.
-   vert_normalization_pressure = 20000.0
-   vert_normalization_height   = 10000.0
-   vert_normalization_level    = 20.0
-   vert_normalization_scale_height    = 1.5
-   approximate_distance        = .true.
-   nlon                        = 141
-   nlat                        = 72
-   output_box_info             = .false.
-   print_box_level             = 0
+   horiz_dist_only                 = .false.
+   vert_normalization_pressure     = 20000.0
+   vert_normalization_height       = 10000.0
+   vert_normalization_level        = 20.0
+   vert_normalization_scale_height = 1.5
+   approximate_distance            = .true.
+   nlon                            = 141
+   nlat                            = 72
+   output_box_info                 = .false.
+   print_box_level                 = 0
    /
 
-
 #========================================================================
 # CAM-SE Section
 # model top 220 Pa
@@ -319,7 +318,7 @@
                                 'ACARS_TEMPERATURE',
                                 'SAT_U_WIND_COMPONENT',
                                 'SAT_V_WIND_COMPONENT',
-                                'GPSRO_REFRACTIVITY',
+                                'GPSRO_REFRACTIVITY'
 
    evaluate_these_obs_types = 'RADIOSONDE_SPECIFIC_HUMIDITY',
    /
@@ -326,32 +325,34 @@
 
 
 &state_vector_io_nml
-  buffer_state_io         = .false.
-  single_precision_output = .false.
+   buffer_state_io         = .false.
+   single_precision_output = .false.
    /
 
+
 ! 'layout' and 'tasks_per_node' will be reset by the assimilate.csh script
-! to match the number ('ptile' for LSF) used when laying out the job.
+! to match the number used when laying out the job.
 
 &ensemble_manager_nml
-   layout                  = 2
-   tasks_per_node          = 16
+   layout         = 2
+   tasks_per_node = 16
    /
 
 
 &assim_tools_nml
-   filter_kind                     = 1
-   cutoff                          = 0.15
-   sort_obs_inc                    = .false.
-   spread_restoration              = .false.
-   sampling_error_correction       = .false.
-   adaptive_localization_threshold = -1
-   output_localization_diagnostics = .false.
-   localization_diagnostics_file   = 'localization_diagnostics'
-   print_every_nth_obs             = 10000
-   distribute_mean                 = .false.
+   filter_kind                       = 1
+   cutoff                            = 0.15
+   sort_obs_inc                      = .false.
+   spread_restoration                = .false.
+   sampling_error_correction         = .false.
+   adaptive_localization_threshold   = -1


More information about the Dart-dev mailing list