[Dart-dev] DART/branches Revision: 10857

dart at ucar.edu dart at ucar.edu
Tue Jan 3 09:33:18 MST 2017


thoar at ucar.edu
2017-01-03 09:33:17 -0700 (Tue, 03 Jan 2017)
190
Comitting the same configuration Fei was using that could test several 
methods of 'balancing' (distributing the change in sea ice volume/etc.)
Last change before the branch is deprecated.




Modified: DART/branches/rma_cice/models/cice/work/input.nml
===================================================================
--- DART/branches/rma_cice/models/cice/work/input.nml	2016-12-30 23:05:30 UTC (rev 10856)
+++ DART/branches/rma_cice/models/cice/work/input.nml	2017-01-03 16:33:17 UTC (rev 10857)
@@ -67,7 +67,7 @@
    inf_deterministic           = .true.,                  .true.
    inf_in_file_name            = 'input_priorinf',        'input_postinf'
    inf_out_file_name           = 'output_priorinf',       'output_postinf'
-   inf_diag_file_name          = 'output_priorobsinfl',   'output_postobsinf',
+   inf_diag_file_name          = 'output_priorobsinfl',   'output_postobsinf'
    inf_initial                 = 1.0,                     1.0
    inf_sd_initial              = 0.6,                     0.6
    inf_damping                 = 0.9,                     0.9
@@ -144,6 +144,7 @@
 
 &obs_kind_nml
    assimilate_these_obs_types = 'SAT_SEAICE_AGREG_CONCENTR',
+                                'SAT_SEAICE_AGREG_FY'
    evaluate_these_obs_types   = 'null'
    /
 
@@ -175,7 +176,8 @@
    debug                        = 1
    model_state_variables  =       'aicen', 'KIND_SEAICE_CONCENTR'        , 'UPDATE',
                                   'vicen', 'KIND_SEAICE_VOLUME'          , 'UPDATE',
-                                  'vsnon', 'KIND_SEAICE_SNOWVOLUME'      , 'UPDATE',
+				  'vsnon', 'KIND_SEAICE_SNOWVOLUME'      , 'UPDATE',
+                                  'somtp', 'KIND_SOM_TEMPERATURE'        , 'UPDATE'
    /
 
 # See the cice model_mod.html for a larger listing of CICE variables and their
@@ -184,7 +186,9 @@
 
 &dart_to_cice_nml
    dart_to_cice_input_file   = 'dart_restart.nc'
-   balance_method            = 'simple_squeeze'
+   original_cice_input_file  = 'cice_restart.nc'
+   previous_cice_input_file  = 'pre_restart.nc'
+   balance_method            = 'prior_weight'
    /
 
 
@@ -254,13 +258,13 @@
    time_to_skip     =     0, 0,  0, 0, 0, 0
    max_num_bins     = 1000
    trusted_obs      = 'null'
-   Nregions   = 4
-   lonlim1    =     0.0,     0.0,    0.0,  180.0
-   lonlim2    =   360.0,   360.0,  180.0,  360.0
-   latlim1    =   -90.0,     0.0,  -90.0,  -90.0
-   latlim2    =     0.0,    90.0,   90.0,   90.0
-   reg_names  = 'South', 'North', 'East', 'West'
-   hlevel_edges =  0.0, 1.0, 2.0, 5.0, 10.0, 40.0
+   Nregions         = 1
+   lonlim1          =   0.0
+   lonlim2          = 360.0
+   latlim1          =  40.0
+   latlim2          =  90.0
+   reg_names        = 'Arctic'
+   hlevel_edges     =  0.0, 1.0
    print_mismatched_locs = .false.
    create_rank_histogram = .true.
    outliers_in_histogram = .true.
@@ -313,7 +317,7 @@
 &model_mod_check_nml
    restart_in_file_name  = 'cice.r'
    restart_out_file_name = 'cice_mm_out.r'
-   verbose               = .false.,
+   verbose               = .false.
    test1thru             = 5
    x_ind                 = 3210
    kind_of_interest      = 'KIND_SEAICE_CONCENTR'


More information about the Dart-dev mailing list