-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
For bit-exact restarts, the ice velocity components should be stored in the initial/restart files on the CG grid.
Required steps:
-
TheCGDynamicsKernel
class provides asetCGArray
function to support passing CG data directly to the appropriate dynamics kernelsetData
will accept allModelArray::Type
s. - Add more intelligence to
ma2cg
to deal withH
,DG
andCG
types, rather than assuming everything is H. - Dynamics implementations (
BBMDynamics
&MEVPDynamics
) should return the CG arrays as part of the return data forgetDataPrognostic()
.
The reading and writing of CG arrays by ParaGridIO
should already be supported, but this needs to be checked.
Metadata
Metadata
Assignees
Labels
No labels