ShunLiu-NOAA / regional_workflow

Other
0 stars 0 forks source link

prep_cyc_prod failed due to SST file late on WCOSS #70

Closed ShunLiu-NOAA closed 2 years ago

ShunLiu-NOAA commented 2 years ago

prep_cyc_prod at 202202170100 failed due to the late of SST file on WCOSS. SST file was generated around 22 z. Should we consider using SST file from the previous day?

[Shun.Liu@v109a1 01]$ ls -ltr /gpfs/dell1/nco/ops/com/gfs/prod/sst.20220217/rtgssthr_grb_0.083.grib2 -rw-rw-r-- 1 nwprod prod 2426632 Feb 17 22:34 /gpfs/dell1/nco/ops/com/gfs/prod/sst.20220217/rtgssthr_grb_0.083.grib2 [Shun.Liu@v109a1 01]$ ls -ltr /gpfs/dell1/nco/ops/com/gfs/prod/sst.20220216/rtgssthr_grb_0.083.grib2 -rw-rw-r-- 1 nwprod prod 2427555 Feb 16 22:34 /gpfs/dell1/nco/ops/com/gfs/prod/sst.20220216/rtgssthr_grb_0.083.grib2 [Shun.Liu@v109a1 01]$ ls /gpfs/dell1/nco/ops/com/gfs/prod/sst.20220217/rtgssthr_grb_0.083.grib2

ShunLiu-NOAA commented 2 years ago

new lines are added to use data from the previous day 305 elif [ -r "${SST_ROOT}/sst.$YYYYMMDDm1/rtgssthr_grb_0.083.grib2" ]; then 306 cp ${SST_ROOT}/sst.$YYYYMMDDm1/rtgssthr_grb_0.083.grib2 latest.SST

ShunLiu-NOAA commented 2 years ago

PR is in https://github.com/NOAA-GSL/regional_workflow/pull/278