Skip to content

Commit

Permalink
Merge pull request #15 from ocefpaf/release
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
ocefpaf committed Aug 12, 2015
2 parents 808281b + aded30b commit 2f2340f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
---------

Version 0.1.0

* Fixed `get_surface()` that demand all the z points.
* Fixed `get_nearest_water()` to loop over all the points until actually finds
water.
* Added `get_nearest_series()` when finding wanter is not an issue (much faster
than `get_nearest_water()`.

Version 0.0.1

* First release (Factored out from utilities)
13 changes: 11 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,14 @@ TARDIS is a collection of function for iris
TARDIS (Time and Relative Dimension(s) in Space) is module to travel an
`iris <http://scitools.org.uk/iris/docs/latest/index.html>`__ cube.

No docs at the moment...
`Move along... <https://ocefpaf.github.io/python4oceanographers/blog/2015/06/29/tardis/>`__
No docs at the moment... `Move along! <https://ocefpaf.github.io/python4oceanographers/blog/2015/06/29/tardis/>`__

Depending on which model is used, the horizontal coordinate of the output data
may be on a regular, curvilinear, or unstructured (e.g., triangular) grid,
while the vertical coordinate may be on a uniform or stretched grid with a
number of different possibilities (e.g., sigma, sigma-over-z, s-coordinate,
isopycnal). Ocean modelers spend way to much time on data manipulation tasks
just to read the data!!!

Tardis complements the iris cube with some extra methods to make that task
even easier.

0 comments on commit 2f2340f

Please sign in to comment.