-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add run and finalize methods to marine LETKF task #2944
Add run and finalize methods to marine LETKF task #2944
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.
We'll probably have to rearrange things between your PR and mine at some point, but this looks good to me. Thanks for doing this @AndrewEichmann-NOAA .
@@ -82,12 +82,14 @@ declare -rx COM_OCEAN_HISTORY_TMPL=${COM_BASE}'/model/ocean/history' | |||
declare -rx COM_OCEAN_RESTART_TMPL=${COM_BASE}'/model/ocean/restart' | |||
declare -rx COM_OCEAN_INPUT_TMPL=${COM_BASE}'/model/ocean/input' | |||
declare -rx COM_OCEAN_ANALYSIS_TMPL=${COM_BASE}'/analysis/ocean' | |||
declare -rx COM_OCEAN_LETKF_TMPL=${COM_BASE}'/analysis/ocean/letkf' |
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.
What files get written to the letkf directories vs the regular component analysis directories?
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.
These are the analysis files from the LETKF, which are separate from the variational analysis files
CI Failed on Hera in Build# 2
|
Failed due to a system issue with modules we've seen before. Going to restart the test and also get started testing elsewhere since all other tests passed. |
Running in |
CI Passed on Hercules in Build# 3
|
CI Passed on Hera in Build# 4
|
0b3304e
into
NOAA-EMC:develop
Completes LETKF task, adds WCDA CI test Mutually dependent on NOAA-EMC/global-workflow#2944 --------- Co-authored-by: Cory Martin <[email protected]> Co-authored-by: Guillaume Vernieres <[email protected]>
Description
Adds run and finalize methods to marine LETKF task, experiment yaml for gw-ci in GDASApp, workflow additions, removes bugs found on the way, and completes the bulk of the work on LETKF task. Conversion of fields to increments pending.
Partially resolves NOAA-EMC/GDASApp#1091 and NOAA-EMC/GDASApp#1251
Mutual dependency with GDASApp PR NOAA-EMC/GDASApp#1287 and IC fix file issue #2944 (comment)
Type of change
Change characteristics
How has this been tested?
Example:
Checklist