fetch4 / GISS-GC

Development repository for GEOS-Chem as an alternative online chemical operator for GISS ModelE2.1
0 stars 0 forks source link

Fix `ij_fcghg` declaration issue #5

Closed jwallwork23 closed 1 month ago

jwallwork23 commented 1 month ago

Closes #4.

Currently, the dev/giss-gc-orig branch only declares ij_fcghg if the ACCMIP_LIKE_DIAGS preprocessor option is defined. However, it is also used under the TRACERS_GC preprocessor option in DEFACC.f. This PR ensures that the array gets declared in both cases.