Updates for Gaea C6 following OS upgrade#4110
Conversation
|
Local testing on C6 is underway. |
a5bd3e3 to
0dc9310
Compare
|
C6 may not be fully stable yet. When running |
|
The following change allowed me to run a C1152 forecast: |
|
Launching a |
|
@RussTreadon-NOAA It looks like some updates may be required to the workflow for the updated GDASApp hash. The 2025-10-06 11:39:11,846 - DEBUG - marine_bmat : ( <pygfs.task.marine_bmat.MarineBMat object at 0x1495811db710> )
Traceback (most recent call last):
File "/gpfs/f6/drsa-hurr1/scratch/David.Huber/GW/gw_upd_ss/scripts/exglobal_marinebmat.py", line 23, in <module>
marineBMat.finalize()
File "/gpfs/f6/drsa-hurr1/scratch/David.Huber/GW/gw_upd_ss/sorc/wxflow/src/wxflow/logger.py", line 252, in wrapper
retval = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/gpfs/f6/drsa-hurr1/scratch/David.Huber/GW/gw_upd_ss/ush/python/pygfs/task/marine_bmat.py", line 217, in finalize
os.rename(os.path.join(self.task_config.DATAstaticb, f"ocn.bkgerr_stddev.incr.{self.task_config.MARINE_WINDOW_END_ISO}.nc"),
FileNotFoundError: [Errno 2] No such file or directory: '/gpfs/f6/drsa-precip4/world-shared/David.Huber/RUNDIRS/C96C48mx500_S2SW_cyc_gfs_4110/gdas.2021122018/marineanalysis.2021122018/staticb/ocn.bkgerr_stddev.incr.2021-12-20T21:00:00Z.nc' -> '/gpfs/f6/drsa-precip4/world-shared/David.Huber/RUNDIRS/C96C48mx500_S2SW_cyc_gfs_4110/gdas.2021122018/marineanalysis.2021122018/staticb/ocn.bkgerr_stddev.nc'Looking in the Is there perhaps a |
|
@DavidHuber-NOAA : Yes, GDASApp |
|
Ah, thanks @RussTreadon-NOAA. I'll review that PR and help it move through the process. |
|
@DavidHuber-NOAA - Have you ran the CI on this? I'm still having trouble at C1152mx025 for the marineanlvar - I've tried adding more nodes, I've tried adding more MPI tasks. @guillaumevernieres is looking at things too. Curious if you have any suggestions. |
|
@JessicaMeixner-NOAA I am running this locally on C6 now. |
|
All tests passed on C6 except |
|
Awesome! Thank you @DavidHuber-NOAA I think @guillaumevernieres traced back the error I was seeing to an insitu obs issues. |
|
@aerorahul @RussTreadon-NOAA noting that this PR bumps the GDASApp hash, it should probably be tested on additional platforms, but given that this will restore C6 use, I would like to expedite this PR. Can we test develop after the merge on Ursa/WCOSS2? |
JessicaMeixner-NOAA
left a comment
There was a problem hiding this comment.
Thank you @DavidHuber-NOAA
|
I'm fine with updating the I am currently running g-w CI on Cactus. So far, so good. |
|
Thanks @RussTreadon-NOAA. Based on that knowledge, I am going to go ahead and merge. |
…into feature/adjust_tasks_per_node_layout * 'develop' of github.com:NOAA-EPIC/global-workflow-cloud: Ctest case updates (NOAA-EMC#4118) Consolidate load_*_modules scripts into a generic load_modules.sh script (NOAA-EMC#4126) Updates for Gaea C6 following OS upgrade (NOAA-EMC#4110)
…NOAA-EPIC/global-workflow-cloud into feature/use_container_spack-stack-1.9.2 * 'feature/use_container_spack-stack-1.9.2' of github.com:NOAA-EPIC/global-workflow-cloud: remove env/*.container testing on AWS no need to save to repo, as it is a link add PYCMD merge develop change in Consolidate JEDI-based atmospheric analysis task configuration YAMLs and create new Analysis class (NOAA-EMC#4080) Ctest case updates (NOAA-EMC#4118) using PYCMD fix archive script Consolidate load_*_modules scripts into a generic load_modules.sh script (NOAA-EMC#4126) Updates for Gaea C6 following OS upgrade (NOAA-EMC#4110) combine few scripts to decrease numbers reverse to GW repo code, and new way to handle jobs scripts Correct parametric and ensemble background error statistics filenames in marine DA (NOAA-EMC#4120)
Description
This PR will hold all updates needed for Gaea C6 following the OS upgrade last week. So far, only one module file needs to be updated. Full testing will start shortly to determine if any other issues need to be addressed.
Resolves #4102
Type of change
Change characteristics
How has this been tested?
Will test a full suite on C6
Checklist