Skip to content

Commit

Permalink
per #2433 and discussion on meeting 3/21/2024, change command line ar…
Browse files Browse the repository at this point in the history
…gument from -config to -ugrid_config
  • Loading branch information
georgemccabe committed Mar 21, 2024
1 parent 2d26f89 commit 5d6184a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplus/wrappers/compare_gridded_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d6184a

Please sign in to comment.