JGCRI / gcamreader

Python package for reading GCAM output databases
Other
4 stars 5 forks source link

Error querying "outputs by tech" having "NA" units #41

Open choiHenry opened 1 week ago

choiHenry commented 1 week ago

Hello gcamreader developers,

This package is very useful for python friendly GCAM users. I really appreciate your work. Usually, I start analyzing model results by querying data using gcamreader.

Recently, I found that there is no data corresponding to "industrial processes - semiconductors" for query "outputs by tech" (you can check images below). But this data actually shows up in the ModelInterface of GCAM v7.0. (I think the reason might be the unit is "NA"?)

Using a remote server for running GCAM model, I find gcamreader is inevitable for my research process. Any advice for handling this issue would be appreciated very much. Thank you.

choiHenry commented 1 week ago

Image I attach the notebook cells. The entire sector 'industrial processess' is missing nor 'semiconductors' .

choiHenry commented 1 week ago

Image

You can compare with the ModelInterface result. Although the value is represented by 0 but, they are not actually zero when transferred to excel (though very small amounts).

choiHenry commented 1 week ago

I also attach the transferred data image.Image