MIT-LAE / APCEMM

Aircraft Plume Chemistry, Emissions, and Microphysics Model
MIT License
7 stars 16 forks source link

Default options to track contrail location too permissive resulting in very long simulations #42

Open sdeastham opened 1 week ago

sdeastham commented 1 week ago

Issue first noted by @Calebsakhtar

Since https://github.com/MIT-LAE/APCEMM/commit/e1245bc6e9fbfd74d9cd71a9d24a454a85b47bf3, regions affected by the contrail are tracked even when the ice has evaporated locally. This allows earlier evaporated crystals to affect later ones, but currently we use a very permissive approach where any location with > 1 particle per m3 is counted as "contrail", leaving a contrail tracer behind, and affected air is tracked for a very long time (until the contrail tracer has fallen to < 20% due to continued diffusion). The buffer added to the domain at each time step also assumes that crystals can fall from the lowermost boundary at maximum speed, which is unlikely to be true when the ice crystals are not themselves setting the boundary. This combination of factors results in very large simulation domains.

Calebsakhtar commented 1 week ago

Currently working on some analysis that will yield better understanding of the effects of changing the above mentioned model threshold.

Results should be posted early this week.

Calebsakhtar commented 5 days ago

Results available in the appendix of PR https://github.com/MIT-LAE/APCEMM/pull/45

Calebsakhtar commented 1 day ago

@sdeastham I cannot close this issue - do you want to keep it open?