Dataset source ID(s)
Dataset source ID(s): IIASA-IAMC-vl-1-0-0
Describe the issue
I noticed there are some negative emissions in the openburning. The ones I noticed were all in the AWB (sub-)sector. (In the single case I printed below, the negative min is small compared to the positive max. I haven't done a full search through the data, but I think you'll find negatives in multiple species at least in years 2030, 2045, 2065, and maybe 2100.)
Expected data
I was expecting that the only negative values allowed would be in the CO2 anthro sectors "8: BECCS; 9: Other Capture and Removal."
Screenshots
Looking at CO in the "h" scenario, the min is 0:
ncap2 -O -s 'print(CO_em_openburning.min()); print(CO_em_openburning.max());' CO-em-openburning_input4MIPs_emissions_ScenarioMIP_IIASA-IAMC-h-1-0-0_gn_202201-210012.nc nowhere.nc
CO_em_openburning, size = 1 NC_DOUBLE, value = 0
CO_em_openburning, size = 1 NC_DOUBLE, value = 2.11025866961e-07
But same on the "vl" scenario has negative(s):
ncap2 -O -s 'print(CO_em_openburning.min()); print(CO_em_openburning.max());' CO-em-openburning_input4MIPs_emissions_ScenarioMIP_IIASA-IAMC-vl-1-0-0_gn_202201-210012.nc nowhere.nc
CO_em_openburning, size = 1 NC_DOUBLE, value = -2.81027715356e-09
CO_em_openburning, size = 1 NC_DOUBLE, value = 3.50798498511e-07
Dataset source ID(s)
Dataset source ID(s): IIASA-IAMC-vl-1-0-0
Describe the issue
I noticed there are some negative emissions in the openburning. The ones I noticed were all in the AWB (sub-)sector. (In the single case I printed below, the negative min is small compared to the positive max. I haven't done a full search through the data, but I think you'll find negatives in multiple species at least in years 2030, 2045, 2065, and maybe 2100.)
Expected data
I was expecting that the only negative values allowed would be in the CO2 anthro sectors "8: BECCS; 9: Other Capture and Removal."
Screenshots
Looking at CO in the "h" scenario, the min is 0:
But same on the "vl" scenario has negative(s):