Skip to content
Snippets Groups Projects
  1. Feb 21, 2023
  2. Jan 25, 2023
    • Lionel GUEZ's avatar
      Write and read new shapefile `extr_proj` · 81fbc3fc
      Lionel GUEZ authored
      We will need this new shapefile in program `eddy_graph` only for a non
      longitude-latitude grid. We add a new dummy argument `grid_lon_lat` to
      procedure `shpc_create` to decide whether we create the shapefile
      `extr_proj`.
      81fbc3fc
  3. Nov 22, 2022
    • Lionel GUEZ's avatar
      Rename program to `test_write_null` · 9f8eac09
      Lionel GUEZ authored
      Rename program `test_write_eddy` to `test_write_null`. Following the
      change of name of the file.
      9f8eac09
    • Lionel GUEZ's avatar
      Rename to `test_write_null.f90` · c7faaba2
      Lionel GUEZ authored
      Rename file `test_write_eddy.f90` to `test_write_null.f90`. The name
      was badly chosen because the program is not a unit test of procedure
      `write_eddy`. In fact, it does not even call `write_eddy`.
      c7faaba2
  4. Oct 14, 2022
    • Lionel GUEZ's avatar
      Move files around · 3289c070
      Lionel GUEZ authored
      We are trying to define clearly the directories and what Fortran files
      they should contain:
      
      - `Inst_eddies`: May only contain program units which make up the
      program `inst_eddies`. If a program unit does not go into
      `inst_eddies`, it should not be here. Not all program units going into
      `inst_eddies` must be here: some could be in directory Common.
      
      - `Inst_eddies/Tests`: Main programs of unit tests for procedures in
      directory `Inst_eddies`. Plus procedures used only in these unit tests.
      
      - `Overlap`: May only contain program units which make up the program
      `eddy_graph`. If a program unit does not go into `eddy_graph`, it
      should not be here. Not all program units going into `eddy_graph` must
      be here: some could be in directory Common.
      
      - `Overlap/Tests`: Main programs of unit tests for procedures in
      directory `Overlap`. Plus procedures used only in these unit tests.
      
      - Common: Procedures that are used in both programs `inst_eddies` and
      `eddy_graph`.
      
      - Common/Tests: Main programs of unit tests for procedures in
      directory `Common`. Plus procedures used only in these unit
      tests. Plus procedures used in unit tests of both `Inst_eddies` and
      `Overlap` directories but not used in either program `inst_eddies` nor
      `eddy_graph`.
      3289c070
  5. Jul 27, 2022
    • Lionel GUEZ's avatar
      Assume "{shpc_dir}/{orientation}/Slice_{slice}" · 789b6dbc
      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`.
      789b6dbc
    • Lionel GUEZ's avatar
      Open with iostat instead of inquiring · 102616e3
      Lionel GUEZ authored
      102616e3
  6. Jul 26, 2022
  7. Apr 01, 2022
Loading