[Dart-dev] DART/branches Revision: 11000
dart at ucar.edu
dart at ucar.edu
Fri Feb 3 15:51:15 MST 2017
nancy at ucar.edu
2017-02-03 15:51:14 -0700 (Fri, 03 Feb 2017)
45
add some more comments about the test case.
Modified: DART/branches/rma_trunk/utilities/test/work/crosstest
===================================================================
--- DART/branches/rma_trunk/utilities/test/work/crosstest 2017-02-03 22:44:23 UTC (rev 10999)
+++ DART/branches/rma_trunk/utilities/test/work/crosstest 2017-02-03 22:51:14 UTC (rev 11000)
@@ -29,6 +29,18 @@
# ALLTYPES EXCEPT KIND_TEMPERATURE
#END GROUP
+# actual table to define factors for impacts.
+#
+# the first column can contain either types or kinds because
+# it applies to the current obs being assimilated.
+#
+# the second column has to be kinds because it applies
+# to the state (also unassimilated obs, but states only
+# have kinds so that's the most restrictive).
+#
+# either column can have a group name, but any group used
+# in column 2 can contain only kinds.
+
IMPACT
KIND_U_WIND_COMPONENT KIND_TEMPERATURE 0.5
KIND_V_WIND_COMPONENT KIND_TEMPERATURE 0.5
More information about the Dart-dev
mailing list