You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running S2S, archiving fails on trying to archive sfluxgrb forecast files on "off-hours" (not divisible by 3), as these are currently not created.
Machines affected
Hera
To Reproduce
Can be seen in /scratch1/NCEPDEV/stmp4/Andrew.Eichmann/COMROT/ocn-da-lores/logs/2021032412/gdasarch.log.1 starting on line 1001:
ERROR: /apps/hpss/bin/htar: error -1 stat-ing "./gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf001.grib2"
*** Warning: No matching names located for './gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf001.grib2'
ERROR: /apps/hpss/bin/htar: error -1 stat-ing "./gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf001.grib2.idx"
*** Warning: No matching names located for './gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf001.grib2.idx'
ERROR: /apps/hpss/bin/htar: error -1 stat-ing "./gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf002.grib2"
*** Warning: No matching names located for './gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf002.grib2'
ERROR: /apps/hpss/bin/htar: error -1 stat-ing "./gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf002.grib2.idx"
*** Warning: No matching names located for './gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf002.grib2.idx'
ERROR: /apps/hpss/bin/htar: error -1 stat-ing "./gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf004.grib2"
*** Warning: No matching names located for './gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf004.grib2'
ERROR: /apps/hpss/bin/htar: error -1 stat-ing "./gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf004.grib2.idx"
*** Warning: No matching names located for './gdas.20210324/12/atmos/gdas.t12z.sfluxgrbf004.grib2.idx'
EXPDIR in /scratch1/NCEPDEV/da/Andrew.Eichmann/WCDA/ocn-da-lores/ocn-da-lores/ocn-da-lores (no typo)
Context
see below Detailed Description
see below Additional Information
see below
Possible Implementation
This is easily remedied incorrectly by commenting out on a local build, or semi-correctly with an if-then cutout for S2S for the following code, but I wonder if these files should be selected more dynamically from variables set in config files.
Expected behavior
Archiving task completes successfully
Current behavior
When running S2S, archiving fails on trying to archive sfluxgrb forecast files on "off-hours" (not divisible by 3), as these are currently not created.
Machines affected
Hera
To Reproduce
Can be seen in
/scratch1/NCEPDEV/stmp4/Andrew.Eichmann/COMROT/ocn-da-lores/logs/2021032412/gdasarch.log.1
starting on line 1001:EXPDIR in
/scratch1/NCEPDEV/da/Andrew.Eichmann/WCDA/ocn-da-lores/ocn-da-lores/ocn-da-lores
(no typo)Context
see below
Detailed Description
see below
Additional Information
see below
Possible Implementation
This is easily remedied incorrectly by commenting out on a local build, or semi-correctly with an if-then cutout for S2S for the following code, but I wonder if these files should be selected more dynamically from variables set in config files.
global-workflow/ush/hpssarch_gen.sh
Lines 344 to 348 in 4ff622a
The text was updated successfully, but these errors were encountered: