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

Remove misleading "No such file or directory" syntax errors from output files #85

Open
DavidHuber-NOAA opened this issue Jun 17, 2024 · 3 comments

Comments

@DavidHuber-NOAA
Copy link

This is a followup to NOAA-EMC/global-workflow#1252.

Notes from NOAA-EMC/global-workflow#1252:
NOAA-EMC/global-workflow#1252 (comment)
NOAA-EMC/global-workflow#1252 (comment)
NOAA-EMC/global-workflow#1252 (comment)

There are also some No such file or directory messages being raised by /scratch1/NCEPDEV/global/glopara/git/obsproc/v1.1.2/scripts/exglobal_makeprepbufr.sh. Should these be addressed? If so, not in this PR but one for obsproc?

Yeah, that's most likely an obsproc thing to resolve on their end. Can you share a sample log so we can see the particular messages though? Thanks!

Please see /scratch1/NCEPDEV/da/Henry.Winterbottom/work/global-workflow/COMROOT/x001_gfsv17_issue_1252/logs/2021122100/gdasprep.log.

The stmp path is gone, but grep for No such file or directory and you should see what I referenced above.

@DavidHuber-NOAA
Copy link
Author

FYI @KateFriedman-NOAA @HenryWinterbottom-NOAA

@ilianagenkova
Copy link
Contributor

ilianagenkova commented Sep 22, 2024

Could you be more specific on what is asked of us?
I tried reading /scratch1/NCEPDEV/da/Henry.Winterbottom/work/global-workflow/COMROOT/x001_gfsv17_issue_1252/logs/2021122100/gdasprep.log mentioned in a references issue, but can't access it due to permission restrictions. Thanks!

@DavidHuber-NOAA
Copy link
Author

DavidHuber-NOAA commented Sep 23, 2024

@ilianagenkova I have a recent example in /scratch1/NCEPDEV/global/David.Huber/para/COMROOT/gsiutil_fix_ufs/logs/2024022500/gdasprep.log starting on line 2855. The No such file or directory messages are coming from the prepobs /scratch1/NCEPDEV/global/glopara/git/prepobs/v1.0.2/ush/prepobs_cqcbufr.sh script, lines 58-59:

$ rm /scratch1/NCEPDEV/stmp2/David.Huber/RUNDIRS/gsiutil_fix_ufs/gdas.2024022500/prep.1284580/prepda.t00z.cqcbufr
rm: cannot remove '/scratch1/NCEPDEV/stmp2/David.Huber/RUNDIRS/gsiutil_fix_ufs/gdas.2024022500/prep.1284580/prepda.t00z.cqcbufr': No such file or directory
$ rm cqc_events cqc_stncnt cqc_stnlst
rm: cannot remove 'cqc_events': No such file or directory
rm: cannot remove 'cqc_stncnt': No such file or directory
rm: cannot remove 'cqc_stnlst': No such file or directory

Additionally, the script /scratch1/NCEPDEV/global/glopara/git/prepobs/v1.0.2/ush/prepobs_profcqc.sh at lines 37-38 produces similar messages at line 2953-2957.

Additional messages in the log can be found at lines
3022
3034
3104-3106

Additionally, the following log files in /scratch1/NCEPDEV/global/David.Huber/para/COMROOT/gsiutil_fix_ufs/logs show similar messages:

2024022400/gdasprep.log
2024022400/gfsprep.log
2024022406/gdasprep.log
2024022412/gdasprep.log
2024022418/gdasprep.log
2024022500/gfsprep.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants