Remove "outermost_possible_level.f", not used since commit
0ce6b1b4. Write extr_map in test_read_snapshot since extr_map has been defined. So create a procedure write_extr_map because now we want to write extr_map both in test_local_extrema and in test_read_snapshot. Preparing to take into account periodicity in successive_overlap: add argument periodic to read_snapshot and extend s%extr_map in longitude if periodic. In program extraction_eddies, constraint on max_radius(1) is necessary only if periodic. Make read_snapshot more general: add argument step. In procedure get_snapshot, remove definition of s%number_eddies because this is already done in read_snapshot. Promote dist_lim from local constant of successive_overlap to constant of module successive_overlap_m because we need it in read_snapshot (and test_successive_overlap and test_read_snapshot).
Showing
- Documentation_texfol/documentation.tex 12 additions, 17 deletionsDocumentation_texfol/documentation.tex
- GNUmakefile 8 additions, 9 deletionsGNUmakefile
- Tests/read_snapshot.f 21 additions, 12 deletionsTests/read_snapshot.f
- Tests/short_tests.json 2 additions, 16 deletionsTests/short_tests.json
- Tests/test_local_extrema.f 10 additions, 35 deletionsTests/test_local_extrema.f
- Tests/test_read_snapshot.f 19 additions, 4 deletionsTests/test_read_snapshot.f
- Tests/test_successive_overlap.f 14 additions, 4 deletionsTests/test_successive_overlap.f
- Tests/write_extr_map.f 49 additions, 0 deletionsTests/write_extr_map.f
- depend.mk 3 additions, 3 deletionsdepend.mk
- derived_types.f 4 additions, 4 deletionsderived_types.f
- extraction_eddies.f 2 additions, 1 deletionextraction_eddies.f
- get_snapshot.f 9 additions, 5 deletionsget_snapshot.f
- local_extrema.f 12 additions, 6 deletionslocal_extrema.f
- set_all_outerm.f 8 additions, 0 deletionsset_all_outerm.f
- successive_overlap.f 4 additions, 4 deletionssuccessive_overlap.f
Loading