Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended Attack Suppression and Simulation Time #59

Open
kbrashem opened this issue Mar 31, 2024 · 1 comment
Open

Extended Attack Suppression and Simulation Time #59

kbrashem opened this issue Mar 31, 2024 · 1 comment
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@kbrashem
Copy link

Running a fire simulation with extended attack enabled, I am having varying results, by as much as 2x the acreage by changing the SIMULATION_DTMAX parameter. Looking at the source code, I think the issue might lie in this line:

DT_DAY = (T - T_LAST_EXTENDED_ATTACK) / 86400.

Is setting the SIMULATION_DTMAX to 1 a requirement for suppression, or is this something where DT_DAY needs to adjust for varying timesteps? Thanks!

@lautenberger
Copy link
Owner

Thank you for the report. This part of the code base is relatively new and infrequently used so I will take a look to see if I can figure out what's going on.

@lautenberger lautenberger self-assigned this Apr 10, 2024
@lautenberger lautenberger added bug Something isn't working question Further information is requested labels Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants