-
Notifications
You must be signed in to change notification settings - Fork 177
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
Populate g-w fix/gdas with GSI static-B files for UFS DA applications #1103
Comments
Pulled into the fix set on Hera (new
Will rsync to the other platforms next. Will need to add this new subfolder into the workflow layer now (add |
Good point, @KateFriedman-NOAA . You are right. Now that g-w maintains jobs and scripts, we need to update
We added a new variable,
Valid values for
Maintaining component jobs and scripts separately from component repos has pros and cons. |
Create g-w branch |
Also need to incorporate the relevant In your example you appear to have replaced the hardcoded An example NLN line where
^ this is just an example for the files coming from staged Will also need to add Would you like my assistance making fix version updates in |
Thank, @KateFriedman-NOAA , for offering to make the |
Okie dokie, make me a reviewer on the PR and I'll check the updates. Thanks! |
Thank you, @KateFriedman-NOAA , for catching my error. I updated the comment. |
Hmm, this is messy. I need to take a step back and rethink how to cleanly and consistently toggle between various background error configurations for UFS DA in both GDASApp and g-w. What I have now works well in GDASApp. It's clumsy in g-w. |
…ources in UFS DA variational analysis script (#1103)
Test GDASApp issue #166 points out that UFS DA The identity staticb is less computationally intensive. As such |
Description
GMAO added the ability to use the GSI background error covariance file (staticb) in JEDI applications. GDASApp issue #166 adds the use of the GSI staticb to the GDASApp.
Requirements
In order to use GSI staticb in
fv3jedi_var.x
from g-w we need to populate the g-w gdas fix directory with the gsibec fix directory. Below are the source and target directories and action to take on each machine.Hera
SRCDIR=/scratch1/NCEPDEV/da/Cory.R.Martin/GDASApp/fix/gsibec
TARGET=/scratch1/NCEPDEV/global/glopara/fix/gdas
cp -rp $SRCDIR $TARGET/
Orion
SRCDIR=/work2/noaa/da/cmartin/GDASApp/fix/gsibec
TARGET=/work/noaa/global/glopara/fix/gdas
cp -rp $SRCDIR $TARGET/
Acceptance Criteria (Definition of Done)
This issue can be closed when the gsibec fix directory is copied to the g-w gdas fix directory as described above.
Dependencies
None
The text was updated successfully, but these errors were encountered: