-
- Downloads
Move computation of max-speed contours
Move computation of max-speed contours to `set_all_outerm`. This requires adding dummy arguments u and v to `set_all_outerm`. The motivation is to compute the max-speed contour for each eddy immediately after computing its outermost contour.
Showing
- Inst_eddies/CMakeLists.txt 2 additions, 1 deletionInst_eddies/CMakeLists.txt
- Inst_eddies/Tests/test_set_all_outerm.f90 1 addition, 1 deletionInst_eddies/Tests/test_set_all_outerm.f90
- Inst_eddies/inst_eddies.f90 2 additions, 41 deletionsInst_eddies/inst_eddies.f90
- Inst_eddies/set_all_outerm.f90 36 additions, 4 deletionsInst_eddies/set_all_outerm.f90
Loading