Skip to content

Commit 7b7b649

Browse files
committed
ugosa, vgosa => is anomalies replace by ugos and vgos
1 parent 8a21bdc commit 7b7b649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ h = RegularGridDataset(grid_name, lon_name, lat_name)
153153
h.bessel_high_filter('adt', 500, order=3)
154154
date = datetime(2019, 2, 23)
155155
a, c = h.eddy_identification(
156-
'adt', 'ugosa', 'vgosa', # Variable to use for identification
156+
'adt', 'ugos', 'vgos', # Variable to use for identification
157157
date, # Date of identification
158158
0.002, # step between two isolines of detection (m)
159159
pixel_limit=(5, 2000), # Min and max of pixel can be include in contour
@@ -184,4 +184,4 @@ with Dataset(date.strftime('share/Anticyclonic_%Y%m%d.nc'), 'w') as h:
184184
a.to_netcdf(h)
185185
with Dataset(date.strftime('share/Cyclonic_%Y%m%d.nc'), 'w') as h:
186186
c.to_netcdf(h)
187-
```
187+
```

0 commit comments

Comments
 (0)