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
It is increasingly clear that there should be only one copy of variables in nextSIM-DG, and that should be the copy with the full set of DG components. This will require redesigning how data is held in the model and how it is accessed by the thermodynamics and dynamics components.
The design should met the following requirements:
The use of DGVector in the dynamics is paramount. The speed of the dynamics core is crucial to the execution speed of nextSIM-DG.
There should be minimal changes to the API of ModelArray.
The text was updated successfully, but these errors were encountered:
It is increasingly clear that there should be only one copy of variables in nextSIM-DG, and that should be the copy with the full set of DG components. This will require redesigning how data is held in the model and how it is accessed by the thermodynamics and dynamics components.
The design should met the following requirements:
DGVector
in the dynamics is paramount. The speed of the dynamics core is crucial to the execution speed of nextSIM-DG.The text was updated successfully, but these errors were encountered: