<?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="_cropintervaldetail" pageWidth="765" pageHeight="802" columnWidth="765" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0"> <property name="ireport.scriptlethandling" value="0"/> <property name="ireport.encoding" value="UTF-8"/> <property name="ireport.zoom" value="2.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <import value="net.sf.jasperreports.engine.*"/> <import value="java.util.*"/> <import value="usda.weru.weps.reports.query.*"/> <import value="net.sf.jasperreports.engine.data.*"/> <parameter name="RUN_ID" class="java.lang.Integer" isForPrompting="false"> <defaultValueExpression><![CDATA[Integer.valueOf(0)]]></defaultValueExpression> </parameter> <parameter name="DATE_FORMAT" class="java.lang.String" isForPrompting="false"> <defaultValueExpression><![CDATA["dd/MM/yy"]]></defaultValueExpression> </parameter> <queryString> <![CDATA[SELECT "cyclenumber", "terminatedate", "previousdate", "duration", "cropindex", "rain", "irrig", "initswc", "finalswc", "deltaswc", "transp", "evap", "drain", "runoff", "runoffloss", "evaploss", "drainloss", "wue", "fallow", "water_storage", "crop", "standing_stem", "standing_leaf", "avg_height", "stem_count", "biomass", "crop_int", "units", "key" FROM weps('cropinterval') WHERE "runid"=$P{RUN_ID} ORDER BY "cropindex", "cyclenumber"]]> </queryString> <field name="cyclenumber" class="java.lang.Integer"/> <field name="terminatedate" class="java.sql.Date"/> <field name="previousdate" class="java.sql.Date"/> <field name="duration" class="java.lang.Integer"/> <field name="cropindex" class="java.lang.Integer"/> <field name="rain" class="java.lang.Double"/> <field name="irrig" class="java.lang.Double"/> <field name="initswc" class="java.lang.Double"/> <field name="finalswc" class="java.lang.Double"/> <field name="deltaswc" class="java.lang.Double"/> <field name="transp" class="java.lang.Double"/> <field name="evap" class="java.lang.Double"/> <field name="drain" class="java.lang.Double"/> <field name="runoff" class="java.lang.Double"/> <field name="evaploss" class="java.lang.Double"/> <field name="drainloss" class="java.lang.Double"/> <field name="runoffloss" class="java.lang.Double"/> <field name="wue" class="java.lang.Double"/> <field name="fallow" class="java.lang.Double"/> <field name="water_storage" class="java.lang.Double"/> <field name="crop" class="java.lang.String"/> <field name="standing_stem" class="java.lang.Double"/> <field name="standing_leaf" class="java.lang.Double"/> <field name="avg_height" class="java.lang.Double"/> <field name="stem_count" class="java.lang.Double"/> <field name="biomass" class="java.lang.Double"/> <field name="crop_int" class="java.lang.Boolean"/> <field name="units" class="java.lang.Boolean"/> <field name="key" class="java.lang.String"/> <variable name="US_UNITS" class="java.lang.Boolean" resetType="None"> <variableExpression><![CDATA["US".equals(((WepsConnection)$P{REPORT_CONNECTION}).getUnits())]]></variableExpression> </variable> <variable name="MASS_UNITS" class="java.lang.String" resetType="None"> <variableExpression><![CDATA[$V{US_UNITS} ? "lb/ac" : "kg/m²"]]></variableExpression> </variable> <variable name="DATE_FORMAT" class="java.text.DateFormat"> <variableExpression><![CDATA[new SimpleDateFormat($P{DATE_FORMAT})]]></variableExpression> </variable> <variable name="PRECIP_UNITS" class="java.lang.String" resetType="None"> <variableExpression><![CDATA[$V{US_UNITS} ? "in" : "mm"]]></variableExpression> </variable> <variable name="STEM_C" class="java.lang.String" resetType="None"> <variableExpression><![CDATA[$V{US_UNITS} ? "1000/ac" : "#/m²"]]></variableExpression> </variable> <!-- 1 --> <variable name="MEAN_standing_stem" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{standing_stem}]]></variableExpression> </variable> <variable name="STDDEV_standing_stem" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{standing_stem}]]></variableExpression> </variable> <variable name="MIN_standing_stem" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{standing_stem}]]></variableExpression> </variable> <variable name="MAX_standing_stem" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{standing_stem}]]></variableExpression> </variable> <!-- 2 --> <variable name="MEAN_standing_leaf" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{standing_leaf}]]></variableExpression> </variable> <variable name="STDDEV_standing_leaf" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{standing_leaf}]]></variableExpression> </variable> <variable name="MIN_standing_leaf" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{standing_leaf}]]></variableExpression> </variable> <variable name="MAX_standing_leaf" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{standing_leaf}]]></variableExpression> </variable> <!-- combine standing_stem and standing leaf into biomass --> <variable name="MEAN_biomass" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{biomass}]]></variableExpression> </variable> <variable name="STDDEV_biomass" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{biomass}]]></variableExpression> </variable> <variable name="MIN_biomass" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{biomass}]]></variableExpression> </variable> <variable name="MAX_biomass" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{biomass}]]></variableExpression> </variable> <variable name="MEAN_rain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{rain}]]></variableExpression> </variable> <variable name="STDDEV_rain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{rain}]]></variableExpression> </variable> <variable name="MIN_rain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{rain}]]></variableExpression> </variable> <variable name="MAX_rain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{rain}]]></variableExpression> </variable> <!-- 6 --> <variable name="MEAN_irrig" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{irrig}]]></variableExpression> </variable> <variable name="STDDEV_irrig" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{irrig}]]></variableExpression> </variable> <variable name="MIN_irrig" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{irrig}]]></variableExpression> </variable> <variable name="MAX_irrig" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{irrig}]]></variableExpression> </variable> <!-- 7 --> <variable name="MEAN_initswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{initswc}]]></variableExpression> </variable> <variable name="STDDEV_initswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{initswc}]]></variableExpression> </variable> <variable name="MIN_initswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{initswc}]]></variableExpression> </variable> <variable name="MAX_initswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{initswc}]]></variableExpression> </variable> <!-- 8 --> <variable name="MEAN_finalswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{finalswc}]]></variableExpression> </variable> <variable name="STDDEV_finalswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{finalswc}]]></variableExpression> </variable> <variable name="MIN_finalswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{finalswc}]]></variableExpression> </variable> <variable name="MAX_finalswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{finalswc}]]></variableExpression> </variable> <!-- 9 --> <variable name="MEAN_deltaswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{deltaswc}]]></variableExpression> </variable> <variable name="STDDEV_deltaswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{deltaswc}]]></variableExpression> </variable> <variable name="MIN_deltaswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{deltaswc}]]></variableExpression> </variable> <variable name="MAX_deltaswc" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{deltaswc}]]></variableExpression> </variable> <!-- 10 --> <variable name="MEAN_transp" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{transp}]]></variableExpression> </variable> <variable name="STDDEV_transp" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{transp}]]></variableExpression> </variable> <variable name="MIN_transp" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{transp}]]></variableExpression> </variable> <variable name="MAX_transp" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{transp}]]></variableExpression> </variable> <!-- 11 --> <variable name="MEAN_evap" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{evap}]]></variableExpression> </variable> <variable name="STDDEV_evap" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{evap}]]></variableExpression> </variable> <variable name="MIN_evap" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{evap}]]></variableExpression> </variable> <variable name="MAX_evap" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{evap}]]></variableExpression> </variable> <!-- 12 --> <variable name="MEAN_drain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{drain}]]></variableExpression> </variable> <variable name="STDDEV_drain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{drain}]]></variableExpression> </variable> <variable name="MIN_drain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{drain}]]></variableExpression> </variable> <variable name="MAX_drain" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{drain}]]></variableExpression> </variable> <!-- 13 --> <variable name="MEAN_runoff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{runoff}]]></variableExpression> </variable> <variable name="STDDEV_runoff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{runoff}]]></variableExpression> </variable> <variable name="MIN_runoff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{runoff}]]></variableExpression> </variable> <variable name="MAX_runoff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{runoff}]]></variableExpression> </variable> <!-- 11 --> <variable name="MEAN_evaploss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{evaploss}]]></variableExpression> </variable> <variable name="STDDEV_evaploss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{evaploss}]]></variableExpression> </variable> <variable name="MIN_evaploss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{evaploss}]]></variableExpression> </variable> <variable name="MAX_evaploss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{evaploss}]]></variableExpression> </variable> <!-- 12 --> <variable name="MEAN_drainloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{drainloss}]]></variableExpression> </variable> <variable name="STDDEV_drainloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{drainloss}]]></variableExpression> </variable> <variable name="MIN_drainloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{drainloss}]]></variableExpression> </variable> <variable name="MAX_drainloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{drainloss}]]></variableExpression> </variable> <!-- 13 --> <variable name="MEAN_runoffloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{runoffloss}]]></variableExpression> </variable> <variable name="STDDEV_runoffloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{runoffloss}]]></variableExpression> </variable> <variable name="MIN_runoffloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{runoffloss}]]></variableExpression> </variable> <variable name="MAX_runoffloss" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{runoffloss}]]></variableExpression> </variable> <!-- 14 --> <variable name="MEAN_wue" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{wue}]]></variableExpression> </variable> <variable name="STDDEV_wue" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{wue}]]></variableExpression> </variable> <variable name="MIN_wue" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{wue}]]></variableExpression> </variable> <variable name="MAX_wue" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{wue}]]></variableExpression> </variable> <!-- 15 --> <variable name="MEAN_fallow" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{fallow}]]></variableExpression> </variable> <variable name="STDDEV_fallow" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{fallow}]]></variableExpression> </variable> <variable name="MIN_fallow" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{fallow}]]></variableExpression> </variable> <variable name="MAX_fallow" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{fallow}]]></variableExpression> </variable> <variable name="MEAN_watereff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Average"> <variableExpression><![CDATA[$F{water_storage}]]></variableExpression> </variable> <variable name="STDDEV_watereff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="StandardDeviation"> <variableExpression><![CDATA[$F{water_storage}]]></variableExpression> </variable> <variable name="MIN_watereff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Lowest"> <variableExpression><![CDATA[$F{water_storage}]]></variableExpression> </variable> <variable name="MAX_watereff" class="java.lang.Double" resetType="Group" resetGroup="cropindex" calculation="Highest"> <variableExpression><![CDATA[$F{water_storage}]]></variableExpression> </variable> <!-- header information for Crop Summary Report --> <group name="cropindex" isReprintHeaderOnEachPage="true"> <groupExpression><![CDATA[$F{cropindex}]]></groupExpression> <groupHeader> <band height="60" splitType="Prevent"> <printWhenExpression><![CDATA[$F{crop_int}]]></printWhenExpression> <frame> <reportElement key="" style="Section Lines Header" stretchType="RelativeToBandHeight" x="0" y="5" width="765" height="55"/> <textField evaluationTime="Group" evaluationGroup="cropindex" isBlankWhenNull="false"> <reportElement key="textField-1" style="Section Header" x="0" y="0" width="765" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$V{DATE_FORMAT}.format($F{previousdate}) + " - " + $V{DATE_FORMAT}.format($F{terminatedate}) + " " + $F{duration} + " Days " + $F{crop}]]></textFieldExpression> </textField> <!-- rotation cycles (not used?)--> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement key="element-1" style="Label" x="3" y="29" width="38" height="26" forecolor="#000000"/> <textElement/> <!-- <textFieldExpression class="java.lang.String"><![CDATA["Rot.\nCycle"]]></textFieldExpression> --> </textField> <!-- 1 --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-3" style="Label" x="50" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Biomass"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-3" style="Units" x="50" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{MASS_UNITS}]]></textFieldExpression> </textField> <!-- 2rain --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-6" style="Label" x="98" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Rain"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-6" style="Units" x="98" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 3irrig --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-7" style="Label" x="136" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Irrig"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-7" style="Units" x="136" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 4Runoff --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-8" style="Label" x="186" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Runoff"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-8" style="Units" x="186" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 5drain --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-11" style="Label" x="232" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Drain"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-11" style="Units" x="232" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 6Evap --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-10" style="Label" x="273" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Evap"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-10" style="Units" x="273" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 7transp --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-11" style="Label" x="327" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Crop\nTransp"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-11" style="Units" x="327" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 8initswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-12" style="Label" x="377" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Initial\nSWC"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-12" style="Units" x="377" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 9finalswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-13" style="Label" x="434" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Final\nSWC"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-13" style="Units" x="434" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 10deltaswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="491" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["SWC\nChange"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-14" style="Units" x="491" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 11runoff loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="543" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Runoff\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="543" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 12drain loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="603" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Drainage\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="603" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 13evap loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="643" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Evap\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="643" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 14wuf --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-15" style="Label" x="708" y="19" width="55" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Water use\nEff."]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="708" y="42" width="50" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> </frame> </band> <!-- key 1 --> <band height="60" splitType="Prevent"> <printWhenExpression> <![CDATA[!$F{crop_int} && $F{key}.equals("CP_0")]]> </printWhenExpression> <frame> <reportElement key="" style="Section Lines Header" stretchType="RelativeToBandHeight" x="0" y="5" width="765" height="55"/> <textField evaluationTime="Group" evaluationGroup="cropindex" isBlankWhenNull="false"> <reportElement key="textField-1" style="Section Header Gray" x="0" y="0" width="765" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$F{key} + " " + $V{DATE_FORMAT}.format($F{previousdate}) + " - " + $V{DATE_FORMAT}.format($F{terminatedate}) + " " + $F{duration} + " Days " + $F{crop}]]></textFieldExpression> </textField> <!-- rotation cycles (not used?)--> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement key="element-1" style="Label" x="3" y="29" width="38" height="26" forecolor="#000000"/> <textElement/> <!-- <textFieldExpression class="java.lang.String"><![CDATA["Rot.\nCycle"]]></textFieldExpression> --> </textField> <!-- 1 --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-3" style="Label" x="50" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Biomass"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-3" style="Units" x="50" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{MASS_UNITS}]]></textFieldExpression> </textField> <!-- 2rain --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-6" style="Label" x="90" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Rain"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-6" style="Units" x="90" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 3irrig --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-7" style="Label" x="123" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Irrig"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-7" style="Units" x="123" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 4Runoff --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-8" style="Label" x="171" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Runoff"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-8" style="Units" x="171" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 5drain --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-11" style="Label" x="216" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Drain"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-11" style="Units" x="216" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 6Evap --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-10" style="Label" x="256" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Evap"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-10" style="Units" x="256" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 7transp --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-11" style="Label" x="305" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Crop\nTransp"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-11" style="Units" x="305" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 8initswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-12" style="Label" x="357" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Initial\nSWC"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-12" style="Units" x="357" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 9finalswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-13" style="Label" x="402" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Final\nSWC"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-13" style="Units" x="402" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 10deltaswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="455" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["SWC\nChange"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-14" style="Units" x="455" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 11runoff loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="501" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Runoff\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="501" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 12drain loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="560" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Drainage\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="560" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 13evap loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="600" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Evap\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="600" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 14wuf --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-15" style="Label" x="659" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Wtr Stor.\nRatio"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="659" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 15fallow --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-16" style="Label" x="710" y="19" width="50" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Fallow\nEff."]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="710" y="42" width="50" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Fraction"]]></textFieldExpression> </textField> </frame> </band> <!-- key 1 end --> <band height="60" splitType="Prevent"> <printWhenExpression> <![CDATA[!$F{crop_int} && !$F{key}.equals("CP_0")]]> </printWhenExpression> <frame> <reportElement key="" style="Section Lines Header" stretchType="RelativeToBandHeight" x="0" y="5" width="765" height="55"/> <textField evaluationTime="Group" evaluationGroup="cropindex" isBlankWhenNull="false"> <reportElement key="textField-1" style="Section Header Gray" x="0" y="0" width="765" height="20"/> <textElement/> <textFieldExpression class="java.lang.String"><![CDATA[$F{key} + " " + $V{DATE_FORMAT}.format($F{previousdate}) + " - " + $V{DATE_FORMAT}.format($F{terminatedate}) + " " + $F{duration} + " Days " + $F{crop}]]></textFieldExpression> </textField> <!-- rotation cycles (not used?)--> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement key="element-1" style="Label" x="3" y="29" width="38" height="26" forecolor="#000000"/> <textElement/> <!-- <textFieldExpression class="java.lang.String"><![CDATA["Rot.\nCycle"]]></textFieldExpression> --> </textField> <!-- 1 --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-3" style="Label" x="50" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Biomass"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-3" style="Units" x="50" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{MASS_UNITS}]]></textFieldExpression> </textField> <!-- 2rain --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-6" style="Label" x="98" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Rain"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-6" style="Units" x="98" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 3irrig --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-7" style="Label" x="136" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Irrig"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-7" style="Units" x="136" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 4Runoff --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-8" style="Label" x="186" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Runoff"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-8" style="Units" x="186" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 5drain --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-11" style="Label" x="232" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Drain"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-11" style="Units" x="232" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 6Evap --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-10" style="Label" x="273" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Evap"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-10" style="Units" x="273" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 7transp --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-11" style="Label" x="327" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Crop\nTransp"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-11" style="Units" x="327" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 8initswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-12" style="Label" x="377" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Initial\nSWC"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-12" style="Units" x="377" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 9finalswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-13" style="Label" x="434" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Final\nSWC"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-13" style="Units" x="434" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 10deltaswc --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="491" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["SWC\nChange"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-14" style="Units" x="491" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA[$V{PRECIP_UNITS}]]></textFieldExpression> </textField> <!-- 11runoff loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="543" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Runoff\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="543" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 12drain loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="603" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Drainage\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="603" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 13evap loss % --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-14" style="Label" x="643" y="19" width="60" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Evap\nLoss"]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="643" y="42" width="60" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> <!-- 14wuf --> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="element-15" style="Label" x="708" y="19" width="55" height="26" forecolor="#000000"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["Water use\nEff."]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="false"> <reportElement key="textField-5" style="Units" x="708" y="42" width="50" height="13"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.String"><![CDATA["%"]]></textFieldExpression> </textField> </frame> </band> </groupHeader> <groupFooter> <band height="60" splitType="Prevent"> <printWhenExpression><![CDATA[$F{units} && $F{key}.equals("CP_0")]]></printWhenExpression> <!-- US Units --> <frame> <reportElement key="" style="Section Lines Summary" x="0" y="0" width="765" height="60"/> <staticText> <reportElement key="staticText-1" style="Label" x="3" y="0" width="69" height="15"/> <textElement/> <text><![CDATA[Mean:]]></text> </staticText> <staticText> <reportElement key="staticText-2" style="Label" x="3" y="15" width="69" height="15"/> <textElement/> <text><![CDATA[Std. Dev:]]></text> </staticText> <staticText> <reportElement key="staticText-3" style="Label" x="3" y="30" width="69" height="15"/> <textElement/> <text><![CDATA[Min:]]></text> </staticText> <staticText> <reportElement key="staticText-4" style="Label" x="3" y="45" width="69" height="15"/> <textElement/> <text><![CDATA[Max:]]></text> </staticText> </frame> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="0" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="15" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="30" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="45" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_biomass}]]></textFieldExpression> </textField> <!-- rain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="90" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="90" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="90" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="90" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_rain}]]></textFieldExpression> </textField> <!-- irrig --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="123" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="123" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="123" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="123" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_irrig}]]></textFieldExpression> </textField> <!-- runoff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="171" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="171" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="171" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="171" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoff}]]></textFieldExpression> </textField> <!-- drain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="216" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="216" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="216" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="216" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drain}]]></textFieldExpression> </textField> <!-- evap --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="256" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="256" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="256" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="256" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evap}]]></textFieldExpression> </textField> <!-- transp --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="305" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="305" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="305" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="305" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_transp}]]></textFieldExpression> </textField> <!-- init --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="357" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="357" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="357" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="357" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_initswc}]]></textFieldExpression> </textField> <!-- finalswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="402" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="402" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="402" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="402" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_finalswc}]]></textFieldExpression> </textField> <!-- deltaswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="455" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="455" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="455" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="455" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_deltaswc}]]></textFieldExpression> </textField> <!-- runoff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoffloss}]]></textFieldExpression> </textField> <!-- drain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drainloss}]]></textFieldExpression> </textField> <!-- evap --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evaploss}]]></textFieldExpression> </textField> <!-- WUF --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_watereff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_watereff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_watereff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_watereff}]]></textFieldExpression> </textField> <!-- Fallow_eff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="0" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_fallow}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="15" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_fallow}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="30" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_fallow}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="45" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_fallow}]]></textFieldExpression> </textField> </band> <band height="60" splitType="Prevent"> <printWhenExpression><![CDATA[$F{units} && !$F{key}.equals("CP_0")]]></printWhenExpression> <!-- US Units --> <frame> <reportElement key="" style="Section Lines Summary" x="0" y="0" width="765" height="60"/> <staticText> <reportElement key="staticText-1" style="Label" x="3" y="0" width="69" height="15"/> <textElement/> <text><![CDATA[Mean:]]></text> </staticText> <staticText> <reportElement key="staticText-2" style="Label" x="3" y="15" width="69" height="15"/> <textElement/> <text><![CDATA[Std. Dev:]]></text> </staticText> <staticText> <reportElement key="staticText-3" style="Label" x="3" y="30" width="69" height="15"/> <textElement/> <text><![CDATA[Min:]]></text> </staticText> <staticText> <reportElement key="staticText-4" style="Label" x="3" y="45" width="69" height="15"/> <textElement/> <text><![CDATA[Max:]]></text> </staticText> </frame> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="0" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="15" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="30" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="50" y="45" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_biomass}]]></textFieldExpression> </textField> <!-- rain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="98" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="98" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="98" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="98" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_rain}]]></textFieldExpression> </textField> <!-- irrig --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="136" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="136" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="136" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="136" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_irrig}]]></textFieldExpression> </textField> <!-- runoff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="186" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="186" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="186" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="186" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoff}]]></textFieldExpression> </textField> <!-- drain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="232" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="232" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="232" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="232" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drain}]]></textFieldExpression> </textField> <!-- evap --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="273" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="273" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="273" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="273" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evap}]]></textFieldExpression> </textField> <!-- transp --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="327" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="327" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="327" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="327" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_transp}]]></textFieldExpression> </textField> <!-- init --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="377" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="377" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="377" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="377" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_initswc}]]></textFieldExpression> </textField> <!-- finalswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="434" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="434" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="434" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="434" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_finalswc}]]></textFieldExpression> </textField> <!-- deltaswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="491" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="491" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="491" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="491" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_deltaswc}]]></textFieldExpression> </textField> <!-- runoff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoffloss}]]></textFieldExpression> </textField> <!-- drain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drainloss}]]></textFieldExpression> </textField> <!-- evap --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evaploss}]]></textFieldExpression> </textField> <!-- WUF --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="0" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_wue}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="15" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_wue}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="30" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_wue}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="45" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_wue}]]></textFieldExpression> </textField> </band> <!-- key 3 --> <band height="60" splitType="Prevent"> <printWhenExpression><![CDATA[!$F{units} && $F{key}.equals("CP_0")]]></printWhenExpression> <!-- non us --> <frame> <reportElement key="" style="Section Lines Summary" x="0" y="0" width="765" height="60"/> <staticText> <reportElement key="staticText-1" style="Label" x="3" y="0" width="69" height="15"/> <textElement/> <text><![CDATA[Mean:]]></text> </staticText> <staticText> <reportElement key="staticText-2" style="Label" x="3" y="15" width="69" height="15"/> <textElement/> <text><![CDATA[Std. Dev:]]></text> </staticText> <staticText> <reportElement key="staticText-3" style="Label" x="3" y="30" width="69" height="15"/> <textElement/> <text><![CDATA[Min:]]></text> </staticText> <staticText> <reportElement key="staticText-4" style="Label" x="3" y="45" width="69" height="15"/> <textElement/> <text><![CDATA[Max:]]></text> </staticText> </frame> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="0" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="15" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="30" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="45" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_biomass}]]></textFieldExpression> </textField> <!-- rain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="90" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="90" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="90" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="90" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_rain}]]></textFieldExpression> </textField> <!-- irrig --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="123" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="123" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="123" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="123" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_irrig}]]></textFieldExpression> </textField> <!-- runoff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="171" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="171" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="171" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="171" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoff}]]></textFieldExpression> </textField> <!-- drain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="216" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="216" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="216" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="216" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drain}]]></textFieldExpression> </textField> <!-- evap --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="256" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="256" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="256" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="256" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evap}]]></textFieldExpression> </textField> <!-- transp --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="305" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="305" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="305" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="305" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_transp}]]></textFieldExpression> </textField> <!-- init --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="357" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="357" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="357" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="357" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_initswc}]]></textFieldExpression> </textField> <!-- finalswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="402" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="402" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="402" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="402" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_finalswc}]]></textFieldExpression> </textField> <!-- deltaswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="455" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="455" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="455" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="455" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_deltaswc}]]></textFieldExpression> </textField> <!-- runoffloss --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="501" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoffloss}]]></textFieldExpression> </textField> <!-- drain loss--> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="560" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drainloss}]]></textFieldExpression> </textField> <!-- evap loss--> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="600" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evaploss}]]></textFieldExpression> </textField> <!-- WUF --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_watereff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_watereff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_watereff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="659" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_watereff}]]></textFieldExpression> </textField> <!-- Fallow_eff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="0" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_fallow}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="15" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_fallow}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="30" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_fallow}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="710" y="45" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_fallow}]]></textFieldExpression> </textField> </band> <band height="60" splitType="Prevent"> <printWhenExpression><![CDATA[!$F{units} && !$F{key}.equals("CP_0")]]></printWhenExpression> <!-- non us --> <frame> <reportElement key="" style="Section Lines Summary" x="0" y="0" width="765" height="60"/> <staticText> <reportElement key="staticText-1" style="Label" x="3" y="0" width="69" height="15"/> <textElement/> <text><![CDATA[Mean:]]></text> </staticText> <staticText> <reportElement key="staticText-2" style="Label" x="3" y="15" width="69" height="15"/> <textElement/> <text><![CDATA[Std. Dev:]]></text> </staticText> <staticText> <reportElement key="staticText-3" style="Label" x="3" y="30" width="69" height="15"/> <textElement/> <text><![CDATA[Min:]]></text> </staticText> <staticText> <reportElement key="staticText-4" style="Label" x="3" y="45" width="69" height="15"/> <textElement/> <text><![CDATA[Max:]]></text> </staticText> </frame> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="0" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="15" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="30" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_biomass}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Small" x="50" y="45" width="65" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_biomass}]]></textFieldExpression> </textField> <!-- rain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="98" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="98" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="98" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_rain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="98" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_rain}]]></textFieldExpression> </textField> <!-- irrig --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="136" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="136" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="136" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_irrig}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="136" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_irrig}]]></textFieldExpression> </textField> <!-- runoff --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="186" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="186" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="186" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoff}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="186" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoff}]]></textFieldExpression> </textField> <!-- drain --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="232" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="232" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="232" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drain}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="232" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drain}]]></textFieldExpression> </textField> <!-- evap --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="273" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="273" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="273" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evap}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="273" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evap}]]></textFieldExpression> </textField> <!-- transp --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="327" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="327" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="327" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_transp}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="327" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_transp}]]></textFieldExpression> </textField> <!-- init --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="377" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="377" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="377" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_initswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="377" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_initswc}]]></textFieldExpression> </textField> <!-- finalswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="434" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="434" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="434" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_finalswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="434" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_finalswc}]]></textFieldExpression> </textField> <!-- deltaswc --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="491" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="491" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="491" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_deltaswc}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Huge" x="491" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_deltaswc}]]></textFieldExpression> </textField> <!-- runoffloss --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_runoffloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="543" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_runoffloss}]]></textFieldExpression> </textField> <!-- drain loss--> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_drainloss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="603" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_drainloss}]]></textFieldExpression> </textField> <!-- evap loss--> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="0" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="15" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="30" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_evaploss}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="643" y="45" width="60" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_evaploss}]]></textFieldExpression> </textField> <!-- WUF --> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="0" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MEAN_wue}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="15" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{STDDEV_wue}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="30" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MIN_wue}]]></textFieldExpression> </textField> <textField isBlankWhenNull="false"> <reportElement key="" style="Value Decimal Large" x="708" y="45" width="50" height="15"/> <box leftPadding="2" rightPadding="2"/> <textElement textAlignment="Right"/> <textFieldExpression class="java.lang.Double"><![CDATA[$V{MAX_wue}]]></textFieldExpression> </textField> </band> </groupFooter> </group> <title> <band height="5" splitType="Stretch"/> </title> <pageHeader> <band splitType="Stretch"/> </pageHeader> <columnFooter> <band height="1"> <frame> <reportElement key="" style="Section Lines Summary" x="0" y="0" width="765" height="1"/> </frame> </band> </columnFooter> </jasperReport>