Skip to content

Commit

Permalink
Update netcdf_metadata_check.py
Browse files Browse the repository at this point in the history
netcdf_metadata_check creates a MARBL_settings_class object. I had added new
arguments to the constructor, so I now provide argument names.
  • Loading branch information
mnlevy1981 committed Mar 1, 2024
1 parent 584ca67 commit 777d6cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MARBL_tools/netcdf_metadata_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ def _parse_args():
ds = xr.open_dataset(args.netcdf_file)
DefaultSettings = MARBL_settings_class(args.default_settings_file,
"settings_file",
None,
args.settings_file_in,
args.unit_system
grid=None,
input_file=args.settings_file_in,
unit_system=args.unit_system
)
MARBL_diagnostics = MARBL_diagnostics_class(args.default_diagnostics_file,
DefaultSettings,
Expand Down

0 comments on commit 777d6cf

Please sign in to comment.