![]() ![]() |
![]() |
File: [Development] / JSOC / proj / workflow / add_scripts / add_hmi_harpimages.csh
(download)
/
(as text)
Revision: 1.1, Fri Jun 21 17:41:43 2013 UTC (9 years, 7 months ago) by arta 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, HEAD Pipeline work for the harp web images. |
#! /bin/csh -f # set NEWTASK = update_hmi_harpimages set NEWGATE = hmi_harpimages set PRODUCT = hmi_harpimages # 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 if (-e Keep_running) then rm -f Keep_running endif while (-e GATEKEEPERBUSY) echo waiting for gatekeeper to quit. sleep 5 end # begin section for this product # Create the task. If the task (implemented as a directory) already exists, then delete it first. if (-e tasks/$NEWTASK) then rm -rf tasks/$NEWTASK endif $WFCODE/maketask.csh task=$NEWTASK manager=taskmanager.csh target=$NEWGATE maxrange=86400 command=scripts/update_hmi_harpimages.csh # Create the gate. If the gate (implemented as a directory) already exists, then delete it first. if (-e gates/$NEWGATE) then rm -rf gates/$NEWGATE endif $WFCODE/makegate.csh gate_name=$NEWGATE product=$PRODUCT type=time key=NA project=HMI actiontask=$NEWTASK statustask=scripts/status-general.csh
Karen Tian |
Powered by ViewCVS 0.9.4 |