-
Notifications
You must be signed in to change notification settings - Fork 0
/
lisf1.job
executable file
·30 lines (24 loc) · 999 Bytes
/
lisf1.job
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
#!/bin/sh
#___INFO__MARK_BEGIN__
##########################################################################
#
# script /H01_Fresh_Water/Lisflood_actualModel/Lisflood/lisf1.job
# run in the Grid: qsub lisf1.job
# What the script does: script.py settings
#The grid settings use the UNIX storage path, instead of local windows PC folder "c:\....")
#
##########################################################################
#___INFO__MARK_END__
#$ -M [email protected]
#$ -m abe
#$ -o /H01_Fresh_Water/Europe/output/testgrid/tmp.out
#$ -e /H01_Fresh_Water/Europe/output/testgrid/tmp.err
export PATH=/software/PCRaster/pcraster4/bin:/software/pyhdfdeps/makedepf90-2.8.8:$PATH
export PYTHONPATH=/software/PCRaster/pcraster4/python:$PYTHONPATH
echo "Start - `date`"
echo $PATH
echo $PYTHONPATH
python /H01_Fresh_Water/Lisflood_actualModel/Lisflood/lisf1.py /H01_Fresh_Water/Europe/LisfloodEurope/settingsEurope5kObs_GRID.xml
echo "Finish - `date`"
#$ -N Lisf1grid
#$ -S /bin/sh