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

updated to use newest eccodes version 2.13 on ECMWF server

parent 8c1d1757
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ case $${HOST} in ...@@ -32,7 +32,7 @@ case $${HOST} in
module unload python module unload python
module unload emos module unload emos
module load python3/3.6.8-01 module load python3/3.6.8-01
module load eccodes/2.12.5 module load eccodes/2.13.0
module load emos/455-r64 module load emos/455-r64
export FLEXPART_ROOT_SCRIPTS=$fp_root_scripts export FLEXPART_ROOT_SCRIPTS=$fp_root_scripts
export MAKEFILE=$makefile export MAKEFILE=$makefile
...@@ -41,7 +41,7 @@ case $${HOST} in ...@@ -41,7 +41,7 @@ case $${HOST} in
module unload python module unload python
module switch PrgEnv-cray PrgEnv-intel module switch PrgEnv-cray PrgEnv-intel
module load python3 module load python3
module load eccodes/2.12.5 module load eccodes/2.13.0
module load emos/455-r64 module load emos/455-r64
echo $${GROUP} echo $${GROUP}
echo $${HOME} echo $${HOME}
...@@ -56,7 +56,7 @@ esac ...@@ -56,7 +56,7 @@ esac
mkdir -p $${FLEXPART_ROOT_SCRIPTS}/flex_extract_v$${VERSION} mkdir -p $${FLEXPART_ROOT_SCRIPTS}/flex_extract_v$${VERSION}
cd $${FLEXPART_ROOT_SCRIPTS}/flex_extract_v$${VERSION} # if FLEXPART_ROOT is not set this means cd to the home directory cd $${FLEXPART_ROOT_SCRIPTS}/flex_extract_v$${VERSION} # if FLEXPART_ROOT is not set this means cd to the home directory
tar -xvf $${HOME}/flex_extract_v$${VERSION}.tar tar -xvf $${HOME}/flex_extract_v$${VERSION}.tar
cd source/fortran cd Source/Fortran
\rm *.o *.mod $fortran_program \rm *.o *.mod $fortran_program
make -f $${MAKEFILE} >flexcompile 2>flexcompile make -f $${MAKEFILE} >flexcompile 2>flexcompile
......
...@@ -32,7 +32,7 @@ case $${HOST} in ...@@ -32,7 +32,7 @@ case $${HOST} in
module unload python module unload python
module unload emos module unload emos
module load python3/3.6.8-01 module load python3/3.6.8-01
module load eccodes/2.12.5 module load eccodes/2.13.0
module load emos/455-r64 module load emos/455-r64
export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/Source/Python export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/Source/Python
;; ;;
...@@ -40,7 +40,7 @@ case $${HOST} in ...@@ -40,7 +40,7 @@ case $${HOST} in
module unload python module unload python
module switch PrgEnv-cray PrgEnv-intel module switch PrgEnv-cray PrgEnv-intel
module load python3 module load python3
module load eccodes/2.12.5 module load eccodes/2.13.0
module load emos/455-r64 module load emos/455-r64
export SCRATCH=$${TMPDIR} export SCRATCH=$${TMPDIR}
export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/Source/Python export PATH=$${PATH}:$${HOME}/flex_extract_v7.1/Source/Python
......
...@@ -32,7 +32,7 @@ case $$$${HOST} in ...@@ -32,7 +32,7 @@ case $$$${HOST} in
module unload python module unload python
module unload emos module unload emos
module load python3/3.6.8-01 module load python3/3.6.8-01
module load eccodes/2.12.5 module load eccodes/2.13.0
module load emos/455-r64 module load emos/455-r64
export PATH=$$$${PATH}:$fp_root_path export PATH=$$$${PATH}:$fp_root_path
;; ;;
...@@ -40,7 +40,7 @@ case $$$${HOST} in ...@@ -40,7 +40,7 @@ case $$$${HOST} in
module unload python module unload python
module switch PrgEnv-cray PrgEnv-intel module switch PrgEnv-cray PrgEnv-intel
module load python3 module load python3
module load eccodes/2.12.5 module load eccodes/2.13.0
module load emos/455-r64 module load emos/455-r64
export SCRATCH=$$$${TMPDIR} export SCRATCH=$$$${TMPDIR}
export PATH=$$$${PATH}:$fp_root_path export PATH=$$$${PATH}:$fp_root_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment