- Jun 28, 2021
-
-
Lionel GUEZ authored
-
- Jun 25, 2021
-
-
Lionel GUEZ authored
Even for a run with a single MPI process, otherwise execution will not work on some systems (jean-zay).
-
Lionel GUEZ authored
Replace `/proju/lmd-oce/data/AVISO/DT_2018/2006/01` by `$large_input_dir`.
-
Lionel GUEZ authored
-
- Jun 22, 2021
-
-
Lionel GUEZ authored
Move the definition of colors out of the loop on shapes, since the orientation is now the same for all shapes.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of `Inst_eddies_5`, which no longer exists because we now create separate SHPC for each orientation.
-
Lionel GUEZ authored
Clearer for the user.
-
Lionel GUEZ authored
`h_region_1.nc` is no longer in the repository, since commit d023fd3f.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This SHPC was made with an old version of `inst_eddies`: it contained cyclones and anticyclones output together. We create a test `Region_6` instead.
-
Lionel GUEZ authored
The orientation is no longer a DBF field.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of `d_init`, `ishape_last` and `reader_extr`.
-
Lionel GUEZ authored
Instead of readers. Preparing for extension to receive orientation.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of `readers_all`.
-
Lionel GUEZ authored
Instead of several pieces of it. Clearer and more concise.
-
Lionel GUEZ authored
Instead of several values of the handler dictionary. Clearer and more concise.
-
Lionel GUEZ authored
Instead of tuple. Preparing for extensions to return orientation and to deal with several SHPC.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because variables in `grid_nml` should be all defined in the input file.
-
Lionel GUEZ authored
With separated orientations.
-
Lionel GUEZ authored
Since `Inst_eddies_loop` is in the same series of tests as `Nearby_extr`, take it from `$PWD` rather than `$tests_old_dir`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
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.
-
Lionel GUEZ authored
Rename triplet to collection, `shp_tr` to shpc, shpt to shpc in comments, identifiers and file names.
-
Lionel GUEZ authored
Do not specify the orientation as a command line argument of `report_graph_int.py`. As in commit 292305e.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
For test `Report_graph_cyclo`.
-
Lionel GUEZ authored
Do not specify the orientation as a command line argument of `report_graph.py`. We are reverting commit 0ca2da8c because now edgelists and SHPC for interpolated eddies are normally in separate directories, and edgelist is normally just `edgelist.csv`.
-
Lionel GUEZ authored
We are reverting commit b926e1b7 because now there are two SHPC input directories for visible eddies, two SHPC for interpolated eddies and edgelists in differents directories for the two orientations. Handling the command line arguments would be awkward.
-
- Jun 17, 2021
-
-
Lionel GUEZ authored
This SHPC was made with an old version of `inst_eddies`: it contains cyclones and anticyclones output together. We use `$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates` instead. See also commits 488d5c08 and 8ed324ff.
-
Lionel GUEZ authored
Make it 15 days long because we want to use it in place of `Overlap/Tests/Input/Region_2_SHPC`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because variables in `grid_nml` should be all defined in the input file.
-
Lionel GUEZ authored
-