#!/bin/csh -f # Version @(#)$Id: smk_mrgall_net96.run,v 1.1 2001/02/06 19:11:19 mhouyoux Exp $ # Path $Source: /env/proj/archive/cvs/smoke/smoke/scripts/run/smk_mrgall_net96.run,v $ # Date $Date: 2001/02/06 19:11:19 $ # This script sets up needed environment variables for merging all source # categories together in SMOKE, and calls the script that runs the SMOKE # programs. # # Script created by : M. Houyoux, North Carolina # Supercomputing Center # #********************************************************************* #source setup_edss # set Assigns file name setenv EDSS_ROOT /data setenv EDSS_SUBSYS $EDSS_ROOT/subsys # EDSS subsystem dir setenv SMKROOT $EDSS_SUBSYS/smokev1 # SMOKE root dir setenv ASSIGNS_FILE $SMKROOT/assigns/ASSIGNS.gcm.1991.production # set source category setenv MRG_SOURCE ABMP # [A|B|M|P|ABMP] source categories to merge setenv SRCABBR abmp # abbreviation for naming log files setenv MRG_CTLMAT_MULT ' ' # [A|P|AP] for merging with multiplier controls setenv MRG_CTLMAT_ADD ' ' # [A|P|AP] for merging with additive controls setenv MRG_CTLMAT_REAC ' ' # [A|M|P|AMP] for merging with reactivity controls # time-dependent programs setenv RUN_SMKMERGE Y # run merge program setenv RUN_MRGGRID N # run pre-gridded merge program # For Smkmerge setenv MRG_TEMPORAL_YN Y # Y merges with hourly emissions setenv MRG_SPCMAT_YN Y # Y merges with speciation matrix setenv MRG_LAYERS_YN Y # Y merges with layer fractions setenv MRG_GRDOUT_YN Y # Y outputs gridded file setenv MRG_REPSTA_YN Y # Y outputs state totals setenv MRG_REPCNY_YN Y # Y outputs county totals setenv SMK_O3SEASON_YN N # Y uses O3-season emis, not annual setenv SMK_PING_YN N # Y processes and outputs for PinG setenv MRG_GRDOUT_UNIT moles/s # units for gridded output file setenv MRG_TOTOUT_UNIT moles/day # units for state and/or county totals setenv SMK_EMLAYS 15 # number of emissions layers setenv MRG_REPORT_TIME 230000 # hour in OUTZONE for reporting emissions setenv SMK_DEFAULT_TZONE 5 # time zone to fix in missing COSTCY file setenv MRG_MARKETPEN_YN N # apply reac. controls market penetration setenv AREA_SURROGATE_NUM 3 # land area surg code for biogenic totals setenv SPC_INPUT mole # [mass|mole] controls speciation merge # Other settings setenv PROMPTFLAG N # Y (never set to Y for batch processing) setenv REPORT_DEFAULTS N # Y reports default profile application setenv SMK_USE_ACTVNAMS ' ' # Y force use of activities list setenv SMK_USE_SIPOLS ' ' # Y force use if pollutants list setenv AUTO_DELETE_LOG Y # Y automatically deletes logs without asking # Invoke Assigns file source $ASSIGNS_FILE ############################################################################## # ## Run programs # setenv BGPRO /data/net96/smoke/ge_dat/bgpro.m3.us36.txt source smk_run.scr # ## Ending of script # exit( $status )