Remove field cyclone from `extremum.dbf`
We now impose that all eddies in an SHPC have the same orientation. Remove field `extr_cycl` from the derived type shpc and add field cyclone to shpc. When reading an eddy, give it the orientation of its SHPC. Add argument cyclone to procedure `shpc_create`. Create a file `orientation.txt` in each SHPC. When writing an eddy, check that its orientation matches that of the SHPC.
Showing
- Common/derived_types.f90 4 additions, 3 deletionsCommon/derived_types.f90
- Common/read_eddy.f90 1 addition, 3 deletionsCommon/read_eddy.f90
- Common/read_field_indices.f90 0 additions, 2 deletionsCommon/read_field_indices.f90
- Common/shpc_create.f90 19 additions, 3 deletionsCommon/shpc_create.f90
- Common/shpc_open.f90 17 additions, 0 deletionsCommon/shpc_open.f90
- Common/write_eddy.f90 3 additions, 3 deletionsCommon/write_eddy.f90
- Inst_eddies/Tests/test_get_1_outerm.f90 1 addition, 1 deletionInst_eddies/Tests/test_get_1_outerm.f90
- Inst_eddies/Tests/test_set_all_outerm.f90 2 additions, 2 deletionsInst_eddies/Tests/test_set_all_outerm.f90
- Inst_eddies/Tests/test_set_max_speed.f90 1 addition, 1 deletionInst_eddies/Tests/test_set_max_speed.f90
- Inst_eddies/inst_eddies.f90 2 additions, 2 deletionsInst_eddies/inst_eddies.f90
- Overlap/Tests/CMakeLists.txt 1 addition, 1 deletionOverlap/Tests/CMakeLists.txt
- Overlap/Tests/test_overlap.f90 1 addition, 1 deletionOverlap/Tests/test_overlap.f90
- Overlap/Tests/test_read_eddy.f90 1 addition, 1 deletionOverlap/Tests/test_read_eddy.f90
- Overlap/Tests/test_write_overlap.f90 1 addition, 1 deletionOverlap/Tests/test_write_overlap.f90
- Overlap/Tests/write_snapshot.f90 1 addition, 1 deletionOverlap/Tests/write_snapshot.f90
- Overlap/eddy_graph.f90 1 addition, 1 deletionOverlap/eddy_graph.f90
Loading
Please register or sign in to comment