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

Update regrid_data_plane wrapper to support -gaussian_dx and -gaussian_radius command line options in met-9.0. #367

Closed
JohnHalleyGotway opened this issue Feb 5, 2020 · 1 comment
Assignees
Labels
component: use case wrapper priority: blocker Blocker requestor: NOAA/GSL NOAA Global Systems Laboratory type: bug Fix something that is not working

Comments

@JohnHalleyGotway
Copy link
Collaborator

Jeff Hamilton raised the following issue via met-help:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94050

"One thing I'll note, the METplus regrid_data_plane wrapper does not support
the Gaussian method (specifically adding gaussian_dx and gaussian_radius as
argument options). I'm sure that is on the to-do list for future versions,
but it would be nice to have at some point. In the meantime I have a
workaround in place."

Comparing the usage for regrid_data_plane between met-8.1 and met-9.0, you can see there's 2 new command line options:

*** Model Evaluation Tools (METV8.1.1) ***Usage: regrid_data_plane input_filename to_grid output_filename -field string [-qc flags] [-method type] [-width n] [-sigma n] [-shape type] [-vld_thresh n] [-name list] [-log file] [-v level] [-compress level]

*** Model Evaluation Tools (METV9.0) ***Usage: regrid_data_plane input_filename to_grid output_filename -field string [-method type] [-width n] [-gaussan_dx n] [-gaussan_radius n] [-shape type] [-vld_thresh n] [-name list] [-log file] [-v level] [-compress level]

@JohnHalleyGotway JohnHalleyGotway added type: bug Fix something that is not working component: use case wrapper priority: blocker Blocker requestor: NOAA/GSL NOAA Global Systems Laboratory labels Feb 5, 2020
@JohnHalleyGotway JohnHalleyGotway added this to the METplus-3.0 Release milestone Feb 5, 2020
@georgemccabe
Copy link
Collaborator

REGRID_DATA_PLANE_GAUSSIAN_DX and REGRID_DATA_PLANE_GAUSSIAN_RADIUS are now config variables that can be set to set the -gaussian_dx and -gaussian_radius command line args respectively. If unset or set to a blank string, they will not be added to the command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: use case wrapper priority: blocker Blocker requestor: NOAA/GSL NOAA Global Systems Laboratory type: bug Fix something that is not working
Projects
None yet
Development

No branches or pull requests

2 participants