Skip to content
Snippets Groups Projects
  1. Sep 18, 2024
  2. Sep 12, 2024
    • GUEZ Lionel's avatar
      Read periodic in a namelist · 086d52f5
      GUEZ Lionel authored
      Preparing to read a second input variable from stdin in procedure
      `input_ssh`.
      086d52f5
    • 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
      Create files in the current directory · 3a4d2109
      GUEZ Lionel authored
      Create `cropped.nc` and `unpacked.nc` in the current
      directory. Several instances of script `inst_eddies.py` for different
      slices should run in different directories.
      3a4d2109
    • GUEZ Lionel's avatar
      Polish · 76812b2c
      GUEZ Lionel authored
      76812b2c
    • GUEZ Lionel's avatar
      Read `config_nml` from stdin in subroutine config · 1100bbaf
      GUEZ Lionel authored
      We are reverting commit d4d05bc2. It was not true that we needed two
      input fluxes in the Fortran program. `inst_eddies.py` can read the
      file `config_nml.txt` and merge its content to stdin for the Fortran
      program.
      1100bbaf
    • GUEZ Lionel's avatar
      Polish · a6af76a4
      GUEZ Lionel authored
      a6af76a4
    • GUEZ Lionel's avatar
      Add argument `SHPC_dir` to `loop_inst_eddies` · c0189703
      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.
      c0189703
    • 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
  3. Sep 09, 2024
  4. Sep 03, 2024
  5. Dec 21, 2023
  6. Sep 21, 2023
  7. Jun 23, 2023
  8. Apr 26, 2023
  9. Apr 13, 2023
  10. Mar 30, 2023
  11. Mar 23, 2023
  12. Feb 20, 2023
  13. Sep 30, 2022
    • Lionel GUEZ's avatar
      Catch nco exception · eee8fdde
      Lionel GUEZ authored
      So we can print the error message from NCO, which is in standard
      output. This is particularly useful when the longitude range specified
      by xmin, xmax is not valid.
      eee8fdde
    • Lionel GUEZ's avatar
      Polish · 73ad9494
      Lionel GUEZ authored
      73ad9494
  14. Jul 28, 2022
    • Lionel GUEZ's avatar
      Change structure to "Slice_{slice}/{orientation}" · bd07c458
      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.
      bd07c458
  15. Jul 27, 2022
  16. Jul 06, 2022
  17. Mar 23, 2022
  18. Mar 21, 2022
  19. Jan 20, 2022
Loading