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 coupled ocean configuration of GEOS exposed a problem when the gcm moved pasted version 10.8
Certain history configuration were crashing when going tripolar to lat-lon. The issue was that History does a MAPL_LocstreamGet call to retrieve the grid names attached to the locstream. In the locstream object these are MAPL_TileNameLength which is 128, but in History the pointer we are passing is size ESMF_MAXSTR which in new ESFM version moved to 256.
History needs to use MAPL_TileNameLength instead when declaring "gnames" that is passed to MAPL_LocstreamGet
The text was updated successfully, but these errors were encountered:
The coupled ocean configuration of GEOS exposed a problem when the gcm moved pasted version 10.8
Certain history configuration were crashing when going tripolar to lat-lon. The issue was that History does a MAPL_LocstreamGet call to retrieve the grid names attached to the locstream. In the locstream object these are MAPL_TileNameLength which is 128, but in History the pointer we are passing is size ESMF_MAXSTR which in new ESFM version moved to 256.
History needs to use MAPL_TileNameLength instead when declaring "gnames" that is passed to MAPL_LocstreamGet
The text was updated successfully, but these errors were encountered: