From 42031c291bda897adbb666ae5c0b94cb8358c9b2 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ipsl.fr> Date: Fri, 5 Jul 2024 17:27:29 +0200 Subject: [PATCH] Polish --- Inst_eddies/Tests/examine_eddy.f90 | 2 +- Inst_eddies/Tests/short_tests.json | 3 ++- Inst_eddies/Tests/test_get_1_outerm.f90 | 5 +++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Inst_eddies/Tests/examine_eddy.f90 b/Inst_eddies/Tests/examine_eddy.f90 index ba1cd471..a1b56731 100644 --- a/Inst_eddies/Tests/examine_eddy.f90 +++ b/Inst_eddies/Tests/examine_eddy.f90 @@ -3,7 +3,7 @@ program examine_eddy ! For a particular target instantaneous eddy, identified by its ! orientation, date and intra-date eddy index, the program reads in ! an SHPC the coordinates of all the extrema at the target date, and - ! the SSH of the extremum of the target instantaneous eddy. This + ! the SSH of the extremum of the target instantaneous eddy. The ! program also reads SSH, u, v at the target date. ! The program writes: diff --git a/Inst_eddies/Tests/short_tests.json b/Inst_eddies/Tests/short_tests.json index 8c6a7d92..2c5d8bc8 100644 --- a/Inst_eddies/Tests/short_tests.json +++ b/Inst_eddies/Tests/short_tests.json @@ -39,6 +39,7 @@ "The file outside_points created by this test is used in other tests." }, "Get_1_outerm": { + "description": "Target eddy is cyclone number 3 in test Extraction_eddies_region_1_noise.", "input": "&main_nml date = 20454/\n", "symlink": [ @@ -56,7 +57,7 @@ "sel_diff_args": {"exclude": ["n_slices.txt"]} }, "Get_1_outerm_noise_2_8": { - "description": "Assume insufficient amplitude for extrema 2 and 8. Even if extremum 8 does not have a particularly small amplitude, we just want to see the target extremum, 6, grow its outermost contour compared to the case without minimum amplitude.", + "description": "Same as test Get_1_outerm except that we have changed outside points: we have removed cyclone 4 in test Extraction_eddies_region_1_noise. We just want to see the target extremum grow its outermost contour.", "input": "&main_nml date = 20454/\n", "create_file": [ "config_nml.txt", diff --git a/Inst_eddies/Tests/test_get_1_outerm.f90 b/Inst_eddies/Tests/test_get_1_outerm.f90 index be24d88f..86b68a2c 100644 --- a/Inst_eddies/Tests/test_get_1_outerm.f90 +++ b/Inst_eddies/Tests/test_get_1_outerm.f90 @@ -1,5 +1,10 @@ program test_get_1_outerm + ! This program targets an extremum identified by its orientation and + ! its coordinates in projection space. It reads a field of SSH. It + ! writes an SHPC containing a single record, and shapefiles + ! cont_list and cont_list_proj. + ! Libraries: use contour_531, only: polyline, convert_to_ind use jumble, only: csvread, deg_to_rad, rad_to_deg -- GitLab