We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748819f commit 021d5b1Copy full SHA for 021d5b1
1 file changed
gencast_fp/postprocess/gencast_cf.py
@@ -211,7 +211,7 @@ def run_postprocess_day(
211
212
# Initial conditions (first two steps)
213
init_files = sorted(geos_dir.glob(f"*source-geos*{Y}-{M}-{D}T{H:02d}_*.nc"))
214
- print(init_files)
+ print(f"*source-geos*{Y}-{M}-{D}T{H:02d}_*.nc", init_files)
215
"""
216
if init_files:
217
# ds_init = xr.open_dataset(init_files[0]).drop_vars("land_sea_mask", errors="ignore")
0 commit comments