Skip to content

Commit

Permalink
change date of detection
Browse files Browse the repository at this point in the history
  • Loading branch information
AntSimi committed Nov 20, 2024
1 parent 986f1d7 commit 64da987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/02_eddy_identification/pet_eddy_detection_ACC.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
Two detections are provided : with a filtered ADT and without filtering
"""

from datetime import datetime

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

0 comments on commit 64da987

Please sign in to comment.