Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chpolste committed Apr 12, 2024
1 parent 06eb776 commit 425e1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/general.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ The following names for data fields are recognized by the xarray interface:
- ``ks``

Overrides can be provided for nonconforming data in any function of the xarray interface that accepts a `names` argument.
E.g., if a pressure coordinate is called ´´isobarticInhPa´´ instead of ´´level´´, use an override (based on the override name from the tables above):
E.g., if a pressure coordinate is called ``isobaricInhPa`` instead of ``level``, use an override (based on the override name from the tables above):

>>> rwguide.xarray.pvgradient.potential_temperature_isob(..., names={ "iosb": "isobaricInhPa" })
>>> rwguide.xarray.pvgradient.potential_temperature_isob(..., names={ "isob": "isobaricInhPa" })


Vectorization
Expand Down

0 comments on commit 425e1ba

Please sign in to comment.