CSHS-CWRA / RavenHydroFramework

repository for the Raven Hydrological Modelling Framework developed at the University of Waterloo
Artistic License 2.0
18 stars 8 forks source link

Version check returns "Error Code: 7" #25

Closed Scriptbash closed 1 month ago

Scriptbash commented 5 months ago

Setup Information

Description

When running "./Raven.exe -v" or "flatpak run ca.uwaterloo.Raven -v", the command returns "Error Code: 7". Here's the full output:

[francis@fedora src]$ ./Raven.exe -v 3.8.0 w/ netCDF ============== Early Gracefully Exit ============== Error Statement: Version check Error Code: 7

Steps To Reproduce

  1. Compile Raven v3.8
  2. Use the command "./Raven.exe -v"
  3. Return Error Code: 7 instead of the version number

Additional context

No response

Contribution

mdunphy commented 2 months ago

Error Code 7 corresponds to "SIMULATION_DONE", so this amounts to a graceful exit after printing the version -- looks like not a bug

Zeitsperre commented 2 months ago

Can confirm, it looks as though this intentional.

analytophile commented 1 month ago

resolved in update on May 28, 2024