Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinzia Mazzetti committed Dec 11, 2024
1 parent 9183937 commit 5dbd6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lisfloodutilities/mctrivers/mctrivers.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def mct_mask(channels_slope_file, ldd_file, uparea_file, mask_file='',
# ---------------- Auxiliary variables
x_checks = ['lon', 'x', 'rlon']
y_checks = ['lat', 'y', 'rlat']
if coords_names == "None":
if coords_names[0] == "None":
x_proj = set(list(LD.coords)) & set(x_checks)
y_proj = set(list(LD.coords)) & set(y_checks)

Expand Down

0 comments on commit 5dbd6e4

Please sign in to comment.