Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flexpart
Flex Extract
Commits
40408cbb
Commit
40408cbb
authored
6 years ago
by
Anne Philipp
Browse files
Options
Downloads
Patches
Plain Diff
recompile
parent
785b8826
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
run/jobscripts/job.ksh
+22
-22
22 additions, 22 deletions
run/jobscripts/job.ksh
run/run.sh
+2
-2
2 additions, 2 deletions
run/run.sh
source/fortran/Makefile.local.gfortran
+7
-2
7 additions, 2 deletions
source/fortran/Makefile.local.gfortran
with
31 additions
and
26 deletions
run/jobscripts/job.ksh
+
22
−
22
View file @
40408cbb
...
...
@@ -51,27 +51,27 @@ cd python$$
export
CONTROL
=
CONTROL
cat
>
${
CONTROL
}
<<
EOF
accmaxstep
1
2
acctime
06/
18
accmaxstep 2
4
acctime 18
acctype FC
accuracy 24
addpar 186 187 188 235 139 39
addpar
27 28 173
186 187 188 235 139 39
area
basetime None
controlfile CONTROL_
EA5
.testgrid
cwc
0
controlfile CONTROL_
CERA
.testgrid
cwc
1
dataset None
date_chunk 3
debug 1
destination annep@genericSftp
dpdeta 1
dtime
1
dtime
3
ecfsdir ectmp:/
${
USER
}
/econdemand/
ecgid at
ecstorage 0
ectrans 1
ecuid km4a
end_date 20
18
0108
end_date 20
09
0108
eta 1
etadiff 0
etapar 77
...
...
@@ -81,37 +81,37 @@ gateway srvx8.img.univie.ac.at
gauss 0
gaussian
grib2flexpart 0
grid
1
000
grid
2
000
inputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
install_target None
job_template job.temp
left -
5
000
level 1
37
levelist 1
00
/to/1
37
left -
20
000
level
9
1
levelist 1/to/
9
1
logicals gauss omega omegadiff eta etadiff dpdeta cwc wrf grib2flexpart ecstorage ectrans debug request public
lower
1
0000
lower
4
0000
mailfail
${
USER
}
mailops
${
USER
}
makefile Makefile.gfortran
marsclass E
A
marsclass E
P
maxstep 0
number OFF
omega 0
omegadiff 0
outputdir /raid60/nas/tmc/Anne/Interpolation/flexextract/flex_extract_v7.1/run/workspace
prefix E
A
prefix
C
E
public 0
queue ecgate
request 2
resol 1
59
right
5
000
resol 1
06
right
60
000
smooth 0
start_date 20
18
0108
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 0
1 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
2
0000
start_date 20
09
0108
step 00 00 00 00 00 00 00 00
stream
ENDA
time 00 0
3 06 09 12 15 18 21
type AN AN AN AN AN AN AN AN
upper
6
0000
wrf 0
EOF
...
...
This diff is collapsed.
Click to expand it.
run/run.sh
+
2
−
2
View file @
40408cbb
...
...
@@ -15,7 +15,7 @@
#
QUEUE
=
'ecgate'
START_DATE
=
'20
18
0108'
START_DATE
=
'20
09
0108'
END_DATE
=
None
DATE_CHUNK
=
None
BASETIME
=
None
...
...
@@ -27,7 +27,7 @@ OUTPUTDIR=None
FLEXPART_ROOT_SCRIPTS
=
None
PP_ID
=
None
JOB_TEMPLATE
=
'job.temp'
CONTROLFILE
=
'CONTROL_
EA5
.testgrid'
CONTROLFILE
=
'CONTROL_
CERA
.testgrid'
DEBUG
=
1
REQUEST
=
2
PUBLIC
=
0
...
...
This diff is collapsed.
Click to expand it.
source/fortran/Makefile.local.gfortran
+
7
−
2
View file @
40408cbb
...
...
@@ -11,8 +11,13 @@
.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
EMOSLIB
=
-lemosR64
OPT
=
-g
-O3
-fopenmp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment