Add aerosol DA capabilities to the C96 atm-snow DA test#2323
Add aerosol DA capabilities to the C96 atm-snow DA test#2323CoryMartin-NOAA wants to merge 10 commits into
Conversation
|
|
||
| if [[ ! -d "${COM_CHEM_HISTORY}" ]]; then mkdir -p "${COM_CHEM_HISTORY}"; fi | ||
|
|
||
| GOCART_OUTPUT_FH=$(seq -s ' ' "${FHMIN}" "6" "${FHMAX}") |
Check warning
Code scanning / shellcheck
GOCART_OUTPUT_FH appears unused. Verify use (or export if used externally).
There was a problem hiding this comment.
@aerorahul I thought I tested this but it seems it doesn't work...
There was a problem hiding this comment.
oh, it's the ensemble fcst, somehow it's treated differently here?
There was a problem hiding this comment.
I think once #2318 is addressed the line here as-is will be fine, but as it stands now, if you run in ATMA mode with an ensemble forecast FHMIN is 3 instead of 0, and then there isn't a gocart file at hour 3.
|
This is in draft, because the ICs and obs need to be moved to the appropriate locations first |
|
@CoryMartin-NOAA I have copied the provided obs into the GDA on Hera: Let me know if you need these synced to Orion or WCOSS2 GDAs. |
|
@KateFriedman-NOAA orion would be great, WCOSS is not necessary at this point (can't even build there!) |
@WalterKolczynski-NOAA Please sync the 20211220 and 20211221 GDA from Hera to Orion. Thanks! |
@CoryMartin-NOAA Are these a new set of ICs or they should overwrite existing ones? |
|
I believe they should overwrite the C96 gdas ICs but we should double check with @aerorahul if they should be overwritten or supplemented (for now) |
|
Dump sync'd to Orion |
|
@CoryMartin-NOAA Getting back to this, apologies for not completing the ICs part. Question, I don't see an enkf folder in your ICs but our current C96C48 set has enkf ICs too: Am I overwriting just the Also, once I pull your ICs in are you testing or shall we test with CI? |
|
@KateFriedman-NOAA we won't have aerosols in the EnKF, so it will just be the GDAS directory. Once pulling those in, please test with CI, it should work, but I can debug if things fail. Let me merge in develop here first since it's been a month. |
|
@CoryMartin-NOAA Sounds good. I've pulled your I saved the prior ones just in case. Confirm this meets your request and we'll sync these ICs to the other platforms and can fire off CI tests. |
|
@KateFriedman-NOAA yes, please do, thanks! |
|
I have synced the ICs to both WCOSS2s. Jet is down for maintenance. @WalterKolczynski-NOAA please sync the updated C96C48 ICs to Orion, thanks! |
|
@CoryMartin-NOAA |
…s_cubed_sphere to fix a typo when printing out the nest grid corner locations NOAA-EMC#2323+Bump urllib3 from 2.2.1 to 2.2.2 in /doc/UsersGuide NOAA-EMC#2329 + Orion changes for switch to new OS - Rocky-9 NOAA-EMC#2336 (NOAA-EMC#2324) * CICE - Adds restart write capability at the end of a run for CICE * FV3 - * atmos_cubed_sphere - Update submodule FV3/atmos_cubed_sphere to fix a typo when printing out the nest grid corner locations * doc/UsersGuide/requirements.txt: Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. * Orion Spack stack modulefile update: Rocky-9 * update detect_machine.sh: hercules
Description
This PR adds in 3DVar JEDI-based aerosol DA to the C96 atm-snow DA CI test.
Also included is a fix to copy the gocart inst_aod files that are hard coded to every 6 hours of the forecast. Thanks to @aerorahul for the help with that.
Things to note:
The B is 'identity', a future PR will likely add a realistic background error to the test.
This requires 1) new obs added to the dump, and 2) modified ICs for this test period (the gfs_ctrl and gfs_data.tile* files, the sfc* files are untouched). Both can be found on Hera at:
/scratch1/NCEPDEV/da/Cory.R.Martin/testdata_aeroor on Orion at:/work2/noaa/da/cmartin/work/feb2024/aero/testdata_aeroResolves #2072
Partially resolves #1821
-->
Type of change
Change characteristics
How has this been tested?
Example:
-->
Checklist