From 5871c58e57dff34f7faf43678d341d9a2fb1de7c Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Tue, 30 Mar 2021 20:43:02 +0200 Subject: [PATCH] Polish --- Inst_eddies/Documentation_texfol/documentation.tex | 3 +++ Inst_eddies/inst_eddies.py | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Inst_eddies/Documentation_texfol/documentation.tex b/Inst_eddies/Documentation_texfol/documentation.tex index f9e15f2a..9b9bf296 100644 --- a/Inst_eddies/Documentation_texfol/documentation.tex +++ b/Inst_eddies/Documentation_texfol/documentation.tex @@ -958,4 +958,7 @@ namelist par défaut, en interactif : environ 7 mn de temps 2 mn de temps écoulé. Avec gfortran 9 sur Fozzy en mode debug : 17 s. Avec gfortran 9 sur Fozzy en mode release : 8 s. +Révision 789d676, domaine global, 15 dates, avec gfortran 9 sur Fozzy +en mode release : 19 mn. + \end{document} diff --git a/Inst_eddies/inst_eddies.py b/Inst_eddies/inst_eddies.py index 653bc089..20bffb9c 100755 --- a/Inst_eddies/inst_eddies.py +++ b/Inst_eddies/inst_eddies.py @@ -39,6 +39,8 @@ else: last_date = my_date while True: + print("Date:", my_date) + if os.access(nc_file, os.F_OK): if args.bbox: xmin, xmax, ymin, ymax = args.bbox -- GitLab