[Dart-dev] [6107] DART/branches/development/models/mpas_atm/work/input.nml: the one in the repository was sadly out of date.

nancy at ucar.edu nancy at ucar.edu
Mon May 6 11:17:11 MDT 2013


Revision: 6107
Author:   nancy
Date:     2013-05-06 11:17:10 -0600 (Mon, 06 May 2013)
Log Message:
-----------
the one in the repository was sadly out of date.
this isn't the final word here, but it's better
than the previous version that was committed.

Modified Paths:
--------------
    DART/branches/development/models/mpas_atm/work/input.nml

-------------- next part --------------
Modified: DART/branches/development/models/mpas_atm/work/input.nml
===================================================================
--- DART/branches/development/models/mpas_atm/work/input.nml	2013-05-03 21:15:48 UTC (rev 6106)
+++ DART/branches/development/models/mpas_atm/work/input.nml	2013-05-06 17:17:10 UTC (rev 6107)
@@ -99,6 +99,7 @@
    vert_normalization_pressure = 100000.0,
    vert_normalization_height   = 10000.0,
    vert_normalization_level    = 20.0,
+   vert_normalization_scale_height = 2.0,
    approximate_distance        = .false.,
    nlon                        = 141,
    nlat                        = 72,
@@ -106,6 +107,9 @@
    print_box_level             = 0,
   /
 
+&xyz_location_nml
+  /
+
 &cov_cutoff_nml
    select_localization = 1
   /
@@ -132,20 +136,22 @@
    netCDF_large_file_support  = .false.
   /
 
-   model_analysis_filename      = '../data/mpas_output.2010-10-23_03:00:00.nc'
+  ! model_analysis_filename      = '../data/mpas_output.2010-10-23_03:00:00.nc'
+
 &model_nml
    model_analysis_filename      = 'mpas_init.nc',
    grid_definition_filename     = 'mpas_init.nc',
    assimilation_period_days     = 0,
    assimilation_period_seconds  = 43200,
    model_perturbation_amplitude = 0.0001,
-   output_state_vector          = .true., 
+   output_state_vector          = .false., 
+   vert_localization_coord      = 3,
    calendar                     = 'Gregorian',
    debug                        = 0,
-   use_new_code                 = .true.,
-   use_u_for_wind               = .true.
+   use_u_for_wind               = .false.
    use_rbf_option               = 2
-   update_u_from_reconstruct    = .false.
+   update_u_from_reconstruct    = .true.
+   highest_obs_pressure_mb      = -1.0
   /
 
                           'theta',                 'KIND_POTENTIAL_TEMPERATURE',
@@ -164,21 +170,24 @@
                           'rho',                   'KIND_DENSITY',
                           'salinity',              'KIND_SALINITY'
                           'temperature',           'KIND_TEMPERATURE'
+
 &mpas_vars_nml
    mpas_state_variables = 
-                          'u',                     'KIND_EDGE_NORMAL_SPEED',
+                          'uReconstructZonal',     'KIND_U_WIND_COMPONENT',
+                          'uReconstructMeridional','KIND_V_WIND_COMPONENT',
                           'theta',                 'KIND_POTENTIAL_TEMPERATURE',
                           'surface_pressure',      'KIND_SURFACE_PRESSURE'
                           'w',                     'KIND_VERTICAL_VELOCITY',
                           'rho',                   'KIND_DENSITY',
+                          'qv',                    'KIND_VAPOR_MIXING_RATIO',
   /
 
 &model_to_dart_nml
-   model_to_dart_output_file  = 'dart.ud',
+   model_to_dart_output_file  = 'dart_ics',
   /
 
 &dart_to_model_nml
-   dart_to_model_input_file = 'dart.ic',
+   dart_to_model_input_file = 'dart_restart',
    advance_time_present     = .false.,
   / 
 
@@ -285,15 +294,17 @@
 
 &obs_diag_nml
    obs_sequence_name  = 'obs_seq.final',
-   iskip_days         = 0,
-   obs_select         = 1,
-   rat_cri            = 4.0,
-   input_qc_threshold = 3.0,
-   bin_width_seconds = 0,
-   lonlim1   = 0.0, 0.0, 0.5, -1.0,
-   lonlim2   = 1.0, 0.5, 1.5, -1.0,
-   reg_names = 'whole', 'yin', 'yang', 'bogus',
-   verbose   = .false.
+   first_bin_center = 2010,10,23,12,00,00
+   last_bin_center  = 2010,10,23,12,00,00
+   bin_width        =    0, 0, 1,00,00,00
+   time_to_skip     =    0, 0, 0,00,00,00
+   nregions  = 1
+   lonlim1   =   0.0,
+   lonlim2   = 360.0,
+   latlim1   = -90.0
+   latlim2   =  90.0
+   reg_names = 'global',
+   verbose   = .true.
   /
 
 


More information about the Dart-dev mailing list