-
- Downloads
Add TAGS rule in `CMakeLists.txt`. Do not rely on external
`settings.mk` in GNUmakefile. Bug fix in procedure `dispatch_snapshot`: an isolated eddy is a valid eddy. In script `plot_snapshot.py`, in function snaphot, replace argument ax with argument `new_figure` so the user does not have to call figure and `axes(projection = projection)`. Add argument light to function snapshot so we can call snapshot with light set to False for a second snapshot. Add a test to only read `h.nc` when we need it. In script `read_overlap.py`, print more information: number of nodes, number of edges, number of nodes with at least one successor, number of nodes with at least one predecessor, splitting events, merging events. In script `stat.py`, use the convention that shapefiles are grouped in a directory instead of identifying a set of shapefiles by the end of their basename. In main program `test_successive_overlap`, we know that `delta_in` for snapshot 1 and `delta_out` for snapshot 2 are `huge(0)` so do not test this. Print eddy identifiers in a single line. Add the printing of identifiers of isolated eddies.
Showing
- Analysis/plot_snapshot.py 25 additions, 16 deletionsAnalysis/plot_snapshot.py
- Analysis/read_overlap.py 20 additions, 1 deletionAnalysis/read_overlap.py
- Analysis/stat.py 5 additions, 6 deletionsAnalysis/stat.py
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- Documentation_texfol/documentation.tex 7 additions, 7 deletionsDocumentation_texfol/documentation.tex
- GNUmakefile 70 additions, 2 deletionsGNUmakefile
- Tests/test_successive_overlap.f90 32 additions, 13 deletionsTests/test_successive_overlap.f90
- candidate_overlap.f90 3 additions, 0 deletionscandidate_overlap.f90
- dispatch_snapshot.f90 3 additions, 2 deletionsdispatch_snapshot.f90
Please register or sign in to comment