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
…#6134)
Fix MPAS standalone compile issues
These two small changes allow MPAS components to compile in stand-alone
mode. It should not affect E3SM compile or simulations. The fixes are:
* A missing endif was added to the Makefile
* A redundant corelist declaration was removed from mpas.F because it
was added to mpas_subdriver.F in PR Introduce MOAB coupler interfaces
and update moab driver #5979, and the subdriver is used by mpas.F.
These fixes should work for ocean, sea ice, and MALI cores.
Fixes#6133Fixes#6138
[BFB]
The MPAS-Seaice standalone makefile (https://github.com/E3SM-Project/E3SM/blob/master/components/mpas-framework/Makefile) is broken and does not work. It appears there is a missing "endif" on the line after this: https://github.com/E3SM-Project/E3SM/blob/master/components/mpas-framework/Makefile#L630
The text was updated successfully, but these errors were encountered: