echo-air-model / echo-air

A repository of scripts used for converting emissions to concentrations and health impacts using the InMAP Source-Receptor Matrix
MIT License
2 stars 0 forks source link

41 emissions plots and outputs separate from concentration #43

Closed amyryao closed 2 months ago

amyryao commented 3 months ago

5-panel plot of total emissions for each pollutant!

amyryao commented 3 months ago

I've added comments to the function and edited concentration_layers and concentration so they calculate and add the north arrows! I've also changed it so that the border is only around California, not the output regionl. I tried different ways to see if we can clip it only once outside the for loop, but I haven't been able to get it to work, since we still have to clip the data each time to the output region- but I've tried taking some of the code out of the for loop that I can. The current fastest mine has run was around 2.3 minutes, and without clipping at all it took around 2.0 minutes, so I hope it won't be too big of an issue? I'll take another look for sure!