Skip to content

Commit

Permalink
Don't advertize prefix kwarg for decode_vertical_coords
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherian committed Apr 2, 2022
1 parent 062f9d0 commit 244cc26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/parametricz.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ romsds.cf.decode_vertical_coords(outnames={'s_rho': 'z_rho'}) # adds new z_rho
romsds.z_rho
```

The prefix `"z"` can be controlled but the suffix `_rho` is copied from `s_rho`.
```{code-cell}
romsds.cf.decode_vertical_coords(prefix="foo")
romsds.foo_rho
```

## Formula terms

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

0 comments on commit 244cc26

Please sign in to comment.