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

new compilation and adaptations on CONTROL files for CERA (NUMBER parameter...

new compilation and adaptations on CONTROL files for CERA (NUMBER parameter has to be set to a number (0))
parent 0934db12
Branches
Tags
No related merge requests found
......@@ -7,6 +7,7 @@ ACCTYPE FC
ACCTIME 18
ACCMAXSTEP 24
CLASS EP
NUMBER 0
STREAM ENDA
GRID 1000
LEFT -24000
......
......@@ -9,6 +9,7 @@ ACCMAXSTEP 24
CLASS EP
DATASET cera20c
STREAM ENDA
NUMBER 0
GRID 2000
LEFT -24000
LOWER 10000
......
......@@ -8,12 +8,13 @@ ACCTIME 18
ACCMAXSTEP 24
CLASS EP
STREAM ENDA
NUMBER 0
GRID 2000
LEFT -20000
LEFT 30000
LOWER 40000
UPPER 60000
RIGHT 60000
LEVELIST 1/to/91
UPPER 50000
RIGHT 40000
LEVELIST 88/to/91
RESOL 106
ETA 1
ADDPAR 27/28/173/186/187/188/235/139/39
......
......@@ -27,11 +27,12 @@ set -x
export VERSION=7.1
case ${HOST} in
*ecg*)
module unload eccodes
# module load python
# module unload grib_api
module unload grib_api
module unload emos
# module load grib_api/1.14.5
module load emos/437-r64
module load grib_api/1.27.0
module load emos/457-r64
export FLEXPART_ROOT_SCRIPTS=${HOME}
export MAKEFILE=Makefile.gfortran
;;
......
......@@ -29,9 +29,10 @@ case ${HOST} in
*ecg*)
module load python
module unload grib_api
module unload eccodes
module unload emos
module load grib_api/1.14.5
module load emos/437-r64
module load grib_api/1.27.0
module load emos/457-r64
export PATH=${PATH}:${HOME}/flex_extract_v7.1/source/python
;;
*cca*)
......@@ -51,21 +52,21 @@ cd python$$
export CONTROL=CONTROL
cat >${CONTROL}<<EOF
accmaxstep 24
acctime 18
accmaxstep 12
acctime 06/18
acctype FC
accuracy 24
addpar 27 28 173 186 187 188 235 139 39
addpar 186 187 188 235 139 39
area
basetime None
controlfile CONTROL_CERA.testgrid
cwc 1
controlfile CONTROL_EA5.testgrid
cwc 0
dataset None
date_chunk 3
debug 1
destination annep@genericSftp
dpdeta 1
dtime 3
dtime 1
ecfsdir ectmp:/${USER}/econdemand/
ecgid at
ecstorage 0
......@@ -81,37 +82,37 @@ gateway srvx8.img.univie.ac.at
gauss 0
gaussian
grib2flexpart 0
grid 2000
grid 1000
inputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
install_target None
job_template job.temp
left -20000
level 91
levelist 1/to/91
left -5000
level 137
levelist 100/to/137
logicals gauss omega omegadiff eta etadiff dpdeta cwc wrf grib2flexpart ecstorage ectrans debug request public
lower 40000
lower 10000
mailfail ${USER}
mailops ${USER}
makefile Makefile.gfortran
marsclass EP
marsclass EA
maxstep 0
number OFF
omega 0
omegadiff 0
outputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
prefix CE
prefix EA
public 0
queue ecgate
request 2
resol 106
right 60000
resol 159
right 5000
smooth 0
start_date 20090108
step 00 00 00 00 00 00 00 00
stream ENDA
time 00 03 06 09 12 15 18 21
type AN AN AN AN AN AN AN AN
upper 60000
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
stream OPER
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
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
upper 20000
wrf 0
EOF
......
......@@ -27,7 +27,7 @@ OUTPUTDIR=None
FLEXPART_ROOT_SCRIPTS=None
PP_ID=None
JOB_TEMPLATE='job.temp'
CONTROLFILE='CONTROL_CERA.testgrid'
CONTROLFILE='CONTROL_EA5.testgrid'
DEBUG=1
REQUEST=2
PUBLIC=0
......
......@@ -12,13 +12,16 @@
OPT = -g
DEBUG = -g
LIB = $(ECCODES_LIB) $(EMOSLIB)
LIB = $(GRIB_API_LIB) $(EMOSLIB)
#$(ECCODES_LIB)
FC=gfortran -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore -ffixed-line-length-132 -fopenmp -fconvert=big-endian
F90C=gfortran -m64 -fdefault-real-8 -fcray-pointer -fno-second-underscore -ffixed-line-length-132 -fopenmp -fconvert=big-endian
FFLAGS = $(OPT) -I. -I$(ECCODES_INCLUDE_DIR)
F90FLAGS = $(OPT) -I. -I$(ECCODES_INCLUDE_DIR)
FFLAGS = $(OPT) -I. -I$(GRIB_API_INCLUDE_DIR)
#-I$(ECCODES_INCLUDE_DIR)
F90FLAGS = $(OPT) -I. -I$(GRIB_API_INCLUDE_DIR)
#-I$(ECCODES_INCLUDE_DIR)
LDFLAGS = $(OPT)
......
......@@ -11,11 +11,11 @@
.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_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=/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_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
#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
......
......@@ -27,11 +27,12 @@ set -x
export VERSION=$version_number
case $${HOST} in
*ecg*)
module unload eccodes
# module load python
# module unload grib_api
module unload grib_api
module unload emos
# module load grib_api/1.14.5
module load emos/437-r64
module load grib_api/1.27.0
module load emos/457-r64
export FLEXPART_ROOT_SCRIPTS=$fp_root_scripts
export MAKEFILE=$makefile
;;
......
......@@ -29,9 +29,10 @@ case ${HOST} in
*ecg*)
module load python
module unload grib_api
module unload eccodes
module unload emos
module load grib_api/1.14.5
module load emos/437-r64
module load grib_api/1.27.0
module load emos/457-r64
export PATH=${PATH}:${HOME}/flex_extract_v7.1/source/python
;;
*cca*)
......
......@@ -29,9 +29,10 @@ case $${HOST} in
*ecg*)
module load python
module unload grib_api
module unload eccodes
module unload emos
module load grib_api/1.14.5
module load emos/437-r64
module load grib_api/1.27.0
module load emos/457-r64
export PATH=$${PATH}:$fp_root_path
;;
*cca*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment