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

GFS job JGLOBAL_ATMOS_PRODUCTS failed at finding master and flux files #2191

Closed
WenMeng-NOAA opened this issue Dec 28, 2023 · 3 comments · Fixed by #2499
Closed

GFS job JGLOBAL_ATMOS_PRODUCTS failed at finding master and flux files #2191

WenMeng-NOAA opened this issue Dec 28, 2023 · 3 comments · Fixed by #2499
Assignees
Labels
bug Something isn't working

Comments

@WenMeng-NOAA
Copy link
Contributor

WenMeng-NOAA commented Dec 28, 2023

What is wrong?

The new gfs job 'JGLOBAL_ATMOS_UPP' changed master and flux file names as gfs.tCCz.masterfHHH.grib2 and gfs.tCCz.sfluxfHHH.grb2. The downstream job 'JGLOBAL_ATMOS_PRODUCTS' failed at looking for master and flux files as gfs.tCCz.master.grb2fHHH and gfs.tCCz.sfluxgrbfHHH.grib2.

What should have happened?

The job 'JGLOBAL_ATMOS_PRODUCTS' should generate pgrb2/pgrb2b files.

What machines are impacted?

All or N/A

Steps to reproduce

Run job 'JGLOBAL_ATMOS_PRODUCTS'.

Additional information

none.

Do you have a proposed solution?

Update job 'JGLOBAL_ATMOS_PRODUCTS' with new master and flux file names.
In https://github.com/NOAA-EMC/global-workflow/blob/develop/scripts/exglobal_atmos_products.sh#L41
Change
master.grb2${fhr3}
into
master${fhr3}.grb2

In https://github.com/NOAA-EMC/global-workflow/blob/develop/scripts/exglobal_atmos_products.sh#L176
Change
sfluxgrb${fhr3}.grib2
into
sflux${fhr3}.grb2

@WenMeng-NOAA WenMeng-NOAA added bug Something isn't working triage Issues that are triage labels Dec 28, 2023
@DavidHuber-NOAA DavidHuber-NOAA self-assigned this Jan 5, 2024
@DavidHuber-NOAA DavidHuber-NOAA removed the triage Issues that are triage label Jan 5, 2024
@GwenChen-NOAA
Copy link
Contributor

This job should also generate GFS special files (gfs.txxz.special.grb2fhhh) for downstream jobs. Please see comment at #2158 (comment).

@DavidHuber-NOAA DavidHuber-NOAA removed their assignment Jan 8, 2024
@WenMeng-NOAA
Copy link
Contributor Author

From GFS HR3 at /scratch1/NCEPDEV/climate/Jessica.Meixner/HR3/scoutruns/scouthr3t01/COMROOT/scouthr3t01/logs/2020091300, the inline post generate master and flux files as 'gfs.t{CC}z.master.grb2f{FFF}', gfs.t{CC}z.sfluxgrbf{FFF}.grib2
From my inline post test, master and flux files are named as 'gfs.t{CC}z.masterf{FFF}.grb2' and 'gfs.t{CC}z.sfluxf{FFF}.grb2'

@WenMeng-NOAA
Copy link
Contributor Author

From GFS HR3 at /scratch1/NCEPDEV/climate/Jessica.Meixner/HR3/scoutruns/scouthr3t01/COMROOT/scouthr3t01/logs/2020091300, the inline post generate master and flux files as 'gfs.t{CC}z.master.grb2f{FFF}', gfs.t{CC}z.sfluxgrbf{FFF}.grib2 From my inline post test, master and flux files are named as 'gfs.t{CC}z.masterf{FFF}.grb2' and 'gfs.t{CC}z.sfluxf{FFF}.grb2'

May I get an update on the progress in addressing this issue? It seems the master and flux files generated from in-line post and off-line post have different naming conventions. @aerorahul @WalterKolczynski-NOAA

@WalterKolczynski-NOAA WalterKolczynski-NOAA self-assigned this Apr 5, 2024
aerorahul pushed a commit that referenced this issue Apr 16, 2024
This PR addresses inconsistent file naming conventions in both inline
post and offline post.
Resolves #2191
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
4 participants