dtcenter / METplus

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

Bugfix: GenVxMask - support specification strings to define output grid #2412

Closed georgemccabe closed 10 months ago

georgemccabe commented 10 months ago

Describe the Problem

The following configuration fails because quotes are not properly added around the string in the command line argument.

GEN_VX_MASK_INPUT_TEMPLATE = "lambert 472 472 37.402645 -107.88144 -107.808 0. 02754 6371.229 37.461 N"

Expected Behavior

Allow the above configuration to work.

Relevant Deadlines

6.0.0-beta2 METplus Advanced Training series fire weather demo on 11/15

Funding Source

Define the source of funding and account keys here or state NONE.

Define the Metadata

Assignee

Labels

Projects and Milestone

Define Related Issue(s)

Consider the impact to the other METplus components.

Bugfix Checklist

See the METplus Workflow for details.

georgemccabe commented 10 months ago

Resolved with commit 8bfc40324