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
The Makefile uses 'git describe' to record the version of the code in netCDF output files generated by MPAS. However, this appears to only be correct if 'make clean' is run. If that code was previously compiled and then a different git hash is checked out or committed, the version recorded by MPAS is not updated. This makes this provenance information unreliable.