spatialmodel / inmap

InMAP reduced-form air quality model for fine particulate matter (PM2.5)
GNU General Public License v3.0
59 stars 42 forks source link

Output variables are case sensitive but get transformed to lowercase #37

Closed ctessum closed 6 years ago

ctessum commented 6 years ago

This happens when an output variable is defined in one line of the configuration file and then used when creating another variable. The TOML file parser transforms the first variable name to lowercase so that it can't be used as defined in other variables.