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
Compiling GFS_typedefs.F90 with production flags led to problems on systems that had too little memory avaiable (WCOSS). Therefore, a change was introduced recently to compile GFS_typedefs.F90 without optimization. By splitting this file, it should (may?) be possible to remove this workaround.
Solution
Move GFS_interstitial_type from GFS_typedefs.F90 to CCPP_typedefs.F90, because this is where it belongs to: It's an interstitial data type required by CCPP.
Alternatives
Keep as is.
The text was updated successfully, but these errors were encountered:
Description
Compiling
GFS_typedefs.F90
with production flags led to problems on systems that had too little memory avaiable (WCOSS). Therefore, a change was introduced recently to compileGFS_typedefs.F90
without optimization. By splitting this file, it should (may?) be possible to remove this workaround.Solution
Move
GFS_interstitial_type
fromGFS_typedefs.F90
toCCPP_typedefs.F90
, because this is where it belongs to: It's an interstitial data type required by CCPP.Alternatives
Keep as is.
The text was updated successfully, but these errors were encountered: