- Jul 23, 2018
-
-
Lionel GUEZ authored
Stdin to Input. Two input dir provided for in tests.json: $input_dir and $large_input_dir. Rename everywhere variable nearby_extr to outside_points to avoid confusion with function nearby_extr. Rename file "nearby_extr.csv" to "outside_points.csv". In procedure nearby_extr, include in the selection extrema with different sign, even if they do not have sufficient amplitude. Bug fix in read_eddy: use the value of read attribute to define e%interpolated.
-
Lionel GUEZ authored
-
- Jul 19, 2018
-
-
Lionel GUEZ authored
-
- Jul 17, 2018
-
-
Lionel GUEZ authored
Bug fix in test_set_max_speed: forgot conversion to rad.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
set_all_outerm and in get_snapshot.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
define a selection of extrema. Then get their coordinates. This prepares the way for a more complex selection: taking cylonicity into account.
-
- Jul 13, 2018
-
-
Lionel GUEZ authored
procedure get_snapshot. The idea is that, in this branch, nearby_extr will eventually include extrema depending not only on them having sufficient amplitude but also on their cyclonicity. Both pieces of information cannot be simply encoded in extr_map. The downside is that we compute needlessly nearby_extr if e%radius4 == 1 in set_max_speed.
-
Lionel GUEZ authored
set_max_speed. Abandon the computation with pack_indices, this was supposed to give the same result than the computation with argwhere but be faster if not any(extr_map) < 0. I was not sure of that. I abandon that because I want to eventually remove the coding of sufficient amplitude in extr_map.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
procedure set_all_outerm. The idea is that, in this branch, nearby_extr will eventually include extrema depending not only on them having sufficient amplitude but also on their cyclonicity. Both pieces of information cannot be simply encoded in extr_map.
-
- Jul 02, 2018
-
- Jun 27, 2018
-
-
Lionel GUEZ authored
-
- Jun 22, 2018
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Jun 20, 2018
-
-
Lionel GUEZ authored
-
- May 22, 2018
-
-
Lionel GUEZ authored
title lines in "edgelist_1.csv". Add python script reading "edgelist_1.csv" into a NetworkX graph.
-
- May 17, 2018
-
-
Lionel GUEZ authored
GPC_F and GPC must be used.
-
- May 03, 2018
-
-
Lionel GUEZ authored
read_snapshot, assert that there is no duplicate tuple in s%ind_extr. Since we are not sure of that, we must use a do construct and not a forall in order to define s%extr_map. Bug fix in program test_local_extrema: support missing values. Add corresponding test. Output s%ind_extr in program test_read_snapshot.
-
- May 02, 2018
-
-
Lionel GUEZ authored
be useful for testing successive_overlap.
-
- Apr 19, 2018
-
-
Lionel GUEZ authored
for upcoming procedure read_snapshot. Bug fix in procedure rossby_number: e%speed_cont could be null.
-
- Apr 16, 2018
-
-
Lionel GUEZ authored
multi-polygon. This is a useful test because, in successive_overlap, the intersection of two polygons may give a multi-polygon.
-
Lionel GUEZ authored
specifying polygon in source code.
-
- Apr 12, 2018
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Apr 06, 2018
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
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.
-
- Apr 05, 2018
-
-
Lionel GUEZ authored
to 1e4, safer too.
-
Lionel GUEZ authored
src_test_get_snapshot. Move field speed from DBF file max_speed_contour to DBF file extremum because it can be associated to either the contour in outermost_contour or in max_speed_contour.
-
- Mar 30, 2018
-
-
Lionel GUEZ authored
instead of defining the component ssh to the ssh of the extremum or to the ssh of the outermost contour, use a missing value flag (1e4). Also, when radius4 >= 2 and the max speed contour is the outermost contour, use missing value flag in the ssh component of max speed contour instead of ssh on outermost contour. This makes clearer output. Add function null_ssh_contour. In procedure get_1_outerm, simplify the comparison of level_try and level_good. So we do not need any longer the dummy argument ssh_extremum.
-
- Mar 29, 2018
-
-
Lionel GUEZ authored
of local variable radius in procedure set_max_speed. Add corresponding column in outermost_contour DBF file. This is just a diagnostic of the workings of get_snapshot. Clearer to have this output than having special meaning in components ssh and area of speed_cont.
-
- Mar 26, 2018
-
-
Lionel GUEZ authored
weight. So, in procedure set_max_speed, in case radius equals 1, set e%max_speed to the speed on the outermost contour instead of zero. In procedure set_max_speed, in case the highest speed is on the outermost contour, set e%speed_cont%polyline to null_polyline instead of e%out_cont%polyline. This saves main memory and there is less copying to do. speed_cont can now be null even if max_speed is not zero so change test for null shape in procedure write_eddy. It appears that the shapelib C library cannot write a NaN value to a dbf file, so write 1e4 instead. Bug fix in plot_snapshot.py.
-
- Mar 22, 2018
-
-
Lionel GUEZ authored
-
- Mar 20, 2018
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-