Open akturner opened 7 years ago
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?
@vanroekel: Hi Luke, yes, more than one forcing group declaration will not work with the restarts
There should only be a single forcing group object declaration per core as per https://github.com/MPAS-Dev/MPAS/pull/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.