# ***********************************************************************************************************************
# ***********************************************************************************************************************
# **
# **
# ** This file contains command line arguments used to over ride the default values in the SMART control file
# ** All command line arguments are acceptable except agency code, station number, and the name of a file
# ** containing multiple stations to be processed.
# ** The format of the file is as follows
# ** Agency code -- Optional, assumed to be USGS.  Can not be used to override the agency code obtained from
# ** the SMART queue.  Used only to identify a station run by multiple agencies.
# ** Station Number -- Mandatory, USGS station identification number
# **
# ** The agency code and station number are entered as agency code dash sttion number. As and example
# ** USGS-03999999 would be entered for the staton number 03999999 for the USGS.

# ** Legitimate arguments for the station specific data file are
# ** -->apply shifts (-as) -- optional y for yes, n for no.
# ** -->apply data corrections (-ad) - optional y for yes.
# ** -->optimum shift only (-oy) -- optional y for yes, n 
# **    for no.  When using the optimum shift only SMART will modify the existing V-diagram using the 
# **    optimum shift and  will not check to see if the measurement confirms the existing V-diagram
# **    or rating.
# ** -->summary report only (-sr) -- optional y for yes, n for no.  When using summary report only SMART will 
# **    not process the record but will only procuce a summary report for the side visits made during the period.
# ** -->dbNum (-dn) -- optional, data base number. 
# ** -->peak definition (-pd) -- optional, a real number of feet.
# ** -->maximum shift (-ms) -- optional a real number of feet.
# ** -->test mode (-tm) -- optional, y or n for yes or no, test mode is for use during development only, prevents 
# **    the deletion of log files, the running of expect scripts, and more.
# ** -->user e-mail (-un) -- optional, if the user's login id on the SUN is not the first part of the user's Lotus 
# **    internet e-mail address, the argument is needed to e-mail the summary report to the user.
# **
# ** As example the entry for a site where the optimum shift is to be used and the agency to EPA is being changed is the
# ** followin
# ** EPS-039999999 -oyY	    	      
# ** and an entry modifying the data base and the maximum shift 
# **03999999 -dn02 -ms0.50
# **
# ***********************************************************************************************************************
# ***********************************************************************************************************************
USEPA-03999999 -db03
03999997 -ms0.05 -pd.777
