From f556253b64361ef24a83c723c920ff86be47cc98 Mon Sep 17 00:00:00 2001 From: jpolton <jelt@noc.ac.uk> Date: Thu, 21 Mar 2019 21:41:13 +0000 Subject: [PATCH] Update make_xios.sh Need to implement a more general way to access the ARCH files such they are called as part of the git clone. --- SCRIPTS/make_xios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCRIPTS/make_xios.sh b/SCRIPTS/make_xios.sh index 7f19a95..522b976 100755 --- a/SCRIPTS/make_xios.sh +++ b/SCRIPTS/make_xios.sh @@ -3,7 +3,7 @@ cd $WORK svn co -r1242 http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk $XIOS_DIR cd $XIOS_DIR -cp $ARCH/arch-XC30_ARCHER* arch/. +cp $ARCH1/arch-XC30_ARCHER* arch/. ./make_xios --full --prod --arch XC30_ARCHER --netcdf_lib netcdf4_par -- GitLab