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

Debug issues with preprocessor parsing pod settings file #682

Draft
wants to merge 37 commits into
base: main
Choose a base branch
from

remove frequency entry for land fraction in WWEs settings file

d235017
Select commit
Loading
Failed to load commit list.
Draft

Debug issues with preprocessor parsing pod settings file #682

remove frequency entry for land fraction in WWEs settings file
d235017
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 11, 2024 in 4s

18 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 17 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 3 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'pd' is not used.

Check notice on line 4 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Dataset' is not used.

Check notice on line 5 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'glob' is not used.

Check notice on line 6 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'os' is not used.

Check notice on line 192 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable n_wwe is not used.

Check notice on line 247 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable min_lons is not used.

Check notice on line 248 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable max_lons is not used.

Check notice on line 430 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable nyears is not used.

Check warning on line 452 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'cl' is unnecessary as it is
redefined
before this value is used.

Check notice on line 486 in diagnostics/WWEs/WWE_diag_tools.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable cl is not used.

Check notice on line 5 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'np' is not used.

Check notice on line 6 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'pd' is not used.

Check notice on line 8 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'glob' is not used.

Check notice on line 10 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'time' is not used.

Check notice on line 11 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'xe' is not used.

Check notice on line 12 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'scipy' is not used.

Check notice on line 13 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'stats' is not used.

Check notice on line 28 in diagnostics/WWEs/WWEs.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'land_mask_using_etopo' is not used.
Import of 'regridder_model2obs' is not used.
Import of 'nharm' is not used.
Import of 'calc_raw_and_smth_annual_cycle' is not used.
Import of 'isolate_WWEs' is not used.
Import of 'WWE_characteristics' is not used.
Import of 'WWE_statistics' is not used.
Import of 'find_WWE_time_lon' is not used.