Skip to content
Snippets Groups Projects
Commit a3db1ce5 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 1cfed454
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment