Skip to content

Commit b03c753

Browse files
committed
Fixed moved OpenIFS repo issue
1 parent ae1a4ff commit b03c753

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Singularity

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,15 @@ cd src
4444
hg clone -r v1.1 https://bitbucket.org/omuse/omuse
4545
cd omuse
4646

47-
export DOWNLOAD_CODES=1
4847

4948
cd community/oifs
5049
export OIFS_GRIB_API_DIR=$GRIB_API_DIR
50+
export DOWNLOAD_CODES=0
51+
git clone https://git.ecmwf.int/scm/~g.vandenoord_esciencecenter.nl/oifs40r1-lib.git oifs-repo
5152
make
5253

5354
cd ../dales
55+
export DOWNLOAD_CODES=1
5456
make
5557

5658

0 commit comments

Comments
 (0)