From 5d6184a7b22f5e7ea65c77022ed479df3e4450e8 Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:53:06 +0000 Subject: [PATCH] per #2433 and discussion on meeting 3/21/2024, change command line argument from -config to -ugrid_config --- metplus/wrappers/compare_gridded_wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metplus/wrappers/compare_gridded_wrapper.py b/metplus/wrappers/compare_gridded_wrapper.py index 06859f54a..e606be4bb 100755 --- a/metplus/wrappers/compare_gridded_wrapper.py +++ b/metplus/wrappers/compare_gridded_wrapper.py @@ -271,7 +271,7 @@ def set_command_line_arguments(self, time_info): if self.c_dict.get('UGRID_CONFIG_FILE'): ugrid_config = self.c_dict['UGRID_CONFIG_FILE'] ugrid_config = do_string_sub(ugrid_config, **time_info) - self.args.append(f'-config {ugrid_config}') + self.args.append(f'-ugrid_config {ugrid_config}') def get_command(self): """! Builds the command to run the MET application