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

Add header lines

parent d88d54bb
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,10 @@ Ncyclo = sio.loadmat("Parameters_Cyclonic_Eddies_v6.mat", squeeze_me = True,
variable_names = ["Ncyclo"])["Ncyclo"]
n_dates = Nanti.size
n_max = Assoc_eddies_Anti_max["id_child"].shape[0]
print('"predecessor date subscript" "predecessor eddy subscript" '
'"successor date subscript" "successor eddy subscript"')
print("k1 i1 k2 i2")
for k1 in range(n_dates):
print_edgelist("anticyclone",
Assoc_eddies_Anti_max["id_child"][:Nanti[k1], k1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment