lautenberger / elmfire

Eulerian Level set Model of FIRE spread
https://elmfire.io
Eclipse Public License 2.0
23 stars 11 forks source link

Issue with command elmfire_2023.0715 #33

Closed NogaGivoli closed 9 months ago

NogaGivoli commented 9 months ago

Hello (:

When running any of the tutorials 1-4, we encountered the same error message: elmfire_2023.0715: command not found.

For example, in tutorial 1, the error message is as follows:

./01-run.sh: line 83: elmfire_2023.0715: command not found.

This could point to an issue with the ELMFIRE_VER variable.

This bug did not occur just a week ago when using the elmfire_2023.06 version, which makes us think this issue may have something to do with a recent update.

error message tutorial 01

lautenberger commented 9 months ago

Thanks, I've incremented the version number from 2023.0715 to 2023.0903 in commit https://github.com/lautenberger/elmfire/commit/23c8dc56a8f20ae2dd45f6b59844278df80ff24f. So clone the latest repo and you should be good to go!

DesertLabRat commented 9 months ago

Tutorial 4 is still throwing an error for me.

./01-run.sh:    line 65:    313265 Killed            elmfire_$ELMFIRE_VER  ./inputs/elmfire.data
ERROR 4:    ./outputs/*.bil:    No such file or directory

Not sure what I'm looking at, hoping someone with more expertise can diagnose the root problem.

lautenberger commented 9 months ago

That error message looks like ELMFIRE is running out of memory. Try on a PC or VM with more RAM.

lautenberger commented 9 months ago

I've confirmed this tutorial runs correctly so closing this issue