Skip to content

Commit

Permalink
Merge pull request #27 from ggebbie/ggebbie-patch-1
Browse files Browse the repository at this point in the history
Ggebbie patch 1
  • Loading branch information
ggebbie authored Nov 18, 2022
2 parents 0bd3eb1 + d7dd532 commit b9111ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ the order of spline interpolation (`splorder`), a logical argument to force line
# Equations of state
- "EOS80" from UNESCO 1980 (Saunders et al. 1980), following gher-ulg/PhysOcean.jl
- "JMD95" from Jackett and McDougall 1995, following gaelforget/MITgcmTools.jl
- "TEOS10" from IOC et al. 2010, following GibbsSeaWater.jl

# Documentation and tests

Expand All @@ -46,7 +47,7 @@ Compatibility with the built-in tests requires Julia 1.6+.

# Installation

The usual way for a package in the Julia general registry:/
The usual way for a package in the Julia general registry:
`pkg> add IsopycnalSurfaces`

# Setting up project environment
Expand All @@ -64,7 +65,6 @@ Available functions are listed in the documentation [here](https://ggebbie.githu
# Future work:
- Allow 2D or 4D input fields
- Permit input vertical coordinate to be pressure or depth
- Equation of state "TEOS10" from IOC et al. 2010
- Report number of inversions
- Calculate thickness of layers
- Consider GPU support
Expand Down

2 comments on commit b9111ab

@ggebbie
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/72404

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.7 -m "<description of version>" b9111abffd2c86bd54b3ea290781a4fd5e0f8329
git push origin v0.1.7

Please sign in to comment.