-
Notifications
You must be signed in to change notification settings - Fork 62
[rrfs-mpas-jedi] Replace JEDI obs offline domain check with a JEDI Polygon Check pre-filter.
#1293
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
base: rrfs-mpas-jedi
Are you sure you want to change the base?
Changes from 8 commits
6f120c1
ee1e546
4a84e9b
04b8376
07ebfa0
eac7d17
3bc9699
e5e16ce
45fa8f0
51f7884
3f6456a
a983a4e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -136,10 +136,16 @@ | |
| ;; | ||
| esac | ||
|
|
||
| if ( grep -E '\*POLY' jedivar.yaml > /dev/null ) ; then | ||
| cp jedivar.yaml no_polygon_jedivar.yaml | ||
| ${USHrrfs}/yamlify_domain_edge.py -g "invariant.nc" -i '' > polygon.yaml | ||
| cat polygon.yaml no_polygon_jedivar.yaml > jedivar.yaml | ||
| fi | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SamuelTrahanNOAA Thanks for getting this ready for retro testing.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps we can do this?
A side-effect of the automatic generation fallback is to give you the polygon boundary file you need to put in parm/
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will test your branch and then talk further with you on this. Thanks! |
||
|
|
||
| if [[ ${start_type} == "warm" ]] || [[ ${start_type} == "cold" && ${COLDSTART_CYCS_DO_DA^^} == "TRUE" ]]; then | ||
| # run mpasjedi_variational.x | ||
| #export OOPS_TRACE=1 | ||
| #export OOPS_DEBUG=1 | ||
| export OOPS_TRACE=1 | ||
| export OOPS_DEBUG=1 | ||
| export OMP_NUM_THREADS=1 | ||
|
|
||
| source prep_step | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.