We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1a4ff commit b03c753Copy full SHA for b03c753
1 file changed
Singularity
@@ -44,13 +44,15 @@ cd src
44
hg clone -r v1.1 https://bitbucket.org/omuse/omuse
45
cd omuse
46
47
-export DOWNLOAD_CODES=1
48
49
cd community/oifs
50
export OIFS_GRIB_API_DIR=$GRIB_API_DIR
+export DOWNLOAD_CODES=0
51
+git clone https://git.ecmwf.int/scm/~g.vandenoord_esciencecenter.nl/oifs40r1-lib.git oifs-repo
52
make
53
54
cd ../dales
55
+export DOWNLOAD_CODES=1
56
57
58
0 commit comments