- Nov 12, 2021
-
-
Lionel GUEZ authored
Provide list of input files as arguments of `inst_eddies.py`, following commit 8e0c03e1.
-
Lionel GUEZ authored
For programs `inst_eddies` and `test_get_1_outerm`, following commits 9a59d13 and 9dc139d.
-
Lionel GUEZ authored
Following commit b0e3ce55.
-
Lionel GUEZ authored
As for the program `inst_eddies`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
We want to generalize our possible sources of NetCDF files. We no longer make assumptions of their filenames. And the time step may not be the day so we cannot infer a timestep number from the filename. So we just read a list of files as arguments and we read the first date from standard input. We pass the date to standard input of the Fortran executable.
-
Lionel GUEZ authored
Do not print default namelist, since we no longer enter the namelist on standard input.
-
Lionel GUEZ authored
Read the namelist from a file instead of standard input because now we read `days_1950` from standard input in the main program unit. When `inst_eddies` is called by `inst_eddies.py`, `days_1950` has to be passed at each run of `inst_eddies` by `inst_eddies.py` while the namelist comes from out of `inst_eddies.py`. So we have to separate the two input fluxes.
-
Lionel GUEZ authored
Start generalizing the processing of time: do not read time from NetCDF file. We no longer assume that the time coordinate in the NetCDF file is in days since 1950-1-1 and that the time step between NetCDF files is one day. So the program `inst_eddies` can no longer know what the date is, it just asks it to the user.
-
Lionel GUEZ authored
Following updates of the libraries.
-
Lionel GUEZ authored
The programs in this project do not depend directly on them. If they are secondary dependencies, it is the responsibilty of the primary dependencies to find them.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Oct 22, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Oct 19, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Necessary since commit 6e52178b.
-
Lionel GUEZ authored
Necessary since commit 6e52178b.
-
Lionel GUEZ authored
Necessary since commit d385d60c.
-
Lionel GUEZ authored
Rename variable id_child to part_id_child inside the mat files. This is necessary since commit 6e52178b.
-
- Oct 18, 2021
-
-
Lionel GUEZ authored
-
- Oct 16, 2021
-
-
Lionel GUEZ authored
Following updates of the libraries.
-
Lionel GUEZ authored
-
- Oct 15, 2021
-
-
Lionel GUEZ authored
-
- Oct 12, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Before input of `id_child` because reading `N_eddies` and `date_num` is very quick, while reading `id_child` is long. So we do not waste time if `N_eddies.mat` or `date_num.mat` are missing.
-
Lionel GUEZ authored
The name of the script cannot be the same as the name of a variable in the script.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The name of the script cannot be the same as the name of a variable in the script.
-
- Oct 05, 2021
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
This is now a small part of the conversion to v6 for `overlap_v6.py`, the other part being in `id_child.m`.
-
Lionel GUEZ authored
-
- Sep 27, 2021
-
-
Lionel GUEZ authored
Only three files were left in cmake, not enough to justify a directory.
-
Lionel GUEZ authored
Change of philosophy. We do not force the choice of compiler options from the project, we leave them to the user at configuration. We just need to display a warning for the option `-ffpe-trap=invalid`.
-
- Sep 16, 2021
-
-
Lionel GUEZ authored
This is nicer for the user than waiting for the error because `my_date` is undefined .
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Sep 02, 2021
-
-
Lionel GUEZ authored
Because the node indices do not start at 1 for the second date.
-
Lionel GUEZ authored
-