- Apr 11, 2023
-
-
Lionel GUEZ authored
I had the directories `n_dates_1` and `n_dates_14`, but they did not evolve with the code and there was not much traceability.
-
Lionel GUEZ authored
Write files `grid_nml.txt`, `used_config_nml.txt` and `n_slices.txt`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This will be useful to create `n_dates_1` and `n_dates_14`. It should be faster for this purpose than using the more general script `filter.py`.
-
Lionel GUEZ authored
In function `comp_ishape`, return None instead of crashing if eddy index is greater than max. This allows the script `write_date_range.py` to work with an input SHPC containing a date without eddies.
-
Lionel GUEZ authored
-
- Apr 08, 2023
-
-
Lionel GUEZ authored
Not used since commit cd8df9d2.
-
Lionel GUEZ authored
-
- Apr 07, 2023
-
-
Lionel GUEZ authored
Use method `ishape_range` in function `select_ishapes`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
I do not see the point any longer of that distinction. If the date option is used, we could do some checks on the date but not specifically for the case of a single date in the slice.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
In function `comp_ishape`, check that `eddy_index` is in the right range.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Preparation for a check in `comp_ishape`.
-
- 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.
-