From 0b7918556638279dd911cb38ab8444ead9a2d1fe Mon Sep 17 00:00:00 2001 From: Joe Wallwork Date: Fri, 29 Nov 2024 13:00:56 +0000 Subject: [PATCH] Another attempt to fix paths --- .dev/utils/setup.sh | 2 +- .github/workflows/test_suite.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dev/utils/setup.sh b/.dev/utils/setup.sh index 3c335e6..9f7c9dd 100755 --- a/.dev/utils/setup.sh +++ b/.dev/utils/setup.sh @@ -42,7 +42,7 @@ export GC_F_LIB=${NETCDF_F_HOME}/lib # GEOS-Chem input data # NOTE: Path may need to be edited for your system -export GC_INPUTS=${HOME}/data/gcclassic +export GC_INPUTS=${DATA}/gcclassic export ROOT=${GC_INPUTS}/ExtData/HEMCO/ # Put tools in the path diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index b1fb894..b3fc46c 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -113,7 +113,7 @@ jobs: touch ${DATA}/nudging/merra2/uwnd.2016.MERRA2onGISSE2.nc4 touch ${DATA}/nudging/merra2/vwnd.2016.MERRA2onGISSE2.nc4 mkdir -p ${DATA}/gcclassic/ExtData/GEOSCHEM_RESTARTS/GC_14.3.0 - touch ${HOME}/data/gcclassic/ExtData/GEOSCHEM_RESTARTS/GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4 + touch ${DATA}/gcclassic/ExtData/GEOSCHEM_RESTARTS/GC_14.3.0/GEOSChem.Restart.fullchem.20190701_0000z.nc4 - name: Build GISS with GISS_ONLY rundeck run: |