-
- Downloads
Create procedure set_max_speed (with a large part coming from removed
procedure get_eddy), with corresponding test. Take into account the fact that derived type polygon became polyline in library Contour_531. Use new procedure null_polyline from library Contour_531. Correct a sneaky bug in mean_speed: the last point in the polygon array is a duplicate of the first point, do not take the last point into account when averaging (and interpolating). Discovered this bug because the mean speed was not exactly the same for equivalent polygons with circular permutation. Change philosophy for the tests: read whole NetCDF variables, prepare different NetCDF files for different geographical regions if needed; read all data from file or namelist; read names of files on command line. Use generic test_program.sh (which is out of this project) instead of the specific tests_detection_eddies.sh.
Showing
- GNUmakefile 7 additions, 3 deletionsGNUmakefile
- Sources/Tests/test_get_eddy.f 0 additions, 97 deletionsSources/Tests/test_get_eddy.f
- Sources/Tests/test_good_contour.f 2 additions, 2 deletionsSources/Tests/test_good_contour.f
- Sources/Tests/test_mean_speed.f 41 additions, 13 deletionsSources/Tests/test_mean_speed.f
- Sources/Tests/test_mean_speed.py 26 additions, 20 deletionsSources/Tests/test_mean_speed.py
- Sources/Tests/test_set_max_speed.f 134 additions, 0 deletionsSources/Tests/test_set_max_speed.f
- Sources/Tests/tests_detection_eddies.sh 0 additions, 61 deletionsSources/Tests/tests_detection_eddies.sh
- Sources/derived_types.f 4 additions, 3 deletionsSources/derived_types.f
- Sources/get_eddy.f 0 additions, 92 deletionsSources/get_eddy.f
- Sources/good_contour.f 5 additions, 7 deletionsSources/good_contour.f
- Sources/mean_speed.f 12 additions, 7 deletionsSources/mean_speed.f
- Sources/set_max_speed.f 96 additions, 0 deletionsSources/set_max_speed.f
- Sources/set_outermost_contour.f 8 additions, 8 deletionsSources/set_outermost_contour.f
- Sources/spherical_polygon_area.f 2 additions, 2 deletionsSources/spherical_polygon_area.f
- depend.mk 2 additions, 0 deletionsdepend.mk
- file_list 2 additions, 0 deletionsfile_list
Loading
Please register or sign in to comment