- Sep 12, 2024
-
-
GUEZ Lionel authored
Add argument SHPC-dir to script `inst_eddies_Aviso.py`. We want to be able to run `inst_eddies_Aviso` in parallel for several slices. Since we write `used_config_nml.txt` to the current directory, we need to run the parallel instances from different directories. So the current directory cannot always be the directory containing the SHPC to be appended to.
-
GUEZ Lionel authored
Add argument `SHPC_dir` to function `loop_inst_eddies`. We want to be able to run `loop_inst_eddies` in parallel for several slices. Since we write `used_config_nml.txt` to the current directory, we need to run the parallel instances from different directories. So the current directory cannot always be the directory containing the SHPC to be appended to.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
We are trying to simplify the logic in program `inst_eddies`. Also, the program `inst_eddies` should not write `used_config_nml.txt` to the top level of the SHPC directory since several instances could run in parallel for several slices. So we are leaving it as a task for a script over `inst_eddies` to create `used_config_nml.txt` at the top level of the SHPC directory.
-
GUEZ Lionel authored
Do not try to read `used_config_nml.txt`. We are reverting commit d9a67386, trying to simplify the logic in program `inst_eddies`. We consider that using a single configuration for several runs of `inst_eddies` is the problem of a script over `inst_eddies`, not the problem of `inst_eddies`. Drawback: we write again `used_config_nml.txt` in several runs of `inst_eddies`, but this is not important.
-
GUEZ Lionel authored
We want to be able to run `inst_eddies` from a directory other than the directory containing the SHPC to be appended to. Preparing to write `grid_nml.txt` and `used_config_nml.txt` in the current directory. To be able to do this in parallel for several slices, we need to be running in different directories.
-
- Sep 09, 2024
-
-
GUEZ Lionel authored
Makes more sense.
-
GUEZ Lionel authored
So the user can get the usage message more easily.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
In program `examine_eddy`.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Change order of command line arguments of program `examine_eddy`. Preparing to allow a variable number of NetCDF file arguments.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Do not always specify uv-file when it is the same as ssh-file.
-
GUEZ Lionel authored
-
GUEZ Lionel authored
-
GUEZ Lionel authored
Instead of reading command line arguments in procedure `input_ssh`, read them outside and pass file names to `input_ssh`. This allows `input_ssh` to be called by programs with different number of command line arguments, in different positions. Preparing to make the specification of uv-file optional.
-
Reverting part of commit c4410682. We want to extend the program to a non-uniform or non longitude-latitude grid. Checking equality of whole longitude and latitude arrays, one or two-dimensional, seems a little bit too much.
- Sep 03, 2024
-
-
Lionel GUEZ authored
-
- Sep 02, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
- Aug 23, 2024
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
It is now the same as test `Draw_component`.
-
Lionel GUEZ authored
Advantages: no need to provide the JSON file on the command line; single loop on nodes.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Keep trajectory lists inside dictionaries, indexed by trajectory number, instead of lists. This way, we can keep the trajectory numbers when we work on part of the graph, for example in a component.
-
Lionel GUEZ authored
Useless since commit d95e4619.
-
Lionel GUEZ authored
Useless since at least commit bff41cdd.
-
Lionel GUEZ authored
Useless since commit 8e6ce479.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-