File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Documentation On GitHub
1515`v0.2.0 `_ `0.2.0 `_
1616`v0.3.0 `_ `0.3.0 `_
1717`v0.4.0 `_ `0.4.0 `_
18+ `v0.5.0 `_ `0.5.0 `_
1819================ ===============
1920
2021.. _`stable` : ../stable/index.html
@@ -39,3 +40,5 @@ Documentation On GitHub
3940.. _`0.3.0` : https://github.com/MPAS-Dev/geometric_features/tree/0.3.0
4041.. _`v0.4.0` : ../0.4.0/index.html
4142.. _`0.4.0` : https://github.com/MPAS-Dev/geometric_features/tree/0.4.0
43+ .. _`v0.5.0` : ../0.5.0/index.html
44+ .. _`0.5.0` : https://github.com/MPAS-Dev/geometric_features/tree/0.5.0
Original file line number Diff line number Diff line change 1313from geometric_features .utils import write_feature_names_and_tags
1414
1515
16- __version_info__ = (0 , 4 , 0 )
16+ __version_info__ = (0 , 5 , 0 )
1717__version__ = '.' .join (str (vi ) for vi in __version_info__ )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def get_aggregator_by_name(region_group):
5454 'date' : '20210201' ,
5555 'function' : ismip6 },
5656 'MOC Basins' : {'prefix' : 'mocBasins' ,
57- 'date' : '20210331 ' ,
57+ 'date' : '20210623 ' ,
5858 'function' : moc },
5959 'Transport Transects' : {'prefix' : 'transportTransects' ,
6060 'date' : '20210323' ,
Original file line number Diff line number Diff line change @@ -24,12 +24,14 @@ def moc(gf):
2424 # -------
2525 # Xylar Asay-Davis
2626
27- MOCSubBasins = {'Atlantic' : ['Atlantic' , 'Mediterranean' ],
27+ MOCSubBasins = {'Atlantic' : ['Atlantic' ],
28+ 'AtlanticMed' : ['Atlantic' , 'Mediterranean' ],
2829 'IndoPacific' : ['Pacific' , 'Indian' ],
2930 'Pacific' : ['Pacific' ],
3031 'Indian' : ['Indian' ]}
3132
3233 MOCSouthernBoundary = {'Atlantic' : '34S' ,
34+ 'AtlanticMed' : '34S' ,
3335 'IndoPacific' : '34S' ,
3436 'Pacific' : '6S' ,
3537 'Indian' : '6S' }
Original file line number Diff line number Diff line change 11{% set name = "geometric_features" %}
2- {% set version = "0.4 .0" %}
2+ {% set version = "0.5 .0" %}
33{% set build = 0 %}
44
55package :
You can’t perform that action at this time.
0 commit comments