mom-ocean / FMS

GFDL's Flexible Modeling System: This is a fork for use with the MOM5 model.
Other
2 stars 1 forks source link

Add missing commits from MOM5 repo #9

Closed aidanheerdegen closed 2 months ago

aidanheerdegen commented 2 months ago

There were some commits added directly to the MOM5 repo src/shared sub-directory as part of other PRs.

https://github.com/mom-ocean/MOM5/pull/351

https://github.com/mom-ocean/MOM5/pull/361

This was a mistake, and to fix it these commits will be added to this FMS fork and then incorporated back into the MOM5 repo with a proper subtree update.

The changes in this commit are fairly innocuous. For the most part they remove non-standard and superfluous pre-processor comments on #endif commands.

There are also a couple of changes to support FORTRAN90 use mpi syntax in later versions of GCC, and to allow the use of a BOZ literal in a variable initialisation.