...
- Take your existing job.
- Optionally, remove the batch directives redirecting the job output and error files, to allow the operators to see these files.
- For your convenience, make use of the dynamic environmental variables starting with
MSJ_
. - Optionally, include the "
set -e
" command, to notify the correct status to ECaccess and the monitoring interface. - Submit your job to ECaccess, using the ECaccess web interface or the
ecaccess-job-submit
command. - If you have to correct your job, you should delete the job (ecaccess-job-delete) in standby mode and resubmit the new version.
- For further guidance please have a look at the realtime_metgram batch job example, which allows you to create various types of meteograms.
...