- Oct 23, 2024
-
-
GUEZ Lionel authored
Symbolic links in the Aviso `All_SymbolicLinks` directory point to absolute paths so they do not work (I think) if we choose to mount the Aviso directory through sshfs.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
- Oct 11, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
We want to add the possibility to choose a date in the slice. Note that the script was created when there was only a single date in the collection of shapefiles, and the script did not really change since then.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Preparing to add an optional argument.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Preparing the option to save the figures.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
- Oct 10, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Rename dummy arguments `hshpc_(cyclo|anti)` to `h_(cyclo|anti)`. They are not SHPC handlers, they are oriented slice handlers.
-
GUEZ Lionel authored
It is not an SHPC handler, it is an oriented slice handler.
-
- Oct 03, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Rename function `process_1_file` to `process_1_date`.
-
GUEZ Lionel authored
-
- Sep 26, 2024
-
-
GUEZ Lionel authored
In method `__init__` of class `SHPC_class`. As a consequence, we remove the dummy argument `def_orient` of `__init__`.
-
- Sep 25, 2024
-
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Read date from `date_range.txt` in program `inst_eddies` and update date in `date_range.txt`at the end of execution of program `inst_eddies`, remove date from the namelist `main_nml`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Preparing to use a second unit.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Move file `shpc_create.f90` to directory `Common/Tests`. `shpc_create` is no longer used in program `inst_eddies` since commit dc51b1bd.
-
GUEZ Lionel authored
Rename procedure `get_slice_dir` to `get_ori_slice_dir`.
-
- Sep 24, 2024
-
-
GUEZ Lionel authored
Rename type `shpc_slice_handler` to `ori_slice_handler`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
This is a change in the format of an SHPC. I have realized that the program `inst_eddies` may not find any eddy at a given date and orientation (as in the test `No_eddy`), so we cannot guarantee that the first date present in the shapefiles corresponds to the first line in `ishape_lat.txt`. So we store the initial date explicitly in a text file. We could deduce the final date from the initial date and the number of lines in `ishape_lat.txt` but we can avoid counting the lines and just store the date range.
-
GUEZ Lionel authored
Else the output of `subprocess.run` comes before the print statements in the script.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Clarifying the logic: the Fortran program only appends to an already created SHPC slice.
-
GUEZ Lionel authored
Use `create_slice.py` in tests of program `inst_eddies`. The namelists then have to be written to a file, to be read both by `create_slice.py` and by the program `inst_eddies`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
The program `test_mean_speed` no longer needs the SHPC directory since commit 8eadc458.
-