The motivation
When looking up the various mappings between the variable conventions "iamc", "gcages" and "cmip7". I had to read the "database" variable using python and then save the result to an excel file so that I could actually use it nicely. This step can be skipped if the data is simply provided as a .csv file.
The proposed solution
Take the contents of src/gcages/databases/emissions_variables.py and convert it to a .csv file.
The motivation
When looking up the various mappings between the variable conventions "iamc", "gcages" and "cmip7". I had to read the "database" variable using python and then save the result to an excel file so that I could actually use it nicely. This step can be skipped if the data is simply provided as a .csv file.
The proposed solution
Take the contents of
src/gcages/databases/emissions_variables.pyand convert it to a .csv file.