Skip to content

Commit 3bd98b2

Browse files
authored
Add missing method in seaice_drift.py (#4161)
1 parent 1f75115 commit 3bd98b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

esmvaltool/diag_scripts/seaice_drift/seaice_drift.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,9 @@ def dependencies(self):
631631
"""Return a dict mapping from constructor names to coordinates."""
632632
return {"lat": self.lat, "lon": self.lon}
633633

634+
def _calculate_array(self):
635+
pass
636+
634637
def _derive(self, lat, lon):
635638
def in_polygon(lat, lon):
636639
"""Check if point is inside polygon."""

0 commit comments

Comments
 (0)