- Oct 14, 2022
-
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Remove dummy arguments nlon, nlat, corner, step of procedure `read_snapshot`, use module variables instead. Note that we keep copy as a dummy argument instead of using the variable of module `config_graph_m`, because we want the procedure `read_snapshot` to be usable outside of the `eddy_graph` program.
-
Lionel GUEZ authored
Remove dummy arguments nlon, nlat, periodic, `dist_lim` of procedure `overlap`, use module variables instead.
-
- Sep 30, 2022
-
-
Lionel GUEZ authored
-
- Jul 28, 2022
-
-
Lionel GUEZ authored
Changing my mind. In an SHPC, store shapefiles in "Slice_{slice}/{orientation}" instead of "{orientation}/Slice_{slice}". Two reasons: easier to store accessory files from running `inst_eddies`, such as `perf_report` and output from Torque submission script; clearer that a slice should contain the same dates for both orientations.
-
- Jul 27, 2022
-
-
Lionel GUEZ authored
Call `write_snapshot` from `save_snapshot` instead of `write_eddy` directly.
-
Lionel GUEZ authored
Remove procedure `write_aux`. Write to `ishape_last.txt` in procedure `write_snapshot` and write `grid_nml` in procedure `input_ssh`. In `input_ssh`, if `grid_nml.txt` already exists, check consistency with input NetCDF files. Downgrade dummy arguments `corner_deg` and `step_deg` of `input_ssh` to local variables. Read and write `grid_nml` at SHPC level, only one file for both orientations and all slices.
-
Lionel GUEZ authored
Assume that a slice is in a directory "{shpc_dir}/{orientation}/Slice_{slice}" where shpc_dir can be any name, orientation is "Anticyclones" or "Cyclones" and slice is an integer. Do not read or create any longer a file "orientation.txt" in the slice directory. Add procedure `get_slice_dir`. Add dummy arguments cyclone and slice to procedure `shpc_open`. Add dummy argument slice to procedure `shpc_create`.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
-
Lionel GUEZ authored
The bug existed since commit 627df958.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Define two variables `hshp_in` and `hshp_out` to avoid aliases in arguments of `shpc_create`. I have encountered a run which crashed there.
-
Lionel GUEZ authored
-
Lionel GUEZ authored
Rename procedure `write_snapshot` to `save_snapshot`.
-
Lionel GUEZ authored
Move `Common/write_snapshot.f90` to `Overlap/Tests/save_snapshot.f90`.
-
- Jul 26, 2022
-
-
Lionel GUEZ authored
Split derived type `shpc_slice_handler` into `shpc_slice_handler` and `shpc_slice_meta out`. Do not mix what is necessary to open, create and close, analogous to a logical unit, with what comes from reading the files.
-
Lionel GUEZ authored
Because we are going to use it in `Inst_eddies` too.
-
Lionel GUEZ authored
Create component `unit` for `ishape_last.txt` in derived type `shpc_slice_handler`. Open, create and close `ishape_last.txt` at the same time we open, create and close the shapefiles. So we use `read_opcol` instead of `read_column` when we need to read `ishape_last.txt`.
-
Lionel GUEZ authored
-
- Jul 25, 2022
-
-
Lionel GUEZ authored
We are more clearly separating opening files and reading from them.
-
- Jul 05, 2022
-
-
Lionel GUEZ authored
Use `e_overestim.txt` instead of `node_id_param.json`. Since commit 43d2eff6, we wrote only `e_overestim` to the JSon file. Simpler to write the value alone in a text file.
-
Lionel GUEZ authored
Option should have been updated in commit e35226da.
-
Lionel GUEZ authored
Bad names from commit c45cd728.
-
- Jul 04, 2022
-
-
Lionel GUEZ authored
Following renaming of script.
-
Lionel GUEZ authored
-
- Apr 29, 2022
-
-
Lionel GUEZ authored
Add tests for a case where the speed is not defined on a whole segment.
-
- Apr 28, 2022
-
-
Lionel GUEZ authored
-
- Apr 22, 2022
-
-
Lionel GUEZ authored
-
- Apr 19, 2022
-
-
Lionel GUEZ authored
Add a test that is going through `is_node_type` with an integer label.
-
- Apr 14, 2022
-
-
Lionel GUEZ authored
-
- Apr 06, 2022
-
-
Lionel GUEZ authored
Following update of `test_compare.py`.
-
- Jan 31, 2022
-
-
Lionel GUEZ authored
-
- Jan 26, 2022
-
-
Lionel GUEZ authored
-
- Jan 25, 2022
-
-
Lionel GUEZ authored
-
- Jan 21, 2022
-
-
Lionel GUEZ authored
Use the env keyword of `test_compare.py` rather than setting env on the command line. This seems a little clearer and it allows us to remove the stdout line in the test description. The possibility to add env was added to `test_compare.py` in commit 4964d767 of the `Test_compare` repository, after replacing mpiexec by `$mpiexec` in `eddy_graph.sh`, in commit 850efa4b of the present repository.
-
- Jan 20, 2022
-
-
Lionel GUEZ authored
-
- Jan 18, 2022
-
-
Lionel GUEZ authored
In particular for several SHPC.
-
Lionel GUEZ authored
Generalize `test_read_snapshot` to accept several SHPC onthe command line.
-