Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archiving fails in S2S trying to save sfluxgrb forecast files that are not created #1418

Closed
AndrewEichmann-NOAA opened this issue Mar 23, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@AndrewEichmann-NOAA
Copy link
Contributor

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:

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.

flist="001 002 004 005 007 008"
for fhr in ${flist}; do
echo "${dirname}${head}sfluxgrbf${fhr}.grib2 " >>gdas.txt
echo "${dirname}${head}sfluxgrbf${fhr}.grib2.idx " >>gdas.txt
done

@WalterKolczynski-NOAA
Copy link
Contributor

Looks like this was fixed some time ago and the issue was never closed. Please reopen if this is still a problem.

@AndrewEichmann-NOAA
Copy link
Contributor Author

@WalterKolczynski-NOAA Thanks, and sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants