enable atmospheric lgetkf ctests to run in combined and split modes#1262
Conversation
|
@TravisElless-NOAA and @CoryMartin-NOAA , this PR is necessary once g-w PR #2833 is merged into g-w g-w PR #2833 creates the yaml(s) required by the mode in which lgetkf is run. We do this by checking the value of logical When this logical is The same approach is used for JEDI-based DA. When the logical is I retained both the combined observer+solver and separate observe & solver ctests in GDASApp. This is problematic because |
|
Hera tests Install Run g-w CI for C96C48_hybatmDA, C96C48_ufs_hybatmDA, C96C48_hybatmaerosnowDA, and C48mx500_3DVarAOWCDA. All jobs in all cycles of each CI configuration successfully run to completion C96C48_hybatmDA C96C48_ufs_hybatmDA C96C48_hybatmaerosnowDA C48mx500_3DVarAOWCDA |
|
The |
|
@RussTreadon-NOAA would there ever be a scenario where these test get flipped around that would require the |
|
Very good point @TravisElless-NOAA. All three ctests (letkf, obs, sol) now contain a Reran ctest using |
TravisElless-NOAA
left a comment
There was a problem hiding this comment.
Things look good to me. Thanks @RussTreadon-NOAA
|
Thank you @TravisElless-NOAA for your review and approval. |
* origin/develop: Turn on OMA diagnostics after JEDI minimization (NOAA-EMC#1274) Adding AHI and SEVIRI satwnd thinning, enrolling AHI-H9, SEVIRI-M9, SEVIRI-M10 (NOAA-EMC#1263) add ctest to create yaml for lgetkf observer ctest (NOAA-EMC#1272) add soca fix yaml file for 1deg (NOAA-EMC#1270) Fix to marine post and archiving (NOAA-EMC#1266) Add JPSSRR sea-ice product to ioda converter (NOAA-EMC#1259) enable atmospheric lgetkf ctests to run in combined and split modes (NOAA-EMC#1262)
This PR generalizes the atmospheric lgetkf ctests to support the following ctests
test_gdasapp_atm_jjob_ens_letkf- run lgetkf with observer and solvertest_gdasapp_atm_jjob_ens_obs- run lgetkf in observer mode onlytest_gdasapp_atm_jjob_ens_sol- run lgetkf in solver mode onlyThese changes are necessitated by changes in g-w PR #2833.
Resolves #1261