dtcenter / METplus

Python scripting infrastructure for MET tools.
https://metplus.readthedocs.io
Apache License 2.0
94 stars 37 forks source link

Bugfix #2520 ASCII2NC file window issue and redundant wrapper initialization #2522

Closed georgemccabe closed 4 months ago

georgemccabe commented 4 months ago

Pull Request Testing

Recreated the bug described in issue #2520. Confirmed that the bug was resolved independently from both fixes to ascii2nc_wrapper.py and changes to deprecated variable check that prevents redundant wrapper initialization.

Test use case that discovered this issue and confirm that it now runs without issue.

I removed the optional file window variables from the ASCII2NC basic use case so the use case can be used as a test that it will run without issue when those values are not set.

Pull Request Checklist

See the METplus Workflow for details.