From a3db1ce57285b06f784fed25bae7a9b697647e79 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 23 Mar 2023 16:58:46 +0100 Subject: [PATCH] Polish --- Inst_eddies/inst_eddies.py.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Inst_eddies/inst_eddies.py.in b/Inst_eddies/inst_eddies.py.in index 02a878a2..695104ff 100644 --- a/Inst_eddies/inst_eddies.py.in +++ b/Inst_eddies/inst_eddies.py.in @@ -47,6 +47,8 @@ def loop_inst_eddies(files, bbox, d, my_slice): writer = csv.writer(perf_report, lineterminator = "\n") writer.writerow(["", "s", "s"]) # units writer.writerow(["date", "elapsed NCO", "elapsed Fortran"]) # long names + + # Short names (without blanks): writer.writerow(["date", "elapsed_NCO", "elapsed_Fortran"]) for nc_file in files: -- GitLab