[Dart-dev] DART/branches Revision: 11613
dart at ucar.edu
dart at ucar.edu
Mon May 8 16:37:18 MDT 2017
nancy at ucar.edu
2017-05-08 16:37:17 -0600 (Mon, 08 May 2017)
61
document new namelist items for vertical conversion control
Modified: DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.html
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.html 2017-05-08 22:18:42 UTC (rev 11612)
+++ DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.html 2017-05-08 22:37:17 UTC (rev 11613)
@@ -311,6 +311,8 @@
allow_missing_in_clm = .false.
adjust_obs_impact = .false.
obs_impact_filename = ""
+ convert_all_obs_verticals_first = .true.
+ convert_all_state_verticals_first = .false.
special_localization_obs_types = "",
special_localization_cutoffs = -1,
/
@@ -543,6 +545,30 @@
<TR>
+ <TD> convert_all_state_verticals_first </TD>
+ <TD> logical </TD>
+ <TD> If the model has multiple choices for the vertical coordinate
+system during localization (e.g. pressure, height, etc) then this
+should be .true. if previous versions of get_state_meta_data() did
+a vertical conversion or if most of the state is going to be impacted
+by at least one observation. If only part of the state is going to
+be updated or if get_state_meta_data() never used to do vertical
+conversions, leave it .false.. The results should be the same
+but the run time may be impacted by doing unneeded conversions
+up front. For models without vertical conversion choices the
+setting of this item has no impact.
+ </TD> </TR>
+
+
+<TR>
+ <TD> convert_all_obs_verticals_first </TD>
+ <TD> logical </TD>
+ <TD> Should generally always be left .True.. For models without
+vertical conversion choices the setting of this item has no impact.
+ </TD> </TR>
+
+
+<TR>
<TD> special_localization_obs_types </TD>
<TD> character(len=32), dimension(:) </TD>
<TD> Optional list of observation types (e.g. "RADAR_REFLECTIVITY",
Modified: DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.nml
===================================================================
--- DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.nml 2017-05-08 22:18:42 UTC (rev 11612)
+++ DART/branches/rma_trunk/assimilation_code/modules/assimilation/assim_tools_mod.nml 2017-05-08 22:37:17 UTC (rev 11613)
@@ -33,6 +33,8 @@
allow_missing_in_clm = .false.
adjust_obs_impact = .false.
obs_impact_filename = ""
+ convert_all_obs_verticals_first = .true.
+ convert_all_state_verticals_first = .false.
special_localization_obs_types = "",
special_localization_cutoffs = -1.0,
/
More information about the Dart-dev
mailing list