Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
    • GUEZ Lionel's avatar
      Write periodic to `grid_nml.txt` · ea297e7e
      GUEZ Lionel authored
      So that the program `eddy_graph` can read it, instead of deducing it
      from the longitude coordinate.
      ea297e7e
    • GUEZ Lionel's avatar
      Read `periodic` in program `inst_eddies` · 12c21b42
      GUEZ Lionel authored
      Instead of deducing it from the longitude coordinate. The deduction
      could not be generalized to a non-uniform longitude-latitude
      grid. Also, the test on `step(1)` and nlon was not perfectly robust.
      12c21b42
    • 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
      Polish · a6af76a4
      GUEZ Lionel authored
      a6af76a4
    • GUEZ Lionel's avatar
      Always read coordinates and create `grid_nml.txt` · d6d22085
      GUEZ Lionel authored
      Always read coordinates from NetCDF file and create `grid_nml.txt`. Do
      not try to read `grid_nml.txt`. Reverting part of commit c4410682. We
      are trying to simplify the logic in program `inst_eddies`.
      d6d22085
    • 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. Jul 06, 2024
  4. Jul 05, 2024
  5. Apr 18, 2023
  6. Mar 23, 2023
  7. Jan 25, 2023
  8. Oct 21, 2022
  9. Jul 27, 2022
    • Lionel GUEZ's avatar
      Remove procedure `write_aux` · c4410682
      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.
      c4410682
    • Lionel GUEZ's avatar
      Polish · 2d0a2f3d
      Lionel GUEZ authored
      2d0a2f3d
    • Lionel GUEZ's avatar
      Extract code into new procedure `input_ssh` · ce9ecb46
      Lionel GUEZ authored
      Extract code from program `inst_eddies` into new procedure `input_ssh`.
      ce9ecb46
Loading