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 062f9d0 commit 244cc26Copy full SHA for 244cc26
doc/parametricz.md
@@ -37,12 +37,6 @@ romsds.cf.decode_vertical_coords(outnames={'s_rho': 'z_rho'}) # adds new z_rho
37
romsds.z_rho
38
```
39
40
-The prefix `"z"` can be controlled but the suffix `_rho` is copied from `s_rho`.
41
-```{code-cell}
42
-romsds.cf.decode_vertical_coords(prefix="foo")
43
-romsds.foo_rho
44
-```
45
-
46
## Formula terms
47
48
To see whether decoding is possible, use the {py:attr}`Dataset.cf.formula_terms` attribute
0 commit comments