Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global Mean Temperature #429

Open
mv-p opened this issue May 17, 2024 · 2 comments
Open

Global Mean Temperature #429

mv-p opened this issue May 17, 2024 · 2 comments

Comments

@mv-p
Copy link

mv-p commented May 17, 2024

Has anyone else had issues when querying the global mean temperature in the Model Interface? I am receiving a message stating "The query returned no results" and I am not sure what would be contributing to this. I have tried to query this result for the stock configuration file as well as other configuration files. Any suggestions would be greatly appreciated. Thanks!

@jayfuhrman
Copy link

Try replacing the current temperature query in Main_Queries.xml with a newer version:

        <ClimateQuery title="global mean temperature">
            <axis1 name="temperature">none</axis1>
            <axis2 name="Year">global-mean-surface-temperature[@year]</axis2>
            <xPath buildList="true" dataName="global-mean-temperature" group="false" sumAll="false">climate-model/global-mean-surface-temperature/text()</xPath>
            <comments>Returns global mean surface temp anomaly relative to the 1850-1900 mean.
Also available is global mean air temperature; in both climate model native or relative to 1850-1900 mean.
A user can adjust the query to search for any of:
  * global-mean-surface-temperature
  * global-mean-air-temperature
  * global-mean-surface-temperature-native
  * global-mean-air-temperature-native</comments>
        </ClimateQuery>

@mv-p
Copy link
Author

mv-p commented May 21, 2024

Thanks for the quick response! I tried replacing the current temperature query in Main_Queries.xml and still received the same message. As background I am using the GCAM6 model, but was having trouble opening the ModelInterface in GCAM6, so I've been copying the output of the GCAM6 model into the GCAM7 folder and looking at the output there. I'm not sure if that has any influence on the issues with viewing temperature, because I can query all of the other results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants