- May 19, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Because we want to use the module parser from dateutil.
-
Lionel GUEZ authored
This is more robust: the default value of `max_radius_deg` remains reasonable when we use input files with different resolutions.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
I do not see a better way than to ask the user to provide the template of basename as an additional argument. We cannot do as in `Convert_Matlab/inst_eddies_v6.py`, that is try a list of templates, because here the file names could be anything.
-
Lionel GUEZ authored
So we no longer have to create a symbolic link when we run `inst_eddies.py`.
-
Lionel GUEZ authored
Preparing for configuration of location of binary executable.
-
Lionel GUEZ authored
-
- May 17, 2021
-
-
Lionel GUEZ authored
Much simpler and more robust. This should also ease submitting the script to a batch scheduler. And we can now check the return code of Matlab.
-
Lionel GUEZ authored
Take advantage of version 2019 of Matlab now available on Ciclad, which has option `-batch`. This clears the output and opens the way to subprocess instead of `pty.spawn`.
-
- May 11, 2021
-
-
Lionel GUEZ authored
I have found that that, with `LC_NUMERIC=fr_FR.UTF-8`, sort on edglist does not work on Ciclad, which has sort version `8.4`. This would be because of blank as thousands separator.
-
- Apr 30, 2021
-
-
Lionel GUEZ authored
-
- Apr 29, 2021
-
-
Lionel GUEZ authored
So we do not risk loading `adt_v6.mat` from a previous iteration if Matlab fails in the current iteration.
-
Lionel GUEZ authored
This is useful when we run the script through batch scheduling.
-
Lionel GUEZ authored
It is not enough to parse the input file name and extract the date because, when we process other dates, we have to construct file names in the same format. So do not use `parser.parse` for the input file name, try various formats and remember the one that works.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Apr 03, 2021
-
-
Lionel GUEZ authored
Method poly of shapefile writer requires a list of lists, not a list of numpy arrays. This bug goes unnoticed in pyshp `2.1.0` but raises an exception with pyshp `2.1.3`.
-
- Apr 02, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is an almost-duplicate file of `report_graph.int`: the difference is that it processes an edgelist with nodes identified by node index, instead of date and eddy index. We could make `report_graph.py` more general instead, but that would degrade its clarity. Let us just have this almost duplicate file, pending a decision on the format of edgelist. Move functions `node_to_date_eddy` and `date_eddy_to_node` from `convert_id.py` to `report_graph_int.py`, where they are used.
-
Lionel GUEZ authored
Revert part of commit dfb78dbc. Motivation: being able to use `plot_eddy_contours.py` on results from Matlab.
-
- Mar 30, 2021
-
-
Lionel GUEZ authored
Change of terminology: date subscript to date or days since 1950.
-
Lionel GUEZ authored
Do not print arrays.
-
Lionel GUEZ authored
`cropped.nc` does not exist if not `args.bbox`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We need to update this input directory because of the change of DBF field `date_index` to `days_1950`.
-
- Mar 24, 2021
-
-
Lionel GUEZ authored
Multiple bug fixes. New version of `TAGS.cmake` imported from the repository LMDZE.
-
Lionel GUEZ authored
Update required following commit 05dd4fc1.
-
Lionel GUEZ authored
Following the update of `Region_6_SHP_triplet` in commit ecfaaa91.
-
Lionel GUEZ authored
Better to check this before the creation of all the temporary files and links, so the user does not have to clean them up before running again.
-
Lionel GUEZ authored
Following update of libraries: NetCDF-Fortran is private in NetCDF95 and MPI-Fortran is private in EZMPI.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
k would be for date index rather than number of days since 1950-1-1.
-
Lionel GUEZ authored
We need to update this input directory because of the change of DBF field `date_index` to `days_1950`.
-
Lionel GUEZ authored
We need to update this input directory because of the change of DBF field `date_index` to `days_1950`.
-