Open lauzikaite opened 3 years ago
Hi @lauzikaite , could you please specify which branch / release / version of climada you are working on? Thanks
Hi @sameberenz , I installed the lastest release 2.2.0 from the zip files directly, rather than the git repo.
Thanks! Unfortunately, I am not familiar with the error, let's try to nail it down:
Could you please test whether you have the same error in release 2.1.1 (https://github.com/CLIMADA-project/climada_python/releases/tag/v2.1.1) ?
Also: What kind / version of (ISIMIP) crop yield input data do you use?
is there any update about this?
no update from my side. It should be noted that the set_multiple*
-functions in the crop modules (exposure and hazard) are non-essential convenience wrappers that were written to apply the core methods of the modules to multiple files placed in a folder. They have not been maintained and tested to the same degree as the core functionalities. If they do not work, it is advisable to improve them or use them as inspiration for coding own wrapper functions tailored to the enviroment and use case at hand.
Hi,
I've been trying to calculate the historical mean for the ISIMIP files according to the : Crop production risk based on ISIMIP and FAO data tutorial
The function
set_multiple_rc_from_isimip
fails with every netcdf file I tried when I select to save the output.running
set_multiple_rc_from_isimip
withsave = False
doesn't fail, but then I am not sure how the historical means shuld be saved into hdf5 files for the rest of the pipeline to work.