You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the advent of GOCART2G it was found that while you can compile GEOS-GOCART2G with GNU, you cannot run it. The first error (outside of an issue in MAPL), is in GEOSachem_GridComp:
At line 1562 of file /discover/swdev/mathomp4/Models/GEOSgcm-feature-geos-v10.17.6-gocart2g-v2.0.0-GNU/GEOSgcm/src/Components/@GEOSgcm_GridComp/GEOSagcm_GridComp/GEOSphysics_GridComp/@GEOSch
em_GridComp/GEOSachem_GridComp/GEOS_AChemGridCompMod.F90
Fortran runtime error: Array bound mismatch for dimension 1 of array 'f_day_time' (6/0)
Now, while @pcolarco did change Achem (and @adarmenov as the comment is "Updated to latest physics from Anton and Pete") the code around here seems pretty stable with current develop. So my guess is AChem has never run with GNU!
@tclune and I took a look and we didn't see anything super obvious. It did look like this:
With the advent of GOCART2G it was found that while you can compile GEOS-GOCART2G with GNU, you cannot run it. The first error (outside of an issue in MAPL), is in GEOSachem_GridComp:
This is:
GEOSchem_GridComp/GEOSachem_GridComp/GEOS_AChemGridCompMod.F90
Lines 1560 to 1565 in f30f465
Now, while @pcolarco did change Achem (and @adarmenov as the comment is "Updated to latest physics from Anton and Pete") the code around here seems pretty stable with current
develop
. So my guess is AChem has never run with GNU!@tclune and I took a look and we didn't see anything super obvious. It did look like this:
GEOSchem_GridComp/GEOSachem_GridComp/GEOS_AChemGridCompMod.F90
Lines 1501 to 1513 in f30f465
was a difference from
develop
:GEOSchem_GridComp/GEOSachem_GridComp/GEOS_AChemGridCompMod.F90
Lines 1021 to 1034 in 7eb783d
Not sure.
The text was updated successfully, but these errors were encountered: