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

Polish

parent 32ad120a
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
"""This script replaces the directories SHPC_cyclo and SHPC_anti and
the file perf_report.csv.
"""
import argparse
import datetime
......@@ -46,6 +50,7 @@ writer.writerow(["date", "elapsed NCO", "elapsed Fortran"])
for nc_file in args.file:
print("inst_eddies.py: Date:", d)
print("Input file:", nc_file)
if os.access(nc_file, os.F_OK):
my_pc = time.perf_counter()
......
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