Skip to content

Commit

Permalink
Update path for CABLE_AUX gridfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaasgoyal committed Jan 22, 2024
1 parent 68610f3 commit 6df994e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchcab/data/test/integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fluxsite:
experiment: AU-Tum
pbs:
storage:
- gdata/rp23
- gdata/wd9
- scratch/$PROJECT
EOL

Expand Down
6 changes: 3 additions & 3 deletions benchcab/internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
# Relative path to core namelist files
NAMELIST_DIR = Path("namelists")

# Path to grid files
GRID_DIR = Path("/g/data/rp23/data/no_provenance/gridinfo")
# Path to CABLE-AUX
CABLE_AUX_DIR = Path("/g/data/wd9/BenchMarking/CABLE-AUX_v20240122")

# Path CABLE grid info file
GRID_FILE = GRID_DIR / "crujra_accessN96_gridinfo.nc"
GRID_FILE = CABLE_AUX_DIR / "offline" / "gridinfo_CSIRO_1x1.nc"

# Fluxsite directory tree
FLUXSITE_DIRS: dict[str, Path] = {}
Expand Down

0 comments on commit 6df994e

Please sign in to comment.