Skip to content

Commit

Permalink
Add missing experiments to build script (#281)
Browse files Browse the repository at this point in the history
* Changelog updates for v1.0.0

* Include missing experiments in build script
  • Loading branch information
marc-white authored Dec 2, 2024
1 parent e159096 commit c3beba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module load openmpi

OUTPUT_BASE_PATH=/g/data/xp65/public/apps/access-nri-intake-catalog
CONFIG_DIR=/g/data/xp65/admin/access-nri-intake-catalog/config
CONFIGS=( cmip5.yaml cmip6.yaml access-om2.yaml access-cm2.yaml access-esm1-5.yaml )
CONFIGS=( cmip5.yaml cmip6.yaml access-om2.yaml access-cm2.yaml access-esm1-5.yaml ccam.yaml barpa.yaml cordex.yaml mom6.yaml narclim2.yaml era5.yaml )

config_paths=( "${CONFIGS[@]/#/${CONFIG_DIR}/}" )

Expand Down

0 comments on commit c3beba3

Please sign in to comment.