-
Notifications
You must be signed in to change notification settings - Fork 39
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
Update 'devbuild.sh', module files, and directory names #9
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
541bc1c
basic update
chan-hoo cff6cfd
additional change to rrfs-workflow
chan-hoo dee2ce9
extran change in dev
chan-hoo a6f0d42
update modulefiles
chan-hoo 0cb2327
fix typo
chan-hoo 55275a1
remove env and update hash of ufs-utils
chan-hoo 0a803e2
change libpng and add prod_utils
chan-hoo a80267e
update README file
chan-hoo 02762b2
fix typo
chan-hoo 98a6b9b
simplify PR template
chan-hoo f1ec66d
fix typo
chan-hoo 56b1984
change dir structure and name
chan-hoo a76f768
update task module files for wcoss2
chan-hoo 60d40fb
update task module files for hera
chan-hoo 424b9ae
update task module files for jet and orion
chan-hoo 91156de
fix dir structure in generation scripts
chan-hoo 50d98fe
change DIR to dir to meet NCO standards
chan-hoo f6c479a
update functions
chan-hoo cb5c735
remove preamble
chan-hoo 49206fc
remove DEBUG
chan-hoo 3978658
fix launch script
chan-hoo 0dee55e
add non-DA xml for testing
chan-hoo 66f40a6
remove unnecessary machines
chan-hoo 5fc8cae
add pazi to esg grid nml
chan-hoo d970937
update codeowners
chan-hoo 4532926
update codeowners
chan-hoo b0b651c
add export=NONE to fix conda issue
chan-hoo d68d41e
remove unnecessary utilities
chan-hoo 9e4da76
fix failure on make_grid
chan-hoo 2ab1165
address Ben's comments
chan-hoo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,25 @@ | ||
# rrfs-workflow | ||
|
||
Future home of the workflow for the Rapid Refresh Forecast System (RRFS) | ||
Workflow for the Rapid Refresh Forecast System (RRFS) | ||
|
||
|
||
## Build | ||
|
||
1. Clone the `dev-sci` branch of the authoritative repository: | ||
``` | ||
git clone -b dev-sci https://github.com/NOAA-EMC/rrfs-workflow | ||
``` | ||
|
||
2. Check out the external components: | ||
``` | ||
cd rrfs-workflow | ||
./manage_externals/checkout_externals | ||
``` | ||
|
||
3. Build the RRFS workflow: | ||
``` | ||
./devbuild.sh -p=[machine] | ||
``` | ||
where `[machine]` is `wcoss2`, `hera`, `orion`, or `jet`. | ||
|
||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As can be seen in this new README file, this PR makes the build steps work up to Step 3 on
wcoss2
,hera
andorion
.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chan-hoo Thank you so much for working on this so quickly. Since dev-sci will be used by both GSL and EMC, I add @hu5970 as a reviewer so that GSL can get an understanding of how the modification will affect the future update of RRFS-B on JET.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. As described above, the rrfs-workflow does not work yet (even with this PR). This PR only makes the 'build' step work well. I've tested it on wcoss2, hera, and orion. I don't have access to Jet. Are there any other machines to be tested?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chan-hoo I think the RRFS workflow for operations will only need to be supported on WCOSS2, Hera, Jet, and Orion. So at some point we will want to remove the logic for the other non-supported platforms.