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.
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:
I put in some prints and it seems to be from
CO_GridCompso I'm looking there now.