Skip to content

Commit edb7b1b

Browse files
Adding postprocessing steps and validated
1 parent 7845732 commit edb7b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gencast_fp/postprocess/gencast_cf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def run_postprocess_day(
253253
pred_files[0]).drop_vars("land_sea_mask", errors="ignore")
254254
# ref_pred = np.datetime64(f"{Y}-{M}-{D}T12:00:00")
255255
# pd.Timestamp(f"{Y}-{M}-{D}T12:00:00") # TODO: Modify to be +12?
256-
ref_pred = date # removing for now to test + pd.Timedelta(hours=12)
256+
ref_pred = date
257257
for ctime in ds_pred.time.values:
258258
proc_time_step(
259259
ds_pred, ctime, ref_pred,

0 commit comments

Comments
 (0)