Issue with GEOSgcm v12 + ifx 2025.3 + GOCART with OPS Emissions
Open
bug
- Dominant language
- Fortran
- Stars
- 29
- Forks
- 22
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 4
Description
After adding ifx tests to my nightly tests on discover, it was found that the L91-OPS case is failing to run.
I did some investigating and found that it is OPS emissions with Release flags that causes this. It does not seem to affect Debug (which is annoying).
The error is:
Bootstrapping gocart_internal_rst
GOCART::Initialize_ 1006
PHYSICS::Initialize 2163
pe=00017 FAIL at line=01862 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01288 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01123 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01096 GEOS_ChemGridComp.F90 <status=3001>
pe=00017 FAIL at line=01862 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01288 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01123 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01862 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01288 MAPL_Generic.F90 <status=3001>
pe=00017 FAIL at line=01123 MAPL_Generic.F90 <status=3001>
I put in some prints and it seems to be from CO_GridComp so I'm looking there now.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.