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
#419 introduces a new function to make sure the column fractions provided by the GCM for PAR sum to 1 (within 1e-6); when turned on in a C compset testing with the MARBL driver in MOM, we are getting a ton of warnings about 1e-3 off, which is crippling performance.
The PR currently has an lcheck_forcing flag that is false by default, but once we figure out why the C compset fractions aren't adding up we should remove that flag (so we always call the function) and possibly also change the warning to an error.
The text was updated successfully, but these errors were encountered:
#419 introduces a new function to make sure the column fractions provided by the GCM for PAR sum to 1 (within 1e-6); when turned on in a C compset testing with the MARBL driver in MOM, we are getting a ton of warnings about 1e-3 off, which is crippling performance.
The PR currently has an
lcheck_forcing
flag that is false by default, but once we figure out why the C compset fractions aren't adding up we should remove that flag (so we always call the function) and possibly also change the warning to an error.The text was updated successfully, but these errors were encountered: