[Dart-dev] DART/branches Revision: 11515

dart at ucar.edu dart at ucar.edu
Tue Apr 25 14:12:06 MDT 2017


nancy at ucar.edu
2017-04-25 14:12:05 -0600 (Tue, 25 Apr 2017)
84
add the missing docs and namelist entries for
use_precomputed_FOs_these_obs_types.




Modified: DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.html	2017-04-25 18:54:09 UTC (rev 11514)
+++ DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.html	2017-04-25 20:12:05 UTC (rev 11515)
@@ -159,8 +159,9 @@
 <div class=namelist>
 <pre>
 &amp;obs_kind_nml
-   assimilate_these_obs_types = 'null',
-   evaluate_these_obs_types   = 'null'  
+   assimilate_these_obs_types          = 'null',
+   evaluate_these_obs_types            = 'null'  
+   use_precomputed_FOs_these_obs_types = 'null'
  /
 </pre>
 </div>
@@ -193,13 +194,21 @@
 <TBODY valign=top>
 
 <TR><TD>assimilate_these_obs_types</TD>
-    <TD>character(len=129), dimension(:)</TD>
+    <TD>character(len=31), dimension(:)</TD>
     <TD>Names of observation types to be assimilated.</TD></TR>
 
 <TR><TD>evaluate_these_obs_types</TD>
-    <TD>character(len=129), dimension(:)</TD>
+    <TD>character(len=31), dimension(:)</TD>
     <TD>Names of observation types to be evaluated only.</TD></TR>
 
+<TR><TD>use_precomputed_FOs_these_obs_types</TD>
+    <TD>character(len=31), dimension(:)</TD>
+    <TD>If the forward operator values have been precomputed outside of
+filter, for example for radiances or other compute intensive computations,
+the ensemble of forward operator values can be stored in the observation
+sequence file.  For any type listed here, the forward operator interpolation
+code will not be called and the values in the file will be used instead.</TD></TR>
+
 </TBODY> 
 </TABLE>
 </div>

Modified: DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.nml
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.nml	2017-04-25 18:54:09 UTC (rev 11514)
+++ DART/branches/rma_trunk/assimilation_code/modules/observations/obs_kind_mod.nml	2017-04-25 20:12:05 UTC (rev 11515)
@@ -1,5 +1,6 @@
 &obs_kind_nml
-   assimilate_these_obs_types = 'null',
-   evaluate_these_obs_types   = 'null'  
+   assimilate_these_obs_types          = 'null',
+   evaluate_these_obs_types            = 'null'  
+   use_precomputed_FOs_these_obs_types = 'null'
 /
 


More information about the Dart-dev mailing list