Skip to content

Commit 775751e

Browse files
author
adelepoulle
committed
merge
2 parents e314212 + 6cf5579 commit 775751e

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# README #
2+
3+
### How do I get set up? ###
4+
5+
To avoid problem with installation, maybe prefer virtual environnement.
6+
7+
* ** pip install cython **
8+
* ** python setup.py install**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
["src/py_eddy_tracker/tools.pyx"],
3131
include_dirs=[numpy.get_include()])],
3232
setup_requires=[
33-
'numpy>=1.9'],
33+
'numpy>=1.8'],
3434
install_requires=[
3535
'numpy>=1.9',
3636
'matplotlib>=1.2.1',

src/py_eddy_tracker/global_tracking.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def create_variable(self, handler_nc, kwargs_variable,
3737

3838
def write_netcdf(self, global_attr):
3939
"""Write a netcdf with eddy
40+
Write eddy property data to tracks.
4041
"""
4142
eddy_size = len(self.eddy.tmp_observations)
4243
filename = '%s_%s.nc' % (self.sign_type, self.date.strftime('%Y%m%d'))

src/scripts/make_eddy_track_CLS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
make_eddy_track_CLS.py
2626
27-
Version 1.4.2
27+
Version 2.0.3
2828
2929
3030
===============================================================================

0 commit comments

Comments
 (0)