Skip to content

Fixed some identified bugs#1

Open
nick-cloudfire wants to merge 2 commits into
mbedward:masterfrom
nick-cloudfire:master
Open

Fixed some identified bugs#1
nick-cloudfire wants to merge 2 commits into
mbedward:masterfrom
nick-cloudfire:master

Conversation

@nick-cloudfire

Copy link
Copy Markdown

Tried to run some test cases when compiling the source (in linux) and encountered some problems. Note that all the code changes were done with/by Claude Code.

There was an odd pointer call that broke make. Removing it helped compile.

There was a check that the input precipitation value was less than 10 inches. The code interpreted the precipitation input value in cm, while the standard for wxs files is in mm. Fixed the conversion factor to work with mm inputs.

The ignition ring vertices were spaced by 1m, which was then immediately wiped by the minimum vertex distance routine, so ignition never spread. Changed the spacing from 1 m (or whatever unit the source geofiles are using) to 30.

@mbedward

Copy link
Copy Markdown
Owner

Hi @nick-cloudfire. Thanks for this, but I think you probably want to submit this PR somewhere else. This repo was just a fork that I made a few years ago when working on the farsitebatch code. The original repo no longer seems to be on GitHub, presumably because the Missoula Fire Sciences Laboratory people no longer support or distribute the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants