Skip to content
Snippets Groups Projects
  1. Nov 22, 2021
  2. Nov 12, 2021
  3. Jul 23, 2021
    • Lionel GUEZ's avatar
      Do not redirect stdin in subprocess · 29c37646
      Lionel GUEZ authored
      Now that `inst_eddies` reads `main_nml` only on the first date, we do
      not need to create a file `main_nml.txt` before running
      `inst_eddies.py`. `inst_eddies.py` can just read `main_nml` from
      standard input.
      29c37646
  4. Jul 19, 2021
  5. Jul 06, 2021
  6. Jun 29, 2021
  7. Jun 25, 2021
  8. Jun 22, 2021
  9. Jun 17, 2021
  10. Jun 16, 2021
  11. Jun 15, 2021
  12. Jun 08, 2021
  13. Jun 04, 2021
  14. 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
  15. May 31, 2021
  16. May 19, 2021
  17. Mar 02, 2021
    • Lionel GUEZ's avatar
      Merge `h.nc` and `uv.nc` · 7f3df01f
      Lionel GUEZ authored
      Homogenize with other dates, preparing for a loop.
      7f3df01f
    • Lionel GUEZ's avatar
      Remove some input files · 836392d7
      Lionel GUEZ authored
      Revert parts of commits 845752bc and ef7abf1b. It is true that having
      the input files in the repository allowed us to run tests for the
      first time more easily. But the drawbacks were:
      
      - The large number of input files obscured the repository tree.
      
      - Some files are input files for a test and are actually produced by
      another test. These files did not evolve automatically with the
      executables that produced them.
      
      - It was a burden to log how these input files were produced.
      
      To alleviate the problem of running the tests for the first time, we
      take the input files from tests in the current series of tests, when
      possible, instead of from the old series. (Before commits 845752bc and
      ef7abf1b, the input files came from `$test_old_dir`.) We do not always
      do this because we want to be able to run the various series of tests
      independently. For example, we want to be able to run the Overlap
      series before the `Inst_eddies` series. So, for the files that are
      produced in one series of tests and used as input files in another
      series of tests, we go back to pre-commit ef7abf1b and use
      `$test_old_dir`.
      836392d7
    • Lionel GUEZ's avatar
      Bug fix: take into account new structure · 29df6dd4
      Lionel GUEZ authored
      Take into account new structure of repository in JSon test files.
      29df6dd4
    • Lionel GUEZ's avatar
      Polish · aa4eb44c
      Lionel GUEZ authored
      aa4eb44c
Loading