Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the ufs-weather-model build to use the ufs_common module #154

Closed
JeffBeck-NOAA opened this issue Jul 16, 2021 · 2 comments
Closed
Labels
enhancement New feature or request Priority: low

Comments

@JeffBeck-NOAA
Copy link
Collaborator

JeffBeck-NOAA commented Jul 16, 2021

Description

The current environment files in the SRW App use individual module loads instead of the new "ufs_common" module in ufs-weather-model. This feature will add the ability to source the "ufs_common" module and remove most individual module loads.

Solution

module use ${SR_WX_APP_TOP_DIR}/src/ufs-weather-model/modulefiles
module load ufs_common

where SR_WX_APP_TOP_DIR is defined by the user or included in the devbuild.sh script as the current directory.

Related to (optional)

Related to PR #152.

@MichaelLueken
Copy link
Collaborator

@JeffBeck-NOAA - The use of srw_common, rather than loading all common libraries per modulefile, was brought in with PR #200. The srw_common.lua file has since been updated to the point that, so long as the associated spack-stack version has been built on a given platform, the SRW will properly build. I'm checking to see if this issue can be closed.

@MichaelLueken
Copy link
Collaborator

Closing issue now. If you feel this issue hasn't been addressed, please feel free to either reopen this issue or open a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: low
Projects
Archived in project
Development

No branches or pull requests

2 participants