Open ruixue-li opened 3 years ago
It appears that you're getting a bunch of NAs for some of the regions. Checking into it.
It looks like there are missing values in the following regions: TWN.4 TWN.3 TWN.1 TWN.2 NZL.10.42 HMD CHN.21.226 CHN.21 ATF ZAF.9 SGS CL- BRA.8.837 BRA.8.836 AUS.1 AUS.3 ESP.6.27.191 ESP.6.27.192 SP- IOT BVT ATA
These are generally very small regions. I have a fix where the code just warns you that there are missing values and so it has to skip the region, but it might be worthwhile to find out why there are these values.
Hi @jrising ,
I see, thanks! If it's not too much trouble, do you mind putting in that fix first, so that it doesn't hold up other stuff while I look into why those regions are missing?
Sure. I've just committed it to master. Here are the changes: https://github.com/jrising/prospectus-tools/commit/a22539b66278b853159fe0343c38a24fecee1fc5
Hi @jrising and @brews ,
I'm trying to extract some energy impact with full uncertainty with this config, and this command:
python -u quantiles.py /home/liruixue/repos/energy-code-release-2020/projection_inputs/configs/GMFD/TINV_clim/break2_Exclude/semi-parametric/Extraction_Configs/sacagawea/impactpc//full/aggregated/median/energy-extract-impactpc-aggregated-median_OTHERIND_electricity.yml --only-iam=low --suffix=_test_impactpc_median_fulluncertainty_low_fulladapt-aggregated FD_FGLS_inter_OTHERIND_electricity_TINV_clim-aggregated -FD_FGLS_inter_OTHERIND_electricity_TINV_clim-histclim-aggregated
But I'm getting the following error at the end:
This error does not occur if I limit to one or a set of regions, or if I extract the non-aggregated files.
I'm wondering if any of you have any idea what's going on? I could work around this and get what I need by specifying regions, but I'd just like to make sure that I'm not doing anything that I shouldn't be doing, or if there's an obvious and easy fix for it.
Thank you very much!