Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change date of detection
  • Loading branch information
AntSimi committed Nov 20, 2024
commit 64da987230f2bbab6a639c6ade6ad457475903ed
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
Loading