Skip to content
Snippets Groups Projects
Commit 40408cbb authored by Anne Philipp's avatar Anne Philipp
Browse files

recompile

parent 785b8826
No related branches found
No related tags found
No related merge requests found
...@@ -51,27 +51,27 @@ cd python$$ ...@@ -51,27 +51,27 @@ cd python$$
export CONTROL=CONTROL export CONTROL=CONTROL
cat >${CONTROL}<<EOF cat >${CONTROL}<<EOF
accmaxstep 12 accmaxstep 24
acctime 06/18 acctime 18
acctype FC acctype FC
accuracy 24 accuracy 24
addpar 186 187 188 235 139 39 addpar 27 28 173 186 187 188 235 139 39
area area
basetime None basetime None
controlfile CONTROL_EA5.testgrid controlfile CONTROL_CERA.testgrid
cwc 0 cwc 1
dataset None dataset None
date_chunk 3 date_chunk 3
debug 1 debug 1
destination annep@genericSftp destination annep@genericSftp
dpdeta 1 dpdeta 1
dtime 1 dtime 3
ecfsdir ectmp:/${USER}/econdemand/ ecfsdir ectmp:/${USER}/econdemand/
ecgid at ecgid at
ecstorage 0 ecstorage 0
ectrans 1 ectrans 1
ecuid km4a ecuid km4a
end_date 20180108 end_date 20090108
eta 1 eta 1
etadiff 0 etadiff 0
etapar 77 etapar 77
...@@ -81,37 +81,37 @@ gateway srvx8.img.univie.ac.at ...@@ -81,37 +81,37 @@ gateway srvx8.img.univie.ac.at
gauss 0 gauss 0
gaussian gaussian
grib2flexpart 0 grib2flexpart 0
grid 1000 grid 2000
inputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace inputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
install_target None install_target None
job_template job.temp job_template job.temp
left -5000 left -20000
level 137 level 91
levelist 100/to/137 levelist 1/to/91
logicals gauss omega omegadiff eta etadiff dpdeta cwc wrf grib2flexpart ecstorage ectrans debug request public logicals gauss omega omegadiff eta etadiff dpdeta cwc wrf grib2flexpart ecstorage ectrans debug request public
lower 10000 lower 40000
mailfail ${USER} mailfail ${USER}
mailops ${USER} mailops ${USER}
makefile Makefile.gfortran makefile Makefile.gfortran
marsclass EA marsclass EP
maxstep 0 maxstep 0
number OFF number OFF
omega 0 omega 0
omegadiff 0 omegadiff 0
outputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace outputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
prefix EA prefix CE
public 0 public 0
queue ecgate queue ecgate
request 2 request 2
resol 159 resol 106
right 5000 right 60000
smooth 0 smooth 0
start_date 20180108 start_date 20090108
step 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 step 00 00 00 00 00 00 00 00
stream OPER stream ENDA
time 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 time 00 03 06 09 12 15 18 21
type AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN AN type AN AN AN AN AN AN AN AN
upper 20000 upper 60000
wrf 0 wrf 0
EOF EOF
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# #
QUEUE='ecgate' QUEUE='ecgate'
START_DATE='20180108' START_DATE='20090108'
END_DATE=None END_DATE=None
DATE_CHUNK=None DATE_CHUNK=None
BASETIME=None BASETIME=None
...@@ -27,7 +27,7 @@ OUTPUTDIR=None ...@@ -27,7 +27,7 @@ OUTPUTDIR=None
FLEXPART_ROOT_SCRIPTS=None FLEXPART_ROOT_SCRIPTS=None
PP_ID=None PP_ID=None
JOB_TEMPLATE='job.temp' JOB_TEMPLATE='job.temp'
CONTROLFILE='CONTROL_EA5.testgrid' CONTROLFILE='CONTROL_CERA.testgrid'
DEBUG=1 DEBUG=1
REQUEST=2 REQUEST=2
PUBLIC=0 PUBLIC=0
......
...@@ -11,8 +11,13 @@ ...@@ -11,8 +11,13 @@
.s .s~ .sh .sh~ .h .h~ .C .C~ .a .s .s~ .sh .sh~ .h .h~ .C .C~ .a
GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib_api-1.14.3//include #GRIB_API_INCLUDE_DIR=/usr/local/gcc-4.9.3/grib_api-1.14.3//include
GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper #GRIB_API_LIB= -L/usr/local/gcc-4.9.3/grib_api-1.14.3/lib -Bstatic -lgrib_api_f77 -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
GRIB_API_INCLUDE_DIR=/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/include
GRIB_API_LIB=-L/home/srvx1/tmc/TestEnv/Libraries/eccodes-2.6.0_ifort/lib -Bstatic -leccodes_f90 -leccodes -Bdynamic -lm -ljasper -openmp
EMOSLIB=-lemosR64 EMOSLIB=-lemosR64
OPT = -g -O3 -fopenmp OPT = -g -O3 -fopenmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment