[Dart-dev] DART/branches Revision: 12143

dart at ucar.edu dart at ucar.edu
Wed Nov 22 09:25:53 MST 2017


nancy at ucar.edu
2017-11-22 09:25:48 -0700 (Wed, 22 Nov 2017)
211
updates to support the 'obs to a power' non-linear challenge.
i forgot to update input.workshop.nml when i updated the
input.nml file, plus there is a new obs_seq.in.power for the
obs-val-to-a-power obs types.




Modified: DART/branches/rma_trunk/models/lorenz_96/work/input.nml
===================================================================
--- DART/branches/rma_trunk/models/lorenz_96/work/input.nml	2017-11-21 22:15:06 UTC (rev 12142)
+++ DART/branches/rma_trunk/models/lorenz_96/work/input.nml	2017-11-22 16:25:48 UTC (rev 12143)
@@ -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/branches/rma_trunk/models/lorenz_96/work/input.workshop.nml
===================================================================
--- DART/branches/rma_trunk/models/lorenz_96/work/input.workshop.nml	2017-11-21 22:15:06 UTC (rev 12142)
+++ DART/branches/rma_trunk/models/lorenz_96/work/input.workshop.nml	2017-11-22 16:25:48 UTC (rev 12143)
@@ -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'
+  verbose             = .true.
   interp_test_xrange  = 0.0, 1.0
   interp_test_dx      = 0.02
-  interp_test_yrange  = 0.0, 1.0
-  interp_test_dy      = 0.2
-  interp_test_zrange  = 0.0, 1.0
-  interp_test_dz      = 0.2
-  interp_test_vertcoord = 'VERTISHEIGHT'
-  test1thru             = 9
-  input_restart_list  = 'restart_in.txt'
-  output_restart_list = 'restart_out.txt'
+  test1thru             = 5
+  single_file           = .true.
+  input_state_files     = 'filter_input.nc'
+  output_state_files    = 'filter_output.nc'
   verbose               = .true.
   /
+

Added: DART/branches/rma_trunk/models/lorenz_96/work/obs_seq.in.power
===================================================================
--- DART/branches/rma_trunk/models/lorenz_96/work/obs_seq.in.power	                        (rev 0)
+++ DART/branches/rma_trunk/models/lorenz_96/work/obs_seq.in.power	2017-11-22 16:25:48 UTC (rev 12143)
@@ -0,0 +1,440007 @@
+ obs_sequence
+obs_kind_definitions
+           1
+           3 RAW_STATE_VAR_POWER            
+  num_copies:            0  num_qc:            0
+  num_obs:        40000  max_num_obs:        40000
+  first:            1  last:        40000
+ OBS            1
+          -1           2          -1
+obdef
+loc1d
+   0.0976320288609713
+kind


More information about the Dart-dev mailing list