MetOffice / XBTs_classification

Project for the classification of eXpendable Bathy Thermographs
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Put default values into a JSON file #71

Open stevehadd opened 3 years ago

stevehadd commented 3 years ago

There are quite a lot of default values, which should ideally not be defined in the code.We should put these into a JSON file which is read in by the experiment. The experiment file should be able to override any of these files.

stevehadd commented 3 years ago

One of these values is the default temp directory for the preprocessing. This is an argument for wod_extract_years, but not when preprocessing is part of running the experiment. This should be a value in the defaults file, so that different platforms can use different paths.