From 2d4551871907dcd8f653fcc01672e9893aabab8f Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 17 Jun 2021 19:08:45 +0200 Subject: [PATCH] Polish --- Overlap/eddy_graph.f90 | 2 +- Overlap/eddy_graph_in.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Overlap/eddy_graph.f90 b/Overlap/eddy_graph.f90 index 98db9795..927ef7c5 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 1dd8cf42..c38bb357 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 -- GitLab