Skip to content

Commit c3beba3

Browse files
authored
Add missing experiments to build script (#281)
* Changelog updates for v1.0.0 * Include missing experiments in build script
1 parent e159096 commit c3beba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build_all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module load openmpi
3131

3232
OUTPUT_BASE_PATH=/g/data/xp65/public/apps/access-nri-intake-catalog
3333
CONFIG_DIR=/g/data/xp65/admin/access-nri-intake-catalog/config
34-
CONFIGS=( cmip5.yaml cmip6.yaml access-om2.yaml access-cm2.yaml access-esm1-5.yaml )
34+
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 )
3535

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

0 commit comments

Comments
 (0)