USDAForestService / ForestVegetationSimulator

Forest Vegetation Simulation (FVS) - Growth and Yield Modeling software
Other
41 stars 26 forks source link

Have FVS return valid execution codes? #36

Open jgrn307 opened 9 months ago

jgrn307 commented 9 months ago

I was hoping you would be willing to tweak FVS so if it runs properly, it returns a valid exit code (e.g. 0) or, if it has a problem, it returns some other code.

https://www.agileconnection.com/article/overview-linux-exit-codes

We're wrapping FVS in python and it doesn't behave in quite a "standard" way when facing errors. Thanks!