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

global_ens: Address Bugzilla 1606 - counting of models in python scripts #636

Open
4 tasks
malloryprow opened this issue Dec 30, 2024 · 0 comments
Open
4 tasks
Assignees
Milestone

Comments

@malloryprow
Copy link
Contributor

On 20241228, evs_mesoscale_sref_cape_past90days_plots failed with the following error.

Traceback (most recent call last):

File "/lfs/h1/ops/prod/packages/evs.v1.0.15/ush/mesoscale/ush_sref_plot_py/lead_average.py", line 1622, in
main()
File "/lfs/h1/ops/prod/packages/evs.v1.0.15/ush/mesoscale/ush_sref_plot_py/lead_average.py", line 1475, in main
plot_lead_average(
File "/lfs/h1/ops/prod/packages/evs.v1.0.15/ush/mesoscale/ush_sref_plot_py/lead_average.py", line 707, in plot_lead_average
if math.isinf(y_mod_min):
UnboundLocalError: local variable 'y_mod_min' referenced before assignment

Please double check all scripts and fix if needed in the next upgrade:

  • ./ush/global_ens/time_series.py
  • ./ush/global_ens/lead_average.py
  • ./ush/global_ens/ush_gens_plot_py/time_series.py
  • ./ush/global_ens/ush_gens_plot_py/lead_average.py

See #624 for what was delivered to fix the failed job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants