JGCRI / gcam-core

GCAM -- The Global Change Analysis Model
http://jgcri.github.io/gcam-doc/
Other
282 stars 163 forks source link

GCAM7.0 error: unable to query GDP in Mac version #351

Closed msispah closed 11 months ago

msispah commented 11 months ago

Hi, I am not able to query the GDP in ModelInterface in GCAM v7 Mac version. Can someone help in resolving this issue? Thank you.

pkyle commented 11 months ago

The query file in output/queries/Main_queries.xml should have the correct query, but if you're using a customized query file from an older workspace, or if your model interface is simply pointing to a query file in a different older workspace, then you can just copy the following query: `

region nationalAccount[@year] nationalAccount/account[@name = 'GDP']/node()

`

msispah commented 11 months ago

Thank you for reply. I am using the Mac GCAM V7 version. My older workspace is different and is not connected to this. How do I check the correct query file path in Mac version? It does not have model_interface.properties file. I checked the query in Main_queries.xml and it seems ok. I am not sure what is the issue here.