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

Polish

parent b7fb328f
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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",
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment