Skip to content

Commit

Permalink
bugfix in just-added surge lookup checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 committed Jan 7, 2025
1 parent 359d815 commit 8f2505d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyCIAM/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ def _check_vals(rh_diff_arr, lslr_arr, seg, check_rh_diff_max=True):
surge_adapt = []

this_rh_diff_adapt = rh_diff.sel(seg=seg, drop=True)
_check_vals(this_rh_diff_noadapt, this_lslr, seg)
_check_vals(this_rh_diff_adapt, this_lslr, seg)

for adapttype in this_surge_lookup.adapttype.values:
this_surge_adapt = (
Expand Down

0 comments on commit 8f2505d

Please sign in to comment.