1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
package:
name: pynemo
version: "0.1.0"
#source:
# path: ../
# git_url: https://github.com/jdha/PyNEMO
build:
preserve_egg_dir: yes
# number: 0
requirements:
build:
- python
- numpy
- setuptools
- scipy
- netcdf4 >=1.1.9
- matplotlib
- basemap
- thredds_crawler
- seawater
run:
- python
- numpy
- scipy
- netcdf4 >=1.1.9
- matplotlib
- basemap
- thredds_crawler
- seawater
#test:
# files:
# - ../data/grid_C/NNA_R12_bathy_meter_bench.nc
# requires:
# - nose
# imports:
# - nosetests
about:
home: https://github.com/jdha/PyNEMO
license: GPL v3
summary: 'NEMO Regional Configuration Toolbox'