We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144f9b1 commit 2ba0d84Copy full SHA for 2ba0d84
src/parcels/_core/utils/sgrid.py
@@ -213,6 +213,13 @@ def to_attrs(self) -> dict[str, str | int]:
213
214
@dataclass
215
class DimDimPadding:
216
+ """A data class representing a dimension-dimension-padding triplet for SGrid metadata.
217
+
218
+ This triplet can represent different relations depending on context within the standard
219
+ Fr exampel - for "face_dimensions" this can show the relation between an edge (dim1) and a node
220
+ (dim2).
221
+ """
222
223
dim1: str
224
dim2: str
225
padding: Padding
0 commit comments