Constructs a `CryoGridSetup` from the given stratigraphy and grid. `arrayproto` keyword arg should be an array instance
(of any arbitrary length, including zero, contents are ignored) that will determine the array type used for all state vectors.
"""
function CryoGridSetup(strat::Stratigraphy,grid::Grid{Edges,<:Numerics.Geometry,<:DistQuantity};arrayproto::AbstractArray=zeros(),observed::Vector{Symbol}=Symbol[])
function CryoGridSetup(strat::Stratigraphy,grid::Grid{Edges,<:Numerics.Geometry,<:DistQuantity};arrayproto::AbstractArray=zeros(),observed::Vector{Symbol}=Symbol[],chunksize=nothing)
pvar_arrays=OrderedDict()
param_arrays=OrderedDict()
layer_metas=OrderedDict()
...
...
@@ -60,7 +60,8 @@ function CryoGridSetup(strat::Stratigraphy, grid::Grid{Edges,<:Numerics.Geometry