- Jul 01, 2021
-
-
Lionel GUEZ authored
Thus remove too component interpolated of derived type eddy and component `extr_interp` of derived type shpc.
-
Lionel GUEZ authored
In procedure overlap, write an edge across delta days instead of delta edges across single days. So we do not need procedure `write_overlap` any longer, nor program `test_write_overlap`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Do not try to read attributes of interpolated eddies when reading a graph. Remove option `--interp` of scripts `report_graph.py` and `report_graph_int.py`. Remove argument `read_interp` of function `read_eddy_graph` in both scripts.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
As the namelist is now shorter, it is no longer convenient to write it into a file.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remove tests `Write_overlap_different` and `Write_overlap_shifting`: they are no longer different from test `Write_non_successive_overlap`.
-
Lionel GUEZ authored
This is a big change, a big simplification. Creating interpolated eddies was the way of Alexis Chaigneau. Rémi L. thinks it is no longer useful. So remove procedure `init_interpolated_eddy`; do not create SHPC for interpolated eddies in programs `eddy_graph`, `test_overlap` and `test_write_overlap`; remove argument `hshp_interp` of procedure overlap; remove arguments `hshp_interp`, m, cyclone, `coord_extr_1`, `ssh_extr_1`, `coord_extr_2` and `ssh_extr_2` of procedure `write_overlap`.
-
Lionel GUEZ authored
Consequence of commit 664f62bb.
-
Lionel GUEZ authored
Redefine `k_test_[12]` as date indices (0-based) instead of dates.
-
- Jun 29, 2021
-
-
Lionel GUEZ authored
Follow-up to commit 3b68dd5.
-
Lionel GUEZ authored
Follow-up to commit 3b68dd5. A default value of 0 for k in main program unit `test_get_dispatch_snap` now makes sense.
-
Lionel GUEZ authored
This does not make the code simpler but a little more general, anticipating for example time steps different than one day. In main program unit `eddy_graph` and procedures `dispatch_snapshot` and `read_snapshot`, variable k now refers to the date index, 0-based, instead of the date in days since 1950-1-1. In main program unit `eddy_graph`, add variable d for date. `k_begin`, `k_end` and `k_end_main_loop` also now refer to date indices. We have to pass an additional argument `d_init` to procedure `dispatch_snapshot`. Note that no modification is necessary in procedures `get_snapshot`, `recv_snapshot` and `send_snapshot` although the meaning of k in `get_snapshot` and tag in `recv_snapshot` and `send_snapshot` also changes.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Replace positional argument template by optional argument. This argument is now needed only in case we process several dates, since the first date is now read from the NetCDF file.
-
Lionel GUEZ authored
The script may abort because of wrong arguments. It is better not to have touched anything in that case.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Following commit 4792f83f.
-
Lionel GUEZ authored
To ease use of call with keywords.
-
Lionel GUEZ authored
-
- 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.
-