MIT-LAE / APCEMM

Aircraft Plume Chemistry, Emissions, and Microphysics Model
MIT License
8 stars 17 forks source link

Initial plume H2O double-counts water already in ice #39

Open sdeastham opened 1 month ago

sdeastham commented 1 month ago

https://github.com/MIT-LAE/APCEMM/blob/67f95410b42753f24823c28fb8d2ae02aaf67dd4/Code.v05-00/src/Core/LAGRIDPlumeModel.cpp#L320

The water vapor in the initial plume is calculated without accounting for that which should already have been taken up by ice. This line needs to subtract the water vapor present in ice (unless you think otherwise @michaelxu3 ).