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
{{ message }}
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
There should only be a single forcing group object declaration per core as per #1333. Ocean/develop currently has multiple declarations of forcing group - THIS IS WRONG AND NOT HOW FORCING IS MEANT TO BE USED!. IT WILL NOT WORK WITH THE NEW RESTART SYSTEM. The forcing group object is the head of a linked list of forcing group objects, hence only one needs to be declared.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up @akturner, I misunderstood the implementation of your new forcing changes. Am I correct that issues will occur as soon as we attempt to use two forcing groups in the ocean core?
There should only be a single forcing group object declaration per core as per #1333. Ocean/develop currently has multiple declarations of forcing group - THIS IS WRONG AND NOT HOW FORCING IS MEANT TO BE USED!. IT WILL NOT WORK WITH THE NEW RESTART SYSTEM. The forcing group object is the head of a linked list of forcing group objects, hence only one needs to be declared.
The text was updated successfully, but these errors were encountered: