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
Added the ability to detect and handle multiline parameter specifications that
are longer than INPUT_STR_LENGTH after the lines have been concatenated. Many
instances where character strings are set to length INPUT_STR_LENGTH are
replaced by param_file_type%max_line_len. This commit partially addresses MOM6
issue NOAA-EMC#75. All answers and output are bitwise identical in cases that worked
previously, but there is a new element in the publicly visible param_file_type,
and some cases where there had previously been errors due to very long input
specification may now work.
GFDL updated their main branch on 20210914 (see detail at https://github.com/NOAA-GFDL/MOM6/pull/1491). EMC will need to update repository correspondingly.
The text was updated successfully, but these errors were encountered: