#VERSION=1.05 #------------ WEPS SIMULATION RUN FILE ------------ # Note: Lines beginning with '#' are comment lines. # Lines beginning with '# RFD' are comments used by the interface. # # --USER INFORMATION # RFD-UserName # RFD-FarmId RFD-TractId RFD-FieldId RFD-runtypedisp RFD-RotationYears RFD-CycleCount | | | $wmr.runMode | $wmr.runCycle | $wmr.rotationCycle # RFD-Site FIPS:US-$wmr.getStateSite()-$wmr.countySite # # --SITE INFORMATION # Signed Latitude $wmr.getFormattedLat() # Signed Longitude $wmr.getFormattedLongitude() # RFD-Elevation(meters) $wmr.getFormattedCliStationEleM() # RFD-ClimateFlag|RFD-cligen.station nrcs|cligen|$wmr.getFormattedCliStationLat();$wmr.getFormattedCliStationLong()|$wmr.getFormattedCliStationStateFips()|$wmr.getFormattedCliStationC1()|$wmr.getCliStationName()|$wmr.getFormattedCliStationEleM() # RFD-WindFlag|RFD-windgen.station nrcs|$wmr.winWindGenProgram|$wmr.getFormattedWinWindLat();$wmr.getFormattedWinWindLong()$wmr.winWindDescriptionString # # --SIMULATION PERIOD # RFD-StartDate(day month year) 01 01 01 # RFD-EndDate(day month year) 31 12 $wmr.numYears # RFD-TimeSteps(per day) $wmr.timeSteps # # --RUN FILE FILENAMES (INPUT) # RFD-climate file $wmr.cliFile # RFD-wind file $wmr.winFile # RFD-sub-daily file none # RFD-SoilFile $wmr.soilFile # RFD-ManageFile wepsmgmt.man # # --WEPS OUTPUT OPTIONS # RFD-OutputFile null # RFD-ReportForm 0 0 0 0 0 0 # RFD-OutputPeriod 2 # RFD-SubmodelOutput 0 0 0 0 0 0 # RFD-DebugOutput 0 0 0 0 0 0 # # --SIMULATION REGION INFORMATION # RFD-RegionAngle(degrees clockwise from North) $wmr.getFormattedSimRegionAngle() # Origin coordinates of simulation region (meters) $wmr.simCoord1 $wmr.simCoord2 # RFD-XLength(meters) RFD-YLength(meters) $wmr.getFormattedSimXLen() $wmr.getFormattedSimYLen() # RFD-Scales(place holder line - needed for older versions of WEPS) $wmr.simScale1 $wmr.simScale2 # # RFD-AccNo 1 # Accounting region coordinates (meters) 0.0 0.0 $wmr.getFormattedSimXLen() $wmr.getFormattedSimYLen() # # RFD-SubregionNo 1 # Subregion region coordinates (meters) 0.0 0.0 $wmr.getFormattedSimXLen() $wmr.getFormattedSimYLen() # RFD-AverageSlope(ratio m/m) $wmr.avgSlope # RFD-BarrierNo $wmr.getFormattedNumBarriers() #foreach ( $barrier in $wmr.barriers ) $barrier.getFormattedx1() $barrier.getFormattedy1() $barrier.getFormattedx2() $barrier.getFormattedy2() $barrier.type $barrier.getFormattedHeight() $barrier.getFormattedWidth() $barrier.getFormattedPorosity() #end # # --CIRCULAR FIELD INFORMATION # Note: These fields are not used by the weps simulation. # The shape and radius values are used by the user # interface to approximate a rectangular field. They # are included here so the reports can display the # correct field shape. # # RFD-Shape $wmr.shape # RFD-Radius $wmr.radius # RFD-WaterErosionLoss $wmr.waterErosionLoss # RFD-SoilRockFragments $wmr.soilRockFragments #---------- END OF SIMULATION RUN FILE ------------