diff --git a/Overlap/eddy_graph.f90 b/Overlap/eddy_graph.f90 index 98db9795d1e8e1091fd149bb76ac59a2f204abad..927ef7c5de539ff94351e52f86640140b72db24a 100644 --- a/Overlap/eddy_graph.f90 +++ b/Overlap/eddy_graph.f90 @@ -52,7 +52,7 @@ program eddy_graph logical periodic ! grid is periodic in longitude integer, allocatable:: ishape_last(:) - ! shape index (0-based) in the triplet of shapefiles of the last + ! shape index (0-based) in the collection of shapefiles of the last ! shape at a given date index integer unit_isolated, unit_number_eddies, unit diff --git a/Overlap/eddy_graph_in.sh b/Overlap/eddy_graph_in.sh index 1dd8cf427b61f20f9cef53f35aef788ec0073bdf..c38bb357a94f274a5604e38cd25c67ad767f4608 100755 --- a/Overlap/eddy_graph_in.sh +++ b/Overlap/eddy_graph_in.sh @@ -42,7 +42,7 @@ do ((rank += 1)) done -# Sort for easier comparison between runs: +# Sort the edge list for easier comparison between runs: export LC_NUMERIC=C # for the sort command