- Apr 06, 2023
-
-
Lionel GUEZ authored
Dictionary instead of list, following update of `test_compare.py`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
There is not much point in keeping a separate experience for 2006/1/1-2006/15/1.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We also change the rule on the input value of `n_dates`. Before we could have a finite value of `n_dates` if there was a single slice. Now if we want a finite value of `n_dates` then we have to specify a slice, even if there is only one. This seems clearer.
-
Lionel GUEZ authored
It will change if the user chooses a slice.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because we are going to introduce the choice of a slice in the namelist.
-
Lionel GUEZ authored
There is not much point in keeping a separate experience for 2006/1/1-2006/15/1.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is much too long for completely different files.
-
Lionel GUEZ authored
Apart from the fact that `Global_1993_2021` was obtained with a more recent version of the code, there is not much point in keeping a separate experience for the year 1993.
-
Lionel GUEZ authored
This is useful because, for the year 2021, the last part of Aviso file names varies.
-
- Mar 30, 2023
-
-
Lionel GUEZ authored
Define it inside the function since we only need it here and we already have the argument `first_file`. Simpler and clearer.
-
Lionel GUEZ authored
Clearer and simpler. Also it avoids appending to a previous `timings.txt` file.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The bug comes from commit 1cfed454.
-
- Mar 28, 2023
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
`n_max_cont` is just the maximum number of contours in `cont_list`, and `n_cont` is the actual number.
-
- Mar 27, 2023
-
-
Lionel GUEZ authored
-
- Mar 23, 2023
-
-
Lionel GUEZ authored
Create `cropped.nc` and `unpacked.nc` in the slice directory, so that several processes running `inst_eddies.py` for different slices can run in parallel.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Instead of symbolic links. We want to avoid creating symbolic links above SHPC because we want to run several instances of `inst_eddies` in parallel.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
So that several processes running `inst_eddies` for different slices can run in parallel.
-
Lionel GUEZ authored
So that several processes running `inst_eddies.py` for different slices can run in parallel.
-
Lionel GUEZ authored
So the script can write to a slice other than 0.
-
- Mar 21, 2023
-
-
Lionel GUEZ authored
On second thought, I find the default value confusing. We are reverting commit b328ab6f.
-
Lionel GUEZ authored
Otherwise we can have a line across the globe between two points with longitudes close to -180° and 180°.
-
Lionel GUEZ authored
-
- Mar 16, 2023
-
-
Lionel GUEZ authored
Simpler because that is what the plot command needs.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Mar 15, 2023
-
-
Lionel GUEZ authored
Because we are going to define a function.
-
Lionel GUEZ authored
-