diff artifacts/doc/conf/meta-data.xml @ 8993:0adc6d04de95

SInfo - FlowDepthMinMax: choosing bed heights, not bed height min and max separately
author gernotbelger
date Wed, 11 Apr 2018 14:09:13 +0200
parents 2e27061d9a93
children 6e5ff436febe
line wrap: on
line diff
--- a/artifacts/doc/conf/meta-data.xml	Fri Apr 06 11:55:36 2018 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Wed Apr 11 14:09:13 2018 +0200
@@ -266,6 +266,13 @@
                     <dc:variable name="bedheight_count" expr="'bedh_height_count'"/>
                     <dc:call-macro name="bed-heights-single"/>
                   </dc:when>
+                  <dc:when test="$out = 'sinfo_flowdepthminmax_heights'">
+                    <!-- Selects bedheights that have min/max bedheights. According to BfG, it is safe to only assume min is present -->
+                    <dc:variable name="bed_height_type" expr="''"/>
+                    <dc:variable name="bed_height_descr_prefix" expr="''"/>
+                    <dc:variable name="bedheight_count" expr="'bedh_min_count'"/>
+                    <dc:call-macro name="bed-heights-single"/>
+                  </dc:when>
                   <dc:when test="$out = 'sinfo_flowdepth_waterlevels'">
                     <minfo>
                       <fixanalysis>

http://dive4elements.wald.intevation.org