-
- Downloads
Move initialization of shapefiles to a separate procedure,
init_shapefiles. This allows us to have variables for DBF field numbers, as module variables. We avoid the burden of passing this large number of variables as arguments to write_eddy. Safer to have variables for DBF field numbers than relying on the order of those fields. Remove file_list. This was a duplication of information. Use named constant for missing max speed value. It is used in two procedures.
Showing
- GNUmakefile 2 additions, 2 deletionsGNUmakefile
- Tests/test_get_snapshot.f 8 additions, 56 deletionsTests/test_get_snapshot.f
- depend.mk 9 additions, 9 deletionsdepend.mk
- derived_types.f 1 addition, 0 deletionsderived_types.f
- dispatch_snapshot.f 3 additions, 9 deletionsdispatch_snapshot.f
- file_list 0 additions, 27 deletionsfile_list
- get_snapshot.f 2 additions, 2 deletionsget_snapshot.f
- init_shapefiles.f 73 additions, 0 deletionsinit_shapefiles.f
- write_eddy.f 47 additions, 32 deletionswrite_eddy.f
file_list
deleted
100644 → 0
init_shapefiles.f
0 → 100644
Please register or sign in to comment