-
- Downloads
Write area in dbf files in km2 rather than m2. This allows easier
reading and spares some disk space: we can reduce the size of the field from 20 to 14 characters. We do not loose precision with this reduction because the order of magnitude of the area is 1e3 km2 or more so the decimal part of the field was 0. Accordingly, change the are for a null contour from - 1 to - 1e6 m2. Bug fix in program test_set_max_speed. No need for width 20 for field "speed".
Showing
- Documentation_texfol/documentation.tex 11 additions, 40 deletionsDocumentation_texfol/documentation.tex
- Tests/Input/Test_read_eddy/extremum_1.dbf 0 additions, 0 deletionsTests/Input/Test_read_eddy/extremum_1.dbf
- Tests/Input/Test_read_eddy/extremum_1.shp 0 additions, 0 deletionsTests/Input/Test_read_eddy/extremum_1.shp
- Tests/Input/Test_read_eddy/extremum_1.shx 0 additions, 0 deletionsTests/Input/Test_read_eddy/extremum_1.shx
- Tests/Input/Test_read_eddy/max_speed_contour_1.dbf 0 additions, 0 deletionsTests/Input/Test_read_eddy/max_speed_contour_1.dbf
- Tests/Input/Test_read_eddy/max_speed_contour_1.shp 0 additions, 0 deletionsTests/Input/Test_read_eddy/max_speed_contour_1.shp
- Tests/Input/Test_read_eddy/max_speed_contour_1.shx 0 additions, 0 deletionsTests/Input/Test_read_eddy/max_speed_contour_1.shx
- Tests/Input/Test_read_eddy/max_speed_contour_1_old.dbf 0 additions, 0 deletionsTests/Input/Test_read_eddy/max_speed_contour_1_old.dbf
- Tests/Input/Test_read_eddy/outermost_contour_1.dbf 0 additions, 0 deletionsTests/Input/Test_read_eddy/outermost_contour_1.dbf
- Tests/Input/Test_read_eddy/outermost_contour_1.shp 0 additions, 0 deletionsTests/Input/Test_read_eddy/outermost_contour_1.shp
- Tests/Input/Test_read_eddy/outermost_contour_1.shx 0 additions, 0 deletionsTests/Input/Test_read_eddy/outermost_contour_1.shx
- Tests/Input/Test_read_eddy/outermost_contour_1_old.dbf 0 additions, 0 deletionsTests/Input/Test_read_eddy/outermost_contour_1_old.dbf
- Tests/read_eddy.f 2 additions, 2 deletionsTests/read_eddy.f
- Tests/test_set_all_outerm.f 2 additions, 2 deletionsTests/test_set_all_outerm.f
- Tests/test_set_max_speed.f 3 additions, 3 deletionsTests/test_set_max_speed.f
- Tests/tests.json 63 additions, 29 deletionsTests/tests.json
- derived_types.f 1 addition, 1 deletionderived_types.f
- get_1_outerm.f 1 addition, 1 deletionget_1_outerm.f
- init_shapefiles.f 2 additions, 2 deletionsinit_shapefiles.f
- write_eddy.f 2 additions, 2 deletionswrite_eddy.f
Loading
Please register or sign in to comment