!$Author: fredfox $ !$Date: 2002-05-02 23:14:07 $ !$Revision: 1.4 $ !$Source: /weru/cvs/weps/weps.src/inc/command.inc,v $ ! This common block contains the variables set by command line switches ! which are parsed in "input.for" ! + + + VARIABLE DECLARATIONS + + + integer wc_type, ifc_format, report_debug, saeinp_daysim, & & saeinp_jday common / command_args / wc_type, ifc_format, report_debug, & & saeinp_daysim, saeinp_jday ! + + + VARIABLE DEFINITIONS + + + ! wc_type - Water content type (specifies units for soil wc variables) ! wc_type = 0 !1/3bar(vol) 15bar(vol) ! wc_type = 1 !1/3bar(vol) 15bar(grav) ! wc_type = 2 !1/3bar(grav) 15bar(grav) ! wc_type = 3 !ignore and compute internally ! ifc_format - Specifies which soil ifc file format is being used ! ifc_format = 0 !new ifc file format (additional parms) ! ifc_format = 1 !old ifc file format ! report_debug - specifies action of print statements in new reporting function ! report_debug = 0 !printing is off ! report_debug = 1 !printing is on ! saeinp_daysim - specifies the simulation day that a S_tand A_lone E_rosion INP_ut ! file will be created ! saeinp_jday - specifies the julian day that a S_tand A_lone E_rosion INP_ut ! file will be created (used when date is input) ! Default values set in "input.for" ! ------------------------------------------------------------------