Usage: ARCSWAT INIT {'position'} {'stripe'} {MODELESS | MODAL} Usage: ARCSWAT Extracts spatial data from Arc/Info data sources for input into the SWAT hydrologic model Arguments - name of the routine to be called, may require variables set in other routines {position} - (quoted string) opening menu position {stripe} - (quoted string) menu stripe displayed {MODELESS | MODAL} - keyword for creating modal thread (.BSN) - extracts attributes related to SWAT basin variables .bsn$da - basin area .wgn$ylt - latitude of basin (.SUB) - extracts attributes related to SWAT subbasin variables .cod$lu - number of subareas in basin .sub$sub%i%flu - fraction of basin each subbasin occupies .sub$sub%i%chl1 - channel length of each subbasin .sub$sub%i%chs - average channel slope of each subbasin .sub$sub%i%sl - average slope length for each subbasin .sub$sub%i%stp - average slope steepness for each subbasin (.PCP) - extracts attributes related to SWAT precipitation variables .pcp$sub%i%poly%j% - proportion of subbasin occupied by each precipitation polygon .pcp$sub%i%poly%j%id - precipitation id (.TMP) - extracts attributes related to SWAT temperature variables .tmp$sub%i%poly%j% - proportion of subbasin occupied by each temperature polygon .tmp$sub%i%poly%j%id - temperature id (.SOL) - extracts attributes related to SWAT soils variables .sol$sub%i%poly%j% - proportion of subbasin occupied by each soil polygon .sol$sub%i%poly%j%muid - soil MUID .sol$sub%i%poly%j%seqnum%k% - sequence numbers associated with each MUID .sol$sub%i%poly%j%comppct%k% - component percentage associated with each MUID .sol$sub%i%poly%j%compname%k% - component name associated with each MUID (.RTE) - extracts attributes related to SWAT routing variables .rte$sub%i%chl2 - channel length from the outlet of a subbasin to the outlet of the entire basin .rte$sub%i%chss - average channel slope for the points described above The (.SUB) button requires inputs defined in the (.BSN) button, therefore, the (.BSN) button must be executed first. The (.PCP), (.TMP), (.SOL), and (.RTE) buttons require inputs defined in the (.BSN) and (.SUB) buttons, therefore, the (.BSN) and (.SUB) buttons must be executed first. The order of execution of the (.PCP), (.TMP), (.SOL), and (.RTE) buttons does not matter, they may be executed in any order.