MAgPIE 4.0 - data download error #335
-
Hello again!
Any ideas what I can do about this? Could this be because some R packages are too new for this script? Thanks and have a nice weekend! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I have a dirty fix for you, maybe @tscheypidi can suggest an elegant way of doing it because this concerns backward compatibility as well as reproducibility to a small extent.
Execute download data step - will throw some errors but the model still compiles, maybe give it a try (hoping the run goes through). Cheers, |
Beta Was this translation helpful? Give feedback.
I have a dirty fix for you, maybe @tscheypidi can suggest an elegant way of doing it because this concerns backward compatibility as well as reproducibility to a small extent.
download_data_only.R
script withstart_functions.R
script with one of the most recent one (maybe from the master branch)Execute download data step - will throw some errors but the model still compiles, maybe give it a try (hoping the run goes through).
Cheers,
Abhi