Skip to content
Snippets Groups Projects
  1. Nov 12, 2021
  2. Oct 16, 2021
  3. Oct 15, 2021
  4. Jul 19, 2021
    • Lionel GUEZ's avatar
      Take advantage of fortrangis installation by cmake · 90198c8d
      Lionel GUEZ authored
      Note that programs `test_max_speed_contour_ssh` and `test_weight`
      depend on fortranGIS through the module derived_types. Compilation
      worked without linking to fortranGIS because objects used by
      `test_max_speed_contour_ssh` and `test_weight` in
      derived types do not use fortranGIS.
      90198c8d
    • Lionel GUEZ's avatar
      Append to shapefiles if they exist · a537f56b
      Lionel GUEZ authored
      Instead of creating them. Motivation: avoid time spent concatenating
      shapefiles in `inst_eddies.py`. This concatenation time, on Ciclad, is
      of the same order of magnitude as the time spent by the Fortran
      executable.
      a537f56b
  5. Jul 12, 2021
  6. Jul 09, 2021
  7. Jun 22, 2021
  8. Jun 15, 2021
    • Lionel GUEZ's avatar
      Move files to new directory Common · 039f2b36
      Lionel GUEZ authored
      `read_eddy.f90`, `read_field_indices.f90` and `shp_tr_open.f90` will
      become common to Overlap and `Inst_eddies` because they will be used
      in `Inst_eddies/Tests/test_set_max_speed.f90`. So there are now enough
      common files to justify a new directory.
      039f2b36
  9. Jun 03, 2021
    • Lionel GUEZ's avatar
      Extract code to new module `config_m` · 6dc504df
      Lionel GUEZ authored
      Preparing for two collections of shapefiles. We create the
      procedure `write_nml` so we will be able to call it twice. But it
      needs to access the namelist. So the namelist must be at the module level.
      6dc504df
    • Lionel GUEZ's avatar
      Extract code to new procedure `write_aux` · 361d3832
      Lionel GUEZ authored
      Extract writing of `ishape_last.txt` and `grid_nml.txt` to new
      procedure `write_aux`. Preparing for two collections of shapefiles.
      361d3832
  10. May 19, 2021
  11. Mar 24, 2021
    • Lionel GUEZ's avatar
      Update dependencies · 8d2364e5
      Lionel GUEZ authored
      Following update of libraries: NetCDF-Fortran is private in NetCDF95
      and MPI-Fortran is private in EZMPI.
      8d2364e5
  12. Mar 02, 2021
  13. Feb 26, 2021
    • Lionel GUEZ's avatar
      Split arborescence into `Inst_eddies` and Overlap · 56150231
      Lionel GUEZ authored
      Also split the tests, Fortran source files, Python files and JSon
      files. Keep at the top level the files used in both `Inst_eddies` and
      Overlap.
      
      Motivations for the split:
      
      - The top directory contained many files.
      
      - It may be useful to compile only one of the two sub-projects. For
      example, only `Inst_eddies` on Ciclad, where MPI 3 is not available.
      56150231
Loading