chore(modulefiles): Add automated sync workflow and update modulefiles#9
Merged
Merged
Conversation
…figurations - Remove outdated ACES diagnostician agent documentation - Add GitHub Actions workflow for weekly modulefile synchronization from ufs-weather-model - Add 28 new modulefile configurations for CECE across multiple HPC systems (Acorn, Derecho, GAEAC, Hera, Hercules, Orion, Ursa, WCOSS2, NoaaCloud, Linux, macOS, and container environments) - Create cece_common.lua with shared library dependencies and version management - Rename and adapt modulefiles from ufs_* naming convention to cece_* for Community Emissions Computing Engine - Remove deprecated dependencies (MAPL, Scotch, GFTL-shared, W3EMC, IP, SP, G2TMPL, G2, CRTM, BACIO) from common configuration - Update internal references from UFS Model to CECE throughout modulefile documentation - Enables automated weekly updates and maintenance of build environments across supported platforms
benkozi
approved these changes
Apr 21, 2026
Collaborator
benkozi
left a comment
There was a problem hiding this comment.
👍 A nice automated feature to have
Collaborator
Author
With how fast the UFS moves with spack-stack I just need something so that I can keep up |
bbakernoaa
added a commit
that referenced
this pull request
May 8, 2026
This commit resolves conflicts between the local branch and the ufs-community/cece main branch. Key changes: - Moved cece_cap.F90 to src/ and standalone_nuopc/ to the root to match upstream layout. - Integrated CeceClock and advanced physics schemes (MEGAN3, BDSNP) into the merged codebase. - Fixed GitHub Action versions (checkout@v4, setup-python@v5) and removed misplaced TIDE CI workflow. - Updated CMake and TIDE build scripts for better compatibility. - Ensured host synchronization for all state fields in the run phase. Co-authored-by: bbakernoaa <22104759+bbakernoaa@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds modulefile management and build environment setup for the Community Emissions Computing Engine (CECE) by automating modulefile synchronization from the upstream
ufs-weather-modelrepository, renaming and updating modulefiles, and adding new platform-specific environment modules. It also removes an outdated agent configuration file.The most important changes are:
Automation and Synchronization:
.github/workflows/sync_modulefiles.ymlto automatically sync and update modulefiles from theufs-weather-modelrepository on a weekly basis. This includes renaming files and references fromufs_tocece_, removing deprecated dependencies, and updating model references to CECE.Modulefile Additions and Updates:
cece_*Lua modulefiles for various platforms and compiler combinations (e.g., Acorn, Hercules, Hera, Derecho, Gaea C5/C6, container environments), each setting up paths, loading required libraries, and configuring environment variables for building and running CECE. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15]Standardization and Cleanup:
ufs_*modulefiles and internal references tocece_*for consistency with the CECE project, and updates references to the model name throughout the modulefiles.ufs_common.lua(nowcece_common.lua) to streamline the environment setup. [1] [2]Obsolete Configuration Removal:
.github/agents/aces-diagnose-example1.agent.mdfile, removing an outdated agent configuration no longer relevant to the current workflow.These changes automate and standardize the build environment setup, making it easier to maintain compatibility with upstream changes and simplifying CECE development across multiple platforms.
This should go in after #8