-
Notifications
You must be signed in to change notification settings - Fork 175
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
Question about parsing xml after changing the Historical Year #339
Comments
Did you solve it? I have the same problem |
It seemed that there were some NAs in the xml, and technology disappearred under the subsector might also cause the silent crash. |
How to eliminate these NAs?Thanks. |
I assume you are regenerating the set of XMLs using gcamdata. We are aware that the current R scripts are not robust to changing the historical years. We are working on this, and we are aiming for the next model release to have some significant improvements in this area. |
The issue is in
That code block should be doing the standard interpolation/extrapolation to all model years. I copied an example block in a different issue #504 (comment) |
I have changed the Historical year and have successfully generated the whole xml file. I have also got rid of the "Historical Year" error checking in C++ source code. But when I what to run the run-gcam.bat file to parse xml file , the parsing work stopped after socioeconomics_gSSP2.xml and let me press any key to close the cmd screen, withouting showing any further information.
![264525388-3d3a8901-2348-41b2-bc11-132b42dea7b0](https://private-user-images.githubusercontent.com/90228576/266760796-e6fd3b2e-7d3d-41a2-8999-30811d97dbcc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNDc1ODYsIm5iZiI6MTczOTE0NzI4NiwicGF0aCI6Ii85MDIyODU3Ni8yNjY3NjA3OTYtZTZmZDNiMmUtN2QzZC00MWEyLTg5OTktMzA4MTFkOTdkYmNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAwMjgwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyNzk5MTM2NjU5NTJkMmNkNDUwZTUwNWZjM2NkZmZjNGY2OWM1MzI1NmJlZGE4NTc4YTBiYWU4OWIyMzI0ZmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-0DNIe__0yD1KsrCLNQBmPJjoiKfX5Uy8E-eguqh9SA)
I don't know if the problem is socioeconomics_gSSP2.xml or resources.xml? Or the problem of share-weight?Thanks.
The text was updated successfully, but these errors were encountered: