Added build capability on NOAA cloud#43
Merged
KateFriedman-NOAA merged 2 commits intoApr 2, 2025
Merged
Conversation
KateFriedman-NOAA
approved these changes
Apr 2, 2025
Contributor
KateFriedman-NOAA
left a comment
There was a problem hiding this comment.
Looks good, thanks @TaylorRoper-NOAA !
Closed
1 task
13 tasks
aerorahul
pushed a commit
to NOAA-EMC/global-workflow
that referenced
this pull request
May 14, 2025
This PR enables running prep jobs on AWS. This required supporting `obsproc` and `prepobs` on the cloud (NOAA-EMC/obsproc#99 and NOAA-EMC/prepobs#43) and deciding on placement of `BASE_GIT` directory which houses `obsproc` and `prepobs`. `BASE_GIT` is proposed to be `/contrib/git` on AWS (and other NOAA CSPs), and `obsproc` and `prepobs` have been cloned and installed in `/contrib/git` on the EPIC's AWS `/contrib` filesystem for future CI testing. The obs data used was made available on AWS via #3494, and the `DMPDIR` is defaulted to `/bucket/dump` or user-defined via `DATA_MOUNT` for AWS. Since restricted data is not yet supported on NOAA CSPs, AWS defaults are updated to include `CHGRP_RSTPROD='NO'` and `MAKE_NSSTBUFR='YES'`. Updating `CHGRP_RSTPROD` is necessary since NSST buffer files are assumed in `obsproc` to consist of restricted data and are overwritten as empty when `chgrp rstprod` fails. Allowing making the NSST buffer file on the fly with `CHGRP_RSTPROD='NO'` was done via NOAA-EMC/obsproc#100. Resolves #3497
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.
Added build capability on NOAA cloud. Only tested on AWS, but nothing is AWS-specific.
resolves #41
@KateFriedman-NOAA