# This file is a documented example of an ASCII # WEPS configuration file (default name of "weps.cfg") # # WEPS 1.0 will look for and first attempt to open the configuration # as a binary Java RFD class file. If it doesn't succeed, # it will attempt to open the file as an ASCII configuration # file consisting of RFD prompt strings set equal to their # associated property values # Email configuration settings # ---------------------------- SenderEmail=Enter your email address here SMTP_host=mailhost.weru.ksu.edu Dest_email=weps-comments@weru.ksu.edu Dest_bug_email=weps-bugs@weru.ksu.edu # -------------------------------- # End Email configuration settings # Miscellaneous configuration settings # ------------------------------------ # Set the default units display (SI or US) measurement=SI # Set the default time steps per day for wind speed distribution (24) time steps=24 # Specify whether the latitude/longitude is displayed on the main screen (0,1) display latitude longitude=1 # Specify whether the state/county fields are displayed on the main screen (0,1) display state county=1 # Specify whether the elevation field is displayed on the main screen (0,1) display elevation=1 # Specify whether the Use Map button is displayed on the main screen (0,1) use map=0 # Even though the user can specify the distance in the units type specified in # the configuration settings, the value stored in the config file is always (km) # Set the radius distance determining choice list of wind_gen stations (km) wind radius=200.0 # Set the radius distance determining choice list of cligen stations (km) climate radius=150.0 # ---------------------------------------- # End miscellaneous configuration settings # Output configuration settings # ----------------------------- # These are flags requesting additional reports from the science model # and the WEPS 1.0 GUI reports shouldn't be affected by these settings # Set the output reporting period for WEPS # (1-daily, 2-weekly, 3-biweekly, 4-monthly) output report frequency=2 # Detail level of Submodel reports (0-no submodel report, 1-1st level report, ...) detailed hydro output=0 detailed soil output=0 detailed manage output=0 detailed crop output=0 detailed decomp output=0 detailed erosion output=0 # Debug Submodel reports (0-no debug submodel report, 1-generate debug report) debug hydro output=0 debug soil output=0 debug manage output=0 debug crop output=0 debug decomp output=0 # There is currently no erosion debug output option # debug erosion output=0 # --------------------------------- # End output configuration settings # These two settings are going to be made obsolete and are replaced # by the "detailed" and "debug" submodel output report settings above. # output options=0 0 0 0 0 0 # DebugOutput=0 0 0 0 0 # Run configuration settings # -------------------------- # These settings specify specific WEPS Run parameters, such as the # length of the simulation, whether alternative weather files # (usually meaning pre-built or actual measured weather data files # are to be used rather than generating the weather data on the fly), etc. # Specify the type or mode of WEPS run to make (NRCS, Cycle, or Dates) runtypedisp=NRCS # The number of rotation cycles to run when in NRCS run mode # This value is expected to eventually be hardcoded into the WEPS 1.0 # user interface so that an NRCS mode run will always mean a standard # simulation run "length" for their Agency's programmatic purposes. nrcsrunlength=10 # If running in "Cycle" mode, the number of cycles will always be # displayed on the main screen and editable by the user. The actual # value is then a "Run File Data" (RFD) element and not a "Config File # Data" (CFD) element. The same applies for the start/end simulation # dates when in "Dates" mode. # Specify whether the wind and/or climate generators are to be used # in a WEPS run or if "alternate" weather files are to be used. # A value of 0 means do NOT use an alternate weather file of that type. # A value of 1 means to use an alternate weather file. wind flag=0 climate flag=0 sub-daily flag=0 # If an alternate weather file(s) is/are to be used, specify the path/file name # Any relative path specified would be relative to WEPS installation directory. # Specify the location of the "alternate" weather (windgen format) file to use # wind file=file_path_name # Specify the location of the "alternate" weather (cligen format) file to use # climate flag=file_path_name # Specify the location of the "alternate" weather (sub-daily wind) file to use # sub-daily file=file_path_name # ------------------------------ # End Run configuration settings # Executables configuration settings # ---------------------------------- # These settings specify the locations and default commandline arguments # of the executable programs required by the WEPS 1.0 GUI interface. # All relative paths specified are relative to the WEPS 1.0 installation # directory. # The path/name of the windgen generator to use windgen generator=bin/wind_gen3.exe # The required commandline arguments for the specified windgen generator program windgen cmdline=-f db/wind_gen.wdb -b 1 # The path/name of the cligen generator to use cligen generator=bin/cligen5110.exe # The required commandline arguments for the specified cligen generator program cligen cmdline=-idb/cligen_fs.db -b1 -t5 -F # The path/name of the WEPS science to use WEPS exe=bin/weps.exe # The required commandline arguments for the specified WEPS science program WEPS exe parameter=-R1 -S3 -P # -------------------------------------- # End executables configuration settings # Directories configuration settings # ---------------------------------- # These settings specify the default locations of various files and directories # required by the WEPS 1.0 GUI interface. If a relative path is specified, # it is relative to the WEPS 1.0 installation directory # The default location to retrieve/store WEPS 1.0 # management/crop rotation files (records) management template=db/man # The default location to retrieve/store NRCS's generic XML-format # management/crop rotation files (records) management skeleton=db/skel # The default location to retrieve/store WEPS 1.0 crop database files (records) cropdb=db/crop.db # The default location to retrieve/store WEPS 1.0 management operation # database files (records) manoperdb=db/manoper.db # The default location to retrieve/store WEPS 1.0 soil database files (records) # Alternatively, if an NRCS SSURGO soil database (in MS Access) is available, # the JDBC-ODBC link to that database can be specified here instead, e.g: # soil database=DJBC:ODBC:SSURGO_TEST soil database=db/ifc # The default location to retrieve/store WEPS 1.0 Projects under # WEPS Project directories contain all the required information to # make a WEPS Run. Any WEPS runs made from a project are subsequently # stored within that project under unique, user-specified WEPS Run names. projects path=projects # -------------------------------------- # End directories configuration settings # Configuration file parameters not settable via the Configuration Menu # --------------------------------------------------------------------- # The "current project" specifies the location of the current WEPS project. # The interface keeps track of this and writes out the absolute path to it. # If one wants to setup a default relative path, (relative to the installation # directory), they can, but the interface will overwrite it with an absolute # path later. However, this gives us the ability to specify a default # relative path, for example, to a demo WEPS project directory at installation # time and not be dependent upon the OS and location WEPS is installed into. current proj=demo_project # Keeps track of the last WEPS Run made. # Not sure if it is strictly a directory name alone or if it includes # the path to that WEPS Run directory as well. # This parameter would only be useful to set via a config file to allow for # a new WEPS installation to have immediate access to valid WEPS Run output # previously generated and supplied with the installation. lastrun=my_last_run # ---------------------------------------------------------------------------- # End of configuration file parameters not settable via the Configuration Menu