Between 6.0.1 and 6.1.0, an extra flag was added in QFire_Bldg_Advanced_User_Inputs.inp. The convert_fuel_to_canopy_flag now accepts Literal[0,1,2]. Since 2 is the preferred default, this would an error if the user runs version <6.1 with the defaults.
In our current framework, the only ways around this are to either a) do not set the default to 2, which will not be consistent with the GUI (or potentially BP3D) and may cause some differences in fire behavior, or b) provide three options for QUIC-Fire versioning: "v5", "v6.0", and "v6.1+".
Between 6.0.1 and 6.1.0, an extra flag was added in QFire_Bldg_Advanced_User_Inputs.inp. The convert_fuel_to_canopy_flag now accepts Literal[0,1,2]. Since 2 is the preferred default, this would an error if the user runs version <6.1 with the defaults.
In our current framework, the only ways around this are to either a) do not set the default to 2, which will not be consistent with the GUI (or potentially BP3D) and may cause some differences in fire behavior, or b) provide three options for QUIC-Fire versioning: "v5", "v6.0", and "v6.1+".