[Dart-dev] DART/trunk Revision: 12125

dart at ucar.edu dart at ucar.edu
Mon Nov 20 14:29:08 MST 2017


nancy at ucar.edu
2017-11-20 14:29:07 -0700 (Mon, 20 Nov 2017)
192
add the 2 other common 1d obs types to the 'assimilate these
obs types' namelist.  this way they show up in the list
of possible observation types to create when running
create_obs_sequence.




Modified: DART/trunk/models/lorenz_96/work/input.nml
===================================================================
--- DART/trunk/models/lorenz_96/work/input.nml	2017-11-20 21:27:14 UTC (rev 12124)
+++ DART/trunk/models/lorenz_96/work/input.nml	2017-11-20 21:29:07 UTC (rev 12125)
@@ -111,6 +111,8 @@
 
 &obs_kind_nml
    assimilate_these_obs_types = 'RAW_STATE_VARIABLE',
+                                'RAW_STATE_1D_INTEGRAL',
+                                'RAW_STATE_VAR_POWER'            
    /
 
 &assim_model_nml


More information about the Dart-dev mailing list