ajwdewit / agera5tools

Tools for manipulating (exporting, extracting) AgERA5 data
MIT License
13 stars 5 forks source link

writing to /tmp may not be permitted, add a config option to specify working directory #3

Closed krsnapaudel closed 9 months ago

krsnapaudel commented 11 months ago

In Google colab, the example code does not run because writing to /tmp is not permitted. It would be good to allow the user to specify the working directory (e.g. $HOME/ager5tools). In Google colab, this could /content/agera5tools.

ajwdewit commented 11 months ago

Before writing a new config file 2.0.11 modifies the agera5tools.yaml config file by setting all paths to the users home folder. So this should work on CoLab.