WEPPHillslopeProfileReport.htm [src/java/data] Revision:   Date:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />

<title> </title>
<style type="text/css">
  @page { size: letter;  margin:.5in .5in .5in .5in;}
</style>
<style type="text/css">
 @media print {
    
    .allfonts {font-size: 9pt;
               font-family:  Arial, sans-serif;
    }
	td {font-size: 9pt; font-family:  Arial, sans-serif; text-align:center; height: 20px;}
    thead {display: table-header-group; font-style: italic;}
    tfoot {display: table-header-group;}
	.nobreaks {page-break-inside: avoid;}
 }
	#mangtable td {font-size: 9pt; font-family:  Arial, sans-serif; text-align:center; height: 30px;}
	table{border-spacing:0px;border-collapse:collapse;}
table, td, th {
    border: 1px solid black;
    border-collapse:collapse;
}
table{
  -fs-table-paginate:paginate;
  width: 100%;
}
td{border-width:0 1px 1px 0;border-color:rgb(0,0,0);border-collapse:collapse;}
</style>
</head>

<body lang="EN-US">
<div class="pdfcontent">
#set($String = "abc")
#set($totalFuel = 0)
<div class="WordSection1">

<p><span style="font-size: 14pt; font-family: Verdana, sans-serif;"><img width="210" height="41" id="Picture1" src="./Report_files/image001.gif" alt="USDANRCSgif" /></span>&#160;</p>

<p  align="center" style="text-align: center; background: silver;"><b><span style="font-family: Verdana, sans-serif;">WEPP Profile Erosion Calculation
Record</span></b></p>

<p><b><span class="allfonts" style="color: blue;">Info:&#160;&#160; </span></b><br />

<b><u><span class="allfonts">Client Name:</span></u></b><b><span class="allfonts"> </span></b><span class="allfonts">${Info.userName}</span><br />
<b><u><span class="allfonts">Field Name:</span></u></b><b><span class="allfonts"> </span></b><span class="allfonts">${Info.fieldName}</span><br />
<b><u><span class="allfonts">Simulation Run Date:</span></u></b><b><span class="allfonts"> </span></b><span class="allfonts">${Info.runDate}</span>
</p>

<b><u><span class="allfonts">Inputs:</span></u></b><br />

<table class="allfonts">
<thead>
  
<tr class="nobreaks" >
   
<td>Location/Climate</td>
<td>Latitude</td>
<td>Longitude</td>
<td>Slope length (horiz) (ft)</td>
<td>Slope Shape</td>
<td>Avg. slope steepness, %</td>
<td>Aspect</td>
</tr>
</thead>
<tbody>
  
<tr class="nobreaks">
   
<td>${Climate.name}</td>
<td>$numberTool.format("#.00",${Climate.Latitude})</td>
<td>$numberTool.format("#.00",${Climate.Longitude})</td>
<td>$numberTool.format("#.0",${Slope.Length})</td>
<td>${Slope.Shape}</td>
<td>${Slope.Steepness}</td>
<td>${Slope.Aspect}</td>
</tr>
</tbody>
</table>

<p></p>

<p><b><u><span class="allfonts">Soil:</span></u></b><b><span class="allfonts"> </span></b><span class="allfonts">Component key of ${Soil.COKEY} ${Soil.name} </span> <br /> 
    <b><span class="allfonts"> Soil T value:</span></b> ${Soil.TValue} (ton/A/yr)
</p>
 

<table class="allfonts">
 <thead>
  
<tr class="nobreaks" >
   
<td>Management</td>
<td>Vegetation</td>
<td>Yield Units</td>
<td># yield units, #/ac</td>  
<td>target yield</td>
<td>Yield %Moisture</td>
<td>%Yield Attained</td>  
<td>Calibrated?</td>
  </tr>
  </thead>
  <tbody>
  
#foreach($managementObject in $managements.managements)
#foreach($yieldObject in $managementObject.yields)
<tr class="nobreaks">
<td>${yieldObject.name}</td>
<td>${yieldObject.veg}</td>
<td>${yieldObject.yldUnits}</td>
<td>
#if (${yieldObject.yld} == "N/A") 
   #set($eyld = "N/A")
#else
   #set($eyld = $numberTool.format("#.#",${yieldObject.yld}))
#end
   ${eyld}
</td>
<td>$numberTool.format("#.#",${yieldObject.targetyld})</td>
<td>$numberTool.format("#.#",${yieldObject.moisture})%</td>
<td>   
#if (${yieldObject.eff} == "N/A") 
   #set($eyld = "N/A")
#else
   #set($eyld = $numberTool.format("#.#",${yieldObject.eff}))
#end
${eyld}
</td>
<td>${yieldObject.calibrated}</td>
</tr>

#end
#end

 </tbody></table>

<p ><span class="allfonts">&#160;</span></p>

<table class="allfonts">
 <thead>
  
<tr class="nobreaks">
<td>Contouring</td>
<td>Strips/barriers</td>   
</tr>
</thead>
<tbody>  
<tr class="nobreaks">
<td>${Practices.Contours}</td>   
<td>${Practices.Strips}</td>
  </tr>
 </tbody></table>

<p ><b><u><span class="allfonts">Outputs:</span></u></b></p>

<table class="allfonts">
 <thead>
  
