Closed lautenberger closed 11 months ago
@johnsonas6 can you try running this again and let me know what the prognosis is? You should be able to create an ignition mask raster by copying adj.tif
to ignition_mask.tif
or similar.
Closing this issue due to inactivity.
This issue is moved here from issue #34 because it is a distinct issue. The original report from @johnsonas6 was that the following input deck caused a runtime segmentation fault:
https://drive.google.com/drive/folders/1bZWmxapb1BopR1CBKafQXWeyiYP8_uCF?usp=drive_link
I was able to reproduce this behavior locally and determined that it was due to the use of
RANDOM_IGNITIONS=.TRUE.
withUSE_IGNITION_MASK = .FALSE.
inelmfire.data
. The keywordUSE_IGNITION_MASK
is scheduled for removal and until then this combination will now (as of commit https://github.com/lautenberger/elmfire/commit/6b94c73ce2e55336292a9ea41176a86f90b9f84e) cause a descriptive error message to be emitted to prevent a run time seg fault.Until
USE_IGNITION_MASK
is removed, whenRANDOM_IGNITIONS = .TRUE.
the user should setUSE_IGNITION_MASK = .TRUE.
and specify a Float32 ignition mask using the keywordIGNITION_MASK_FILENAME
on the&INPUTS
namelist group.