We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a7dfc commit 27e590fCopy full SHA for 27e590f
workflow/scripts/verif_baseline.py
@@ -155,7 +155,6 @@ def main(args: ScriptConfig):
155
baseline = baseline[args.params].sel(
156
ref_time=args.reftime,
157
lead_time=np.array(args.steps, dtype="timedelta64[h]"),
158
- method="nearest",
159
)
160
baseline = baseline.assign_coords(time=baseline.ref_time + baseline.lead_time)
161
LOG.info(
0 commit comments