Do not use a second, 0-based, date index
We are reverting commit e48b7f7e. I think I did not really appreciate then that the number of days since 1950-1-1 is another date index. It is clearer to use just one date index, which is in the dbf files. So, in effect, we replace everywhere the old 0-based date index k by `k - d_init`. Note that we no longer need argument `d_init` for procedure `dispatch_snapshot` and we no longer need to write `d_init` to file `node_id_param.json`. Note also that the value of every node index changes by the amount `d_init * e_overestim`.
Showing
- Common/read_snapshot.f90 6 additions, 7 deletionsCommon/read_snapshot.f90
- Inst_eddies/Tests/test_nearby_extr.f90 1 addition, 1 deletionInst_eddies/Tests/test_nearby_extr.f90
- Overlap/Tests/Input/NSO_delta_in.txt 1 addition, 1 deletionOverlap/Tests/Input/NSO_delta_in.txt
- Overlap/Tests/Input/successive_overlap_periodic_in.txt 1 addition, 1 deletionOverlap/Tests/Input/successive_overlap_periodic_in.txt
- Overlap/Tests/short_tests.json 12 additions, 12 deletionsOverlap/Tests/short_tests.json
- Overlap/Tests/test_get_dispatch_snap.f90 5 additions, 6 deletionsOverlap/Tests/test_get_dispatch_snap.f90
- Overlap/Tests/test_overlap.f90 3 additions, 4 deletionsOverlap/Tests/test_overlap.f90
- Overlap/Tests/test_read_snapshot.f90 1 addition, 1 deletionOverlap/Tests/test_read_snapshot.f90
- Overlap/Tests/test_send_recv.f90 3 additions, 3 deletionsOverlap/Tests/test_send_recv.f90
- Overlap/dispatch_snapshot.f90 5 additions, 8 deletionsOverlap/dispatch_snapshot.f90
- Overlap/eddy_graph.f90 8 additions, 9 deletionsOverlap/eddy_graph.f90
- Overlap/overlap.f90 1 addition, 1 deletionOverlap/overlap.f90
- Overlap/report_graph.py 9 additions, 13 deletionsOverlap/report_graph.py
Loading