Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
    • GUEZ Lionel's avatar
      Use `uniform_lon_lat` from modules · 8243946a
      GUEZ Lionel authored
      Use `uniform_lon_lat` from modules `input_ssh_m` or `read_grid_m` to
      compute actual argument of `shpc_create`.
      8243946a
    • GUEZ Lionel's avatar
      Replace `grid_lon_lat` by `with_proj` · 76f029aa
      GUEZ Lionel authored
      Replace dummy argument `grid_lon_lat` of procedure `shpc_create` by
      `with_proj`.
      76f029aa
    • GUEZ Lionel's avatar
      Specify whether to read `extr_proj` in `shpc_open` · 00080fd7
      GUEZ Lionel authored
      Specify whether to read shapefile `extr_proj` in procedure `shpc_open`
      instead of just trying to read this shapefile. Use `uniform_lon_lat`
      to decide whether to read the shapefile. As `shpc_open` is called in
      both programs `inst_eddies` and `eddy_graph`, we cannot access
      variable `uniform_lon_lat` of module `input_ssh_m`, which is not used
      in program `eddy_graph`, nor variable `uniform_lon_lat` of module
      `read_grid_m`, which is not used in program `inst_eddies`. So we add a
      dummy argument `with_proj` to procedure `shpc_open`.
      00080fd7
    • GUEZ Lionel's avatar
      Promote `step` to variable of module `input_ssh_m` · bb4980b6
      GUEZ Lionel authored
      I did not like the difference of treatment between corner and step.
      bb4980b6
    • GUEZ Lionel's avatar
      Write `grid_nml.txt` to current directory · 8eadc458
      GUEZ Lionel authored
      We are trying to simplify the logic in program `inst_eddies`. Also,
      the program `inst_eddies` should not write `grid_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 above `inst_eddies` to create `grid_nml.txt` at the top level
      of the SHPC directory. In tests, we have to move `grid_nml.txt` to
      SHPC because we use `SHPC/grid_nml.txt` in other tests.
    • GUEZ Lionel's avatar
      Write `used_config_nml.txt` to current directory · 4157fa1e
      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.
      4157fa1e
    • GUEZ Lionel's avatar
      Add argument SHPC-dir to program `inst_eddies` · 0cfe5b01
      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.
      0cfe5b01
  2. Sep 09, 2024
  3. Aug 23, 2024
    • Lionel GUEZ's avatar
      Do not use type snapshot in program `inst_eddies` · 70fbeb95
      Lionel GUEZ authored
      This was not useful since we do not need an array of snapshots in
      `inst_eddies`. It is clearer without the integration in a snapshot
      variable. The integration in a snapshot variable came from initial
      commit, when there was only one program for detection of instantaneous
      eddies and overlapping.
      70fbeb95
  4. Jul 19, 2024
  5. Jul 06, 2024
  6. Jul 05, 2024
  7. Jun 23, 2023
  8. Jun 01, 2023
  9. May 26, 2023
  10. May 25, 2023
  11. May 11, 2023
  12. Apr 18, 2023
  13. Apr 17, 2023
Loading