Skip to content

Commit 021d5b1

Browse files
Addressing postprocessing
1 parent 748819f commit 021d5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gencast_fp/postprocess/gencast_cf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def run_postprocess_day(
211211

212212
# Initial conditions (first two steps)
213213
init_files = sorted(geos_dir.glob(f"*source-geos*{Y}-{M}-{D}T{H:02d}_*.nc"))
214-
print(init_files)
214+
print(f"*source-geos*{Y}-{M}-{D}T{H:02d}_*.nc", init_files)
215215
"""
216216
if init_files:
217217
# ds_init = xr.open_dataset(init_files[0]).drop_vars("land_sea_mask", errors="ignore")

0 commit comments

Comments
 (0)