Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Ocean model is incorrectly using forcing #1454

Open
akturner opened this issue Nov 15, 2017 · 2 comments
Open

Ocean model is incorrectly using forcing #1454

akturner opened this issue Nov 15, 2017 · 2 comments

Comments

@akturner
Copy link
Contributor

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.

@vanroekel
Copy link
Contributor

vanroekel commented Nov 15, 2017

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?

@akturner
Copy link
Contributor Author

@vanroekel: Hi Luke, yes, more than one forcing group declaration will not work with the restarts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants