You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These configurable data could be added as arguments to the methods in each dataset class. However, since currently we want our users to use zampy with recipes only (https://github.com/EcoExtreML/zampy/blob/main/docs/using_zampy.md), this may not help too much. We need to think about the design to bridge the gap.
The text was updated successfully, but these errors were encountered:
However, since currently we want our users to use zampy with recipes only
Well, there is the config file too. ESMValTool has a dask-specific config file.
The recipes determine what data is downloaded and how it's converted. However, things like the configuration of dask, login keys, etc. can be in a user config.
In the methods of dataset classes, there are many parameters which can be made configurable, for instance, chunks for loading data:
zampy/src/zampy/datasets/ecmwf_dataset.py
Line 123 in fa72728
These configurable data could be added as arguments to the methods in each dataset class. However, since currently we want our users to use
zampy
with recipes only (https://github.com/EcoExtreML/zampy/blob/main/docs/using_zampy.md), this may not help too much. We need to think about the design to bridge the gap.The text was updated successfully, but these errors were encountered: