QF-Error-Tracking / QFVD5

0 stars 0 forks source link

Getting an Error When Using Flag 5 to Import Dats #31

Closed zacharycope0 closed 8 months ago

zacharycope0 commented 8 months ago

Describe the Issue David, I'm finding that my FDRS simulations are crashing when I use the 5 flag to import my self-made rhof and moisture .dat files. However, they run when I use a flag of 4. Do you have an idea of why this might be?

To Reproduce https://drive.google.com/file/d/1YS_0B3yzZPd-kmLZ1r4V11m4CIwWB2rZ/view?usp=drive_link

Desktop (please complete the following information):

Screenshots image

drobinson6045 commented 8 months ago

Found the issue. Logic for determining when to read gridlist was only set up for when interpolation was needed. For now just use option 4 as it results in the same fuels. This will work correctly with the next release.

Note when using the fastfuels option the header option needed changing (from 1->2) to read correctly with the inputs you were using.

zacharycope0 commented 8 months ago

@drobinson6045. Sounds good. Thanks for looking into this!