Skip to content

Commit

Permalink
Another attempt to fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Nov 29, 2024
1 parent 3136d6c commit 0b79185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dev/utils/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0b79185

Please sign in to comment.