-
Notifications
You must be signed in to change notification settings - Fork 181
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
Adds FBWINDS support to global-workflow #2082
Merged
WalterKolczynski-NOAA
merged 31 commits into
NOAA-EMC:develop
from
HenryRWinterbottom:feature/feature/gfsv17_issue_1221
Nov 23, 2023
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
10859c2
Corrected missing local variable reference.
henrywinterbottom-wxdev 9df2539
Reverting push to develop.
henrywinterbottom-wxdev 2a560e3
Merge branch 'develop' of https://github.com/HenryWinterbottom-NOAA/g…
henrywinterbottom-wxdev e26aff3
Merge branch 'develop' of https://github.com/HenryWinterbottom-NOAA/g…
henrywinterbottom-wxdev 3ab096a
Merge branch 'develop' of https://github.com/HenryWinterbottom-NOAA/g…
henrywinterbottom-wxdev 8c42c79
Merge branch 'develop' of https://github.com/HenryWinterbottom-NOAA/g…
henrywinterbottom-wxdev 76d91e0
Merge branch 'develop' of https://github.com/HenryWinterbottom-NOAA/g…
henrywinterbottom-wxdev f626d91
Merge branch 'develop' of https://github.com/HenryWinterbottom-NOAA/g…
henrywinterbottom-wxdev 5654639
Added FBWINDS Rocoto job.
henrywinterbottom-wxdev 890d9f5
Added Rocoto task attributes.
henrywinterbottom-wxdev 745d198
Updated allowable Rocoto tasks.
henrywinterbottom-wxdev cb0c3a0
Corrected pynorm failure.
henrywinterbottom-wxdev f56d61b
Corrected pynorm failure.
henrywinterbottom-wxdev aae5ad7
Merge branch 'NOAA-EMC:develop' into feature/feature/gfsv17_issue_1221
HenryRWinterbottom 7483e75
Merge branch 'NOAA-EMC:develop' into feature/feature/gfsv17_issue_1221
HenryRWinterbottom a7495ac
Merge branch 'NOAA-EMC:develop' into feature/feature/gfsv17_issue_1221
HenryRWinterbottom 6cd448c
Correct FBWinds rocoto task.
HenryRWinterbottom e15c5e6
Added FBWinds to GFS tasks.
HenryRWinterbottom b2afa43
Added FBWinds to GFS tasks.
HenryRWinterbottom e8f5138
Resolved pynorms failure.
HenryRWinterbottom 820e510
Update tasks.py
HenryRWinterbottom 9fd7f95
Update workflow/rocoto/gfs_tasks.py
HenryRWinterbottom 939ba37
Corrected pynorm failures.
HenryRWinterbottom 0ec9820
Fixed pynorm exception.
HenryRWinterbottom ffde656
Added TODO at the request of the reviewer.
henrywinterbottom-wxdev 7c0542e
Update workflow/rocoto/gfs_tasks.py
HenryRWinterbottom 9bdd08a
Update workflow/rocoto/gfs_tasks.py
HenryRWinterbottom e732cc1
Update workflow/rocoto/gfs_tasks.py
HenryRWinterbottom 6b7a049
Update workflow/rocoto/gfs_tasks.py
HenryRWinterbottom b9507f9
Merge branch 'NOAA-EMC:develop' into feature/feature/gfsv17_issue_1221
HenryRWinterbottom bc5c490
Corrected dependency.
HenryRWinterbottom 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#! /usr/bin/env bash | ||
|
||
source "${HOMEgfs}/ush/preamble.sh" | ||
|
||
############################################################### | ||
. "${HOMEgfs}/ush/load_fv3gfs_modules.sh" | ||
status=$? | ||
if (( status != 0 )); then exit "${status}"; fi | ||
|
||
export job="fbwinds" | ||
export jobid="${job}.$$" | ||
|
||
# Execute the JJOB | ||
"${HOMEgfs}/jobs/JGFS_ATMOS_FBWINDS" | ||
|
||
status=$? | ||
exit "${status}" |
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
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.
Is this still warranted? Unless the filesystem has hung and not reporting for 2 mins, I think we are good.