Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a-urq committed Mar 1, 2024
1 parent fba5e16 commit f22fb4f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ calc_ecape_parcel(p, z, T, Td, u, v, True, entrainment_switch=True, origin_tempe
calc_ecape_parcel(p, z, T, Td, u, v, True, entrainment_switch=True, origin_temperature=305 * units('degK'), origin_dewpoint=300 * units('degK'), origin_pressure=70000 * units('Pa'), origin_height=3000 * units('m'))

# Uses a custom mixed layer depth of 50 hPa
calc_ecape_parcel(p, z, T, Td, u, v, True, entrainment_switch=True, mixed_layer_depth_height = 50 * units('hPa'))
calc_ecape_parcel(p, z, T, Td, u, v, True, entrainment_switch=True, mixed_layer_depth_pressure = 50 * units('hPa'))

# Uses a custom mixed layer depth of 500 m
calc_ecape_parcel(p, z, T, Td, u, v, True, entrainment_switch=True, mixed_layer_depth_height = 500 * units('m'))
Expand Down
Binary file not shown.
Binary file added dist/ecape_parcel-1.2.0.1.tar.gz
Binary file not shown.
Binary file removed dist/ecape_parcel-1.2.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ecape_parcel/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Amelia Urquhart <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = '1.2.0'
__version__ = '1.2.0.1'

0 comments on commit f22fb4f

Please sign in to comment.