Skip to content

Commit 27e590f

Browse files
committed
only process initialization from baseline as specified
1 parent 98a7dfc commit 27e590f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

workflow/scripts/verif_baseline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def main(args: ScriptConfig):
155155
baseline = baseline[args.params].sel(
156156
ref_time=args.reftime,
157157
lead_time=np.array(args.steps, dtype="timedelta64[h]"),
158-
method="nearest",
159158
)
160159
baseline = baseline.assign_coords(time=baseline.ref_time + baseline.lead_time)
161160
LOG.info(

0 commit comments

Comments
 (0)