Skip to content

Commit

Permalink
cli/data: fix forcing compute call arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
raehik committed Sep 11, 2023
1 parent f29450b commit 5d20fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gz21_ocean_momentum/cli/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

logger.info("computing forcings...")
forcings = lib.preprocess_and_compute_forcings(
grid, surface_fields, options.cyclize,
surface_fields, grid, options.cyclize,
options.factor, "usurf", "vsurf")

logger.info("selecting bounding box...")
Expand Down

0 comments on commit 5d20fe6

Please sign in to comment.