Skip to content

Commit 244cc26

Browse files
committed
Don't advertize prefix kwarg for decode_vertical_coords
1 parent 062f9d0 commit 244cc26

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/parametricz.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ romsds.cf.decode_vertical_coords(outnames={'s_rho': 'z_rho'}) # adds new z_rho
3737
romsds.z_rho
3838
```
3939

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-
4640
## Formula terms
4741

4842
To see whether decoding is possible, use the {py:attr}`Dataset.cf.formula_terms` attribute

0 commit comments

Comments
 (0)