[Dart-dev] DART/releases Revision: 12144

dart at ucar.edu dart at ucar.edu
Wed Nov 22 09:45:33 MST 2017


nancy at ucar.edu
2017-11-22 09:45:31 -0700 (Wed, 22 Nov 2017)
134
- added obs_seq.in.power to the Lorenz 96 directory
- added new obs types to the workshop version of the input.nml assimilation list




Index: DART/releases/Manhattan
===================================================================
--- DART/releases/Manhattan	2017-11-22 16:25:48 UTC (rev 12143)
+++ DART/releases/Manhattan	2017-11-22 16:45:31 UTC (rev 12144)

Property changes on: DART/releases/Manhattan
___________________________________________________________________
Modified: svn:mergeinfo
## -34,7 +34,7 ##
 /DART/branches/rma_sprint:8093-8164
 /DART/branches/rma_state_structure_test_dir:9470-9674
 /DART/branches/rma_state_structure_unit_test:9689-10266
-/DART/branches/rma_trunk:11347-12136
+/DART/branches/rma_trunk:11347-12143
 /DART/branches/rma_trunk_clamping:8784-8799
 /DART/branches/rma_trunk_filename:8009-8155
 /DART/branches/rma_trunk_get_state_fun:8566-8594
Modified: DART/releases/Manhattan/CHANGELOG
===================================================================
--- DART/releases/Manhattan/CHANGELOG	2017-11-22 16:25:48 UTC (rev 12143)
+++ DART/releases/Manhattan/CHANGELOG	2017-11-22 16:45:31 UTC (rev 12144)
@@ -599,6 +599,14 @@
   and 2013 file formats.
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++ Nov 22 2017 :: minor updates for DA challenge files          Revision: 12144
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+- added obs_seq.in.power to the Lorenz 96 directory
+
+- added new obs types to the workshop version of the input.nml assimilation list
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 + MMM DD YYYY :: summary of next changes                    $Revision$
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 

Modified: DART/releases/Manhattan/models/lorenz_96/work/input.nml
===================================================================
--- DART/releases/Manhattan/models/lorenz_96/work/input.nml	2017-11-22 16:25:48 UTC (rev 12143)
+++ DART/releases/Manhattan/models/lorenz_96/work/input.nml	2017-11-22 16:45:31 UTC (rev 12144)
@@ -27,10 +27,6 @@
    silence                    = .false.,
    /
 
-# these don't work yet, but will soon:
-#    input_state_files            = 'filter_input.nc'
-#   output_state_files            = 'filter_output.nc'
-
 &filter_nml
    single_file_in               = .true.,
    input_state_files            = ''
@@ -181,7 +177,7 @@
    trusted_obs           = 'null',
    lonlim1               = 0.00, 0.00, 0.50
    lonlim2               = 1.01, 0.50, 1.01
-   reg_names             = 'whole', 'yin', 'yang'
+   reg_names             = 'whole', 'lower', 'upper'
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,

Modified: DART/releases/Manhattan/models/lorenz_96/work/input.workshop.nml
===================================================================
--- DART/releases/Manhattan/models/lorenz_96/work/input.workshop.nml	2017-11-22 16:25:48 UTC (rev 12143)
+++ DART/releases/Manhattan/models/lorenz_96/work/input.workshop.nml	2017-11-22 16:45:31 UTC (rev 12144)
@@ -125,6 +125,8 @@
 
 &obs_kind_nml
    assimilate_these_obs_types = 'RAW_STATE_VARIABLE',
+                                'RAW_STATE_1D_INTEGRAL',
+                                'RAW_STATE_VAR_POWER'
    /
 
 &model_nml
@@ -176,9 +178,9 @@
    init_skip_seconds     = 0,
    Nregions              = 3,
    trusted_obs           = 'null',
-   lonlim1               = 0.00, 0.00, 0.50, -1.0,
-   lonlim2               = 1.01, 0.50, 1.01, -1.0,
-   reg_names             = 'whole', 'yin', 'yang', 'bogus',
+   lonlim1               = 0.00, 0.00, 0.50
+   lonlim2               = 1.01, 0.50, 1.01
+   reg_names             = 'whole', 'lower', 'upper'
    create_rank_histogram = .true.,
    outliers_in_histogram = .true.,
    use_zero_error_obs    = .false.,
@@ -220,20 +222,17 @@
    /
 
 &model_mod_check_nml
-  x_ind            = 2
-  num_ens          = 1
-  loc_of_interest  = 0.3, 0.0, 0.0
-  kind_of_interest = 'QTY_STATE_VARIABLE'
-  verbose          = .true.
+  x_ind               = 2
+  num_ens             = 1
+  loc_of_interest     = 0.3
+  kind_of_interest    = 'QTY_STATE_VARIABLE'


More information about the Dart-dev mailing list