Skip to content

Commit 64da987

Browse files
committed
change date of detection
1 parent 986f1d7 commit 64da987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/02_eddy_identification/pet_eddy_detection_ACC.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
Two detections are provided : with a filtered ADT and without filtering
88
99
"""
10+
1011
from datetime import datetime
1112

1213
from matplotlib import pyplot as plt, style
@@ -80,7 +81,7 @@ def set_fancy_labels(fig, ticklabelsize=14, labelsize=14, labelweight="semibold"
8081
# Identification
8182
# ^^^^^^^^^^^^^^
8283
# Run the identification step with slices of 2 mm
83-
date = datetime(2016, 5, 15)
84+
date = datetime(2019, 2, 23)
8485
kw_ident = dict(
8586
date=date, step=0.002, shape_error=70, sampling=30, uname="u", vname="v"
8687
)

0 commit comments

Comments
 (0)