Skip to content

Install build-atmos/bin for access3 UM variant#449

Open
blimlim wants to merge 2 commits into
api-v2from
448-access3-install-um-bin
Open

Install build-atmos/bin for access3 UM variant#449
blimlim wants to merge 2 commits into
api-v2from
448-access3-install-um-bin

Conversation

@blimlim

@blimlim blimlim commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

Closes #448

This PR modifies the UM spack package to also install the build-atmos/bin directory for the access3 variant. This ensures that the um-atmos and um_script_functions scripts are installed, which are required for running ACCESS-CM3.

@blimlim blimlim requested a review from anton-seaice June 24, 2026 06:23
anton-seaice
anton-seaice previously approved these changes Jun 25, 2026

@anton-seaice anton-seaice left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, you better check with @penguian

# List of executables to install, always install recon
um_exe = ["recon"]
# List of executables to install
um_exe = ["recon", "atmos"]

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move lines 72 and 73 to just before line 92. The intervening if statement does not refer to um_exe.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, I've moved it in 7a9acda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Install build-atmos/bin directory for access3 variant of UM

3 participants