Replies: 2 comments 22 replies
|
Last time someone was struggling with this, they used the wrong path for the configuration file. Can you run the command and check that this is what you expect? |
15 replies
|
As @bouweandela says and to change it: import intake_esgf
intake_esgf.conf.set(
local_cache="/path/to/your/custom/directory"
)There is also a runtime variable associated with it, but better to have a scripted change so you don't forget where you changed it via ariable setting. |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I need some help understanding how to set the path for downloads from ESGF. I have the following set in various configuration files:
My
conf.yamlfile in theintake-esgfdirectory has the following in it but the data gets downloaded to~/.esgfregardless. I have set theesg_datarootandlocal_cacheto a group work space on JASMIN but that doesn't see m enough? I cannot see where it defaults to my home directory location. Not sure what I should do to fix this. @bouweandela or @valeriupredoi - do you have a quick answer perhaps?All reactions