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

Polish

parent 74fdc9a2
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ if __name__ == "__main__":
d = SHPC.d_init[0]
else:
if args.date is None:
print("Anticyclones: No date option, plotting first date:",
print("No date option, plotting first date:",
SHPC.d_init[0])
d = SHPC.d_init[0]
else:
......
......@@ -89,7 +89,7 @@ program inst_eddies
call shpc_open(hshpc_anti, shpc_dir = "SHPC", cyclone = .false., &
slice = slice, pszaccess = "rb+")
else
print *, "inst_eddies: Did not find slice, will create it..."
print *, "inst_eddies: Opening failed so we will create a slice..."
call shpc_create(hshpc_cyclo, shpc_dir = "SHPC", cyclone = .true., &
slice = slice)
call shpc_create(hshpc_anti, shpc_dir = "SHPC", cyclone = .false., &
......
......@@ -19,7 +19,6 @@ segments_cost_functions.gt or segments_cost_functions.graphml.
import graph_tool
import time
import json
import math
import report_graph
import util_eddies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment