Restructuration and update
- Taking the temperature from thetis is now an option, and not another whole new code.
- Restructuration
- output is not only one big file, but can be separated into weekly/daily/monthly files (yet to decide, set to weekly for now)
- live option: the main code can take 2 args (tchain and meteo paths) and update the output instead of creating it again.
- Uses xarray to open meteo and tchain data, it ensure that the data is mononitically consistent and is faster than doing a for loop using netcdf4. netcdf4 would also bug if too many files had to be open