7 arcswat.menu /* --------------------------------------------------------------------------- /* Environmental Systems Research Institute, Inc. /* --------------------------------------------------------------------------- /* Menu: ARCSWAT.MENU /* Purpose: arcswat tool interface. /* --------------------------------------------------------------------------- /* Calls: arcswat.aml /* --------------------------------------------------------------------------- /* Globals: .arcswat$* /* --------------------------------------------------------------------------- /* Notes: /* --------------------------------------------------------------------------- /* History: Clayton F. Blodgett - 02/24/95 - Original coding /* =========================================================================== %button4 Basin %button5 Subbasin %button7 Precipitation %button8 Temperature %button9 Soils %button9_1 Routing %ok %cancel %help %button4 BUTTON KEEP ~ HELP 'Extract basin coverage attributes' ~ '(.BSN)' &r arcswat.aml basin %button5 BUTTON KEEP ~ HELP 'Extract subbasin coverage attributes' ~ '(.SUB)' &r arcswat.aml subbasin %button7 BUTTON KEEP ~ HELP 'Extract precipitation coverage attributes' ~ '(.PCP)' &r arcswat.aml precipitation %button8 BUTTON KEEP ~ HELP 'Extract temperature coverage attributes' ~ '(.TMP)' &r arcswat.aml temperature %button9 BUTTON KEEP ~ HELP 'Extract soils coverage attributes' ~ '(.SOL)' &r arcswat.aml soils %button9_1 BUTTON KEEP ~ HELP 'Extract routing attributes' ~ '(.RTE)' &r arcswat.aml routing %ok BUTTON ~ HELP 'Generate ASCII output file and quit' ~ 'OK' &return; &run arcswat.aml ok %cancel BUTTON CANCEL ~ HELP 'Quit' ~ 'Cancel' &return; &run arcswat.aml exit %help BUTTON KEEP RETURN ~ HELP 'Get help about arcswat.aml' ~ 'Help' &run arcswat.aml help