![]() ![]() |
![]() |
File: [Development] / JSOC / proj / workflow / add_scripts / add_hmi_Vector_ObsOnly
(download)
Revision: 1.1, Wed Jan 5 20:40:20 2011 UTC (12 years, 1 month ago) by phil Branch: MAIN CVS Tags: Ver_LATEST, Ver_9-5, Ver_9-41, Ver_9-4, Ver_9-3, Ver_9-2, Ver_9-1, Ver_9-0, Ver_8-8, Ver_8-7, Ver_8-6, Ver_8-5, Ver_8-4, Ver_8-3, Ver_8-2, Ver_8-12, Ver_8-11, Ver_8-10, Ver_8-1, Ver_8-0, Ver_7-1, Ver_7-0, Ver_6-4, Ver_6-3, Ver_6-2, Ver_6-1, Ver_6-0, Ver_5-14, Ver_5-13, HEAD Initial checkin |
#! /bin/csh -f # # these lines for all products if ($?WORKFLOW_ROOT) then set WFDIR = $WORKFLOW_DATA set WFCODE = $WORKFLOW_ROOT else echo Need WORKFLOW_ROOT variable to be set. exit 1 endif cd $WFDIR rm -f Keep_running while (-e GATEKEEPERBUSY) echo waiting for gatekeeper to quit. sleep 5 end # begin section for this product # make test gates and tasks for HMI Vector Field and other 720s observables # This includes the several input series. # remove prior versions cd $WFDIR/gates rm -rf hmi.VectorObsOnly cd $WFDIR/tasks rm -rf update_hmi.VectorObsOnly # Make tasks and set preconditions # NOTE the "command" script used below must be available and executable when this script is run cd $WFDIR $WFCODE/maketask.csh task=update_hmi.VectorObsOnly manager=taskmanager.csh target=hmi.VectorObsOnly \ command=scripts/update_hmi.Vector_ObsOnly.csh maxrange=2160 parallelOK=5 # Now make any user gates. # NOTE hmi.S_720s is made before M, V, Ic, Ld, and Lw and they are made at one time so only # one product needs to be tracked here. cd $WFDIR $WFCODE/makegate.csh gate_name=hmi.VectorObsOnly product=hmi.M_720s type=time key=T_REC project=HMI \ actiontask=update_hmi.VectorObsOnly statustask=scripts/status-general.csh # Prerequisite gates made in LOS add script # initialize the gates $WFCODE/maketicket.csh gate=hmi.VectorObsOnly wantlow=NaN wanthigh=NaN action=6
Karen Tian |
Powered by ViewCVS 0.9.4 |