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 default value of MIN_SALINITY is now zero and this is causing MOM to abort in fully-coupled situations because of negative salinity - what's causing the salinity to be negative remains to be determined. The solution in the meantime is to set MIN_SALINITY = 1.0E-06 for B cases.
The text was updated successfully, but these errors were encountered:
The default value of MIN_SALINITY is now zero and this is causing MOM to abort in fully-coupled situations because of negative salinity - what's causing the salinity to be negative remains to be determined. The solution in the meantime is to set
MIN_SALINITY = 1.0E-06
for B cases.The text was updated successfully, but these errors were encountered: