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

Polish

parent 3a11139f
No related branches found
No related tags found
No related merge requests found
......@@ -171,8 +171,9 @@ program inst_eddies
call write_snapshot(list, hshpc_cyclo, hshpc_anti, date)
CALL shpc_close(hshpc_cyclo)
CALL shpc_close(hshpc_anti)
print *, 'inst_eddies: Appended to shapefiles in one slice of ', &
SHPC_dir, '.'
write(unit = *, &
fmt = '("inst_eddies: Appended to shapefiles in ", a, "/Slice_", i0)') &
shpc_dir, slice
call cpu_time(t1)
write(unit, fmt = *) "CPU time for output:", t1 - t0, "s"
close(unit)
......
......@@ -49,7 +49,8 @@ for fname in [args.SSH_file, args.u_file, args.v_file]:
if os.access("inst_eddies_nml.txt", os.R_OK):
print(
"Will use inst_eddies_nml.txt, using date in main_nml as first date..."
"inst_eddies_INALT.py: Will use inst_eddies_nml.txt, using date in "
"main_nml as first date..."
)
else:
sys.exit(
......
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