-
Notifications
You must be signed in to change notification settings - Fork 179
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
GEFS Staging in exglobal_stage_ic #1892
GEFS Staging in exglobal_stage_ic #1892
Conversation
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.
shellcheck found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
1c2b483
to
3fdd4a8
Compare
Please fill in the PR template. |
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.
Didn't read a lot of it carefully because it is going to need a lot of rewriting.
BASE_CPLIC
will also need to be updated on all the machines once I duplicate what I've done on Hera elsewhere.
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
a271675
to
ae3db53
Compare
ae3db53
to
a271675
Compare
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.
some comments
scripts/exglobal_stage_ic.sh
Outdated
rc=$? | ||
(( rc != 0 )) && error_message "${source}" "${target}" "${rc}" | ||
[[ ${rc} -ne 0 ]] && error_message "${src}" "${tgt}" "${rc}" |
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.
why [[ ${rc} -ne 0 ]]
here?
Elsewhere we have (( rc != 0 ))
parm/config/gefs/config.waveinit
Outdated
@@ -0,0 +1,14 @@ | |||
#! /usr/bin/env bash |
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.
Why is this being added? Are we running with waves in GEFS at this point?
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.
we just copy that files from gfs when we were trying to run with wave.
Not sure whey Rocoto is not finding this link to this |
Automated global-workflow Testing Results:
|
Automated global-workflow Testing Results:
|
@aerorahul @WalterKolczynski-NOAA - @jiandewang just pointed out that the IC folders have been moved from the ufscpara and his space on wcoss2. We specifically moved it out of the glopara space on wcoss2 because of our data needs exceeding the space requirements on WCOSS2. Is this intentional? Did you just need us to refactor the space? We'd be happy to work with you on this. We will soon be adding ICs for HR3 and will need to know what the process for this is now. |
Description
Adjusts source paths for forecast-only ICs in support of extension to ensembles. New paths omit the resolution (that is captured by the IC id name) and allow for a member level.
Directories with the reorganized ICs have been added to the three tier-1 machines under glopara space.
Building on this, also adds capability to stage GEFS ICs.
Resolves #911
Type of change
Change characteristics
How has this been tested?
Checklist