forked from mom-ocean/MOM6
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove references to Fortran 2018 features
The database client interface code used assumed rank notation introduced in Fortran 2018 to avoid needing to duplicate intefaces for 1-7 dimensional arrays. However, MOM6 ostensibly accept only up to Fortran 2008 features and moreover, the inclusion of this new language feature breaks compilation by PGI. This is overcome by changing the declaration to assumed size. For the purposes of compatability with SmartRedis, this change is still consistent with the implementations of the affected routines.
- Loading branch information
Showing
2 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters