From 4842fcdb57d198c2636bb354e3c98d05c4dcd85d Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Fri, 2 Jun 2023 23:50:00 +0200 Subject: [PATCH] Print `coord_proj` of the target extremum Since it is not in the shapefiles. --- Inst_eddies/Tests/examine_eddy.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/Inst_eddies/Tests/examine_eddy.f90 b/Inst_eddies/Tests/examine_eddy.f90 index 871e3c2e..cbda5878 100644 --- a/Inst_eddies/Tests/examine_eddy.f90 +++ b/Inst_eddies/Tests/examine_eddy.f90 @@ -186,6 +186,7 @@ program examine_eddy end do print *, "e%innermost_level = ", e%innermost_level + print *, "e%extr%coord_proj = ", e%extr%coord_proj print *, "Created shapefile cont_list and shapefile collection SHPC." end program examine_eddy -- GitLab