-
Notifications
You must be signed in to change notification settings - Fork 0
/
lisf1grid.sh
executable file
·37 lines (26 loc) · 1014 Bytes
/
lisf1grid.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
#___INFO__MARK_BEGIN__
##########################################################################
#
# script /H01_Fresh_Water/Lisflood_actualModel/Lisflood/lisf1.job
# run in the Grid: qsub lisf1.job
#
##########################################################################
#___INFO__MARK_END__
#
# What the script does: script.py settings
#The grid settings use the UNIX storage path, instead of local windows PC folder "c:\....")
# tell grid I want C shell
!/bin/sh
# where to send emails about the status of the job (if the mail works!)
$ -M [email protected]
# I want to receive emails at START and FINISH of job
#$ -m abe
#$ -o /H01_Fresh_Water/Europe/output/testgrid/tmp.out
#$ -e /H01_Fresh_Water/Europe/output/testgrid/tmp.err
echo "Start - `date`"
python /H01_Fresh_Water/Lisflood_actualModel/Lisflood/lisf1.py /H01_Fresh_Water/Europe/LisfloodEurope/settingsEurope5kObs_GRID.xml
echo "Finish - `date`"
# -- other settings script name ---
#$ -N Lisf1grid
#$ -S /bin/sh