<tr class="nobreaks">
<td>Precipitation (in/yr)</td>
<td>Irrigation (in/yr)</td>   
<td>NRCS soil loss planning (ton/A/yr)</td>
<td>Soil loss erod. portion (ton/A/yr)</td>
<td>Runoff (in/yr)</td>
<td>Sediment delivery (ton/A/yr)</td>
<td>Sediment delivery (ton/yr)</td>
</tr>
</thead>
<tbody>  
<tr class="nobreaks">
<td>$String.format("%.2f",${Results.Precipitation})</td>
<td>$numberTool.format("#.00",${Results.Irrigation})</td>
<td>$numberTool.format("#.00",${Results.NRCSSoilLoss})</td>
<td>$numberTool.format("#.00",${Results.SoilLoss})</td>
<td>$numberTool.format("#.00",${Results.Runoff})</td>   
<td>$numberTool.format("#.00",${Results.SedimentYield})</td>
<td>$numberTool.format("#.00",${Results.SedimentYield2})</td>

  </tr>
 </tbody>
 </table>

<p></p>
<h3>Crop Interval Erosion</h3>
<p><b>Note:</b> Negative values indicate net soil deposition in the area over the time period.
</p>    
#foreach($managementObject in $managements.managements)
<b>$managementObject.name</b>
<table class="allfonts">
 <thead>
  
<tr class="nobreaks" >
<td>Start Date</td>
<td>End Date</td>
<td>Days</td>
<td>Crop</td>
<td>Loss (ton/A)</td>
<td>STIR Sum</td>
  </tr>
  </thead>
  <tbody>
  
#foreach($intObject in $managementObject.intervals)
<tr class="nobreaks">
<td>${intObject.altstart}</td>   
<td>${intObject.altend}</td>
<td>${intObject.days}</td>
<td>${intObject.veg}</td>
<td>$numberTool.format("#.0",${intObject.loss})</td>
<td>$numberTool.format("#.00",${intObject.STIRSum})</td>
</tr>

#end
 </tbody>
 </table>
<br />
#end

<h3>Management Operations</h3>

#foreach($managementObject in $managements.managements)
<b>$managementObject.name</b>

<table id="mangtable" class="allfonts">
 <thead class="nobreaks">
  
<tr>
<td>Date</td>
<td>Operation</td>
<td>Vegetation</td>
<td>Surf. res. cov. after op, %</td>
<td>STIR</td>
<td>Fuel (gal/ac)</td>
  </tr>
  </thead>
  <tbody>
#foreach($operation in $managementObject.operations)
<tr class="nobreaks">
<td>$operation.altdate</td>
<td>$operation.opName</td>
<td>$operation.vegName</td>
<td>$operation.cover</td>   
<td>$operation.STIR</td>
<td>$operation.Fuel</td>
#set($totalFuel = $totalFuel + $operation.Fuel)
</tr>
#end 
 </tbody>
 </table>
#end

<p ><span class="allfonts">&#160;</span></p>

#set($totalBtus = $totalFuel * 137381)

<p ><b><span class="allfonts">Fuel Use Evaluation</span></b></p>

<table class="allfonts">
 <thead>
  
<tr class="nobreaks">
<td>Fuel type for entire run</td>   
<td>Equiv. diesel use for entire simulation (gal/ac)</td>
<td>Energy use for entire simulation (BTUs/ac)</td>
<td>Fuel cost for entire simulation US$/ac</td>
  </tr>
 </thead>
 <tbody>
<tr class="nobreaks">
<td>Diesel</td>
<td>$numberTool.format("#.00",${totalFuel})</td>
<td>$numberTool.format("#",${totalBtus})</td>
<td>0</td>
  </tr>
 </tbody>
 </table>

<p ><b><span class="allfonts">SCI and STIR Output</span></b></p>

<table class="allfonts">
 <thead>
  
<tr class="nobreaks">
<td>Soil conditioning index (SCI)</td>
<td>SCI OM subfactor</td>
<td>SCI FO subfactor</td>
<td>SCI ER subfactor</td>
<td>Avg. annual slope STIR</td>
  </tr>
 </thead>
 <tbody>
<tr class="nobreaks">
<td>${Results.SCI}</td>
<td>${Results.OM}</td>    
<td>${Results.FO}</td>
<td>${Results.ER}</td>
<td>${Results.STIR}</td>
  </tr>
 </tbody>
 </table>

<p  style="margin-right: 0.5in;"><span class="allfonts">The <b>SCI </b>is the <b>Soil Conditioning
Index </b>rating.&#160; If the calculated index is a negative value, soil organic
matter levels are predicted to decline under that production system. If the
index is a positive value, soil organic matter levels are predicted to increase
under that system. </span></p>

<p ><span class="allfonts">The
<b>STIR</b> value is the <b>Soil Tillage Intensity Rating</b>. <span style="">It utilizes the speed, depth, surface disturbance
percent and tillage type parameters to calculate a tillage intensity rating for
the system used in growing a crop or a rotation.&#160; STIR ratings tend to show the
differences in the degree of soil disturbance between systems.&#160; The kind,
severity and number of ground disturbing passes are evaluated for the entire
cropping rotation as shown in the management description.</span></span></p>

<p ><span class="allfonts">&#160;</span></p>
</div>

<div>
    <img src="./Report_files/elevation.jpeg" alt="slope graph" />
    <img src="./Report_files/soilLoss.jpeg" alt="soil loss" />
    <img src="./Report_files/depthLoss.jpeg" alt="soil loss" />
</div>

</div>


</body></html>