Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run in the Kaweah #6

Closed
scotthavens opened this issue Sep 13, 2019 · 0 comments
Closed

Unable to run in the Kaweah #6

scotthavens opened this issue Sep 13, 2019 · 0 comments
Assignees

Comments

@scotthavens
Copy link

I'm trying to analyze a small timeseries in the Kaweah and am having errors. However, I can't quite tell when or why they are happening. The runs were produced with custom branch from smrf==0.8.10, awsm==0.9.28 and snowav=0.10.3.

The following error leads me to believe that it's not reading in the model results correctly but there isn't a lot of debugging information.

Traceback (most recent call last):
  File "/home/scotthavens/venv/opendap_thread/bin/snowav", line 10, in <module>
    sys.exit(run())
  File "/home/scotthavens/venv/opendap_thread/lib/python3.6/site-packages/scripts/snow.py", line 69, in run
    snowav(config_file = args.config_file)
  File "/home/scotthavens/venv/opendap_thread/lib/python3.6/site-packages/snowav/framework/framework.py", line 48, in __init__
    parse(self)
  File "/home/scotthavens/venv/opendap_thread/lib/python3.6/site-packages/snowav/framework/parse.py", line 120, in parse
    wy = self.wy)
  File "/home/scotthavens/venv/opendap_thread/lib/python3.6/site-packages/snowav/framework/outputs.py", line 97, in outputs
    outputs['swi_z'].append(output.em_data[8][idx,:,:])
IndexError: index 0 is out of bounds for axis 0 with size 0
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

No branches or pull requests

2 participants