/xgcm-sgrid

Team repository for xgcm-sgrid

Primary LanguagePython

Helpful links

XGCM discussions on SGRID:

Sample S-Grid Data Sources

Presentation_Link:

Pseudocode & discussion

Analysing grid.face_dimensions

  • List of FACE_NAME: NODE_NAME (padding: PADDING)
  • Each entry becomes an axis in xGCM

e.g.

node_dimensions: MC NC
face_dimensions: M:MC (padding: low) N:NC (padding: low)

Mapping SGRID padding to position

Given that SGRID face centre corresponds to an xGCM cell centre:

  • none -> outer
  • both -> inner
  • low -> right
  • high -> left

Compare: