lautenberger / elmfire

Eulerian Level set Model of FIRE spread
https://elmfire.io
Eclipse Public License 2.0
28 stars 12 forks source link

Add threshold tests to smoke output #5

Closed fitnr closed 1 year ago

fitnr commented 1 year ago

Please add a config option to set a minimum fire size and mass release thresholds before writing smoke outputs. Fires that are under these thresholds need not be written out in smoke CSVs. FYI @HoHsieh @mike-amodeo

lautenberger commented 1 year ago

Per our discussion last week, it seems that this test can be made exclusively on the basis of mass release and that we don't need to test for fire size. In the smoke-metadata branch I added the keyword PM2P5_RELEASE_MIN_FOR_OUTPUT to the &SMOKE namelist group. This is the threshold PM2.5 release - in micrograms - below which smoke files won't be dumped.

lautenberger commented 1 year ago

This is complete as of commit cfa2028dc5362c153c1256bab847d071664c458e.