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
We are trying to use GOTM turbulence library in MPAS-Ocean (See this PR MPAS-Dev/MPAS-Model#704). But the use of spacing in the following line causes an error when building with PGI -- spacing doesn't seem to be supported in initialization in PGI (see more details in the discussion near the end of the above PR of MPAS-Ocean).
We are trying to use GOTM turbulence library in MPAS-Ocean (See this PR MPAS-Dev/MPAS-Model#704). But the use of
spacing
in the following line causes an error when building with PGI --spacing
doesn't seem to be supported in initialization in PGI (see more details in the discussion near the end of the above PR of MPAS-Ocean).flexout/src/field_manager.F90
Line 44 in 66535b1
As suggested by @mark-petersen, changing this line to
seems to fix this. So I'd like to check with you if it makes sense to make this change in flexout? @bolding @jornbr
The text was updated successfully, but these errors were encountered: