From 4d47715b7694a1d7ee6ca165e43a9e4a32b370ed Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 13 Jul 2023 13:58:39 +0200 Subject: [PATCH] Polish --- Common/util_eddies.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Common/util_eddies.py b/Common/util_eddies.py index a663117d..abf98881 100644 --- a/Common/util_eddies.py +++ b/Common/util_eddies.py @@ -7,6 +7,11 @@ import bisect import os class SHPC_class: + """We are assuming that eddies are indexed from 1, without jump, for + each date. + + """ + def __init__(self, SHPC_dir, def_orient): """def_orient, for default orientation, is used to define d_init and n_dates. Since we are going to open files, we might as -- GitLab