multimodemodel.StaggeredGrid.cartesian_c_grid#
- classmethod StaggeredGrid.cartesian_c_grid(shift=GridShift.LL, **grid_kwargs)[source]#
Generate a Cartesian Arakawa C-Grid.
- Parameters:
shift (
GridShift, defaultGridShift.LL) – Direction of shift of staggered grids with respect to the eta-grid. SeeGridShiftfor more details.**grid_kwargs (
dict[str,Any]) – Keyword arguments are passed toGrid.cartesian()to create the eta subgrid, i.e. the grid of the box centeroids.
- Returns: