-
Notifications
You must be signed in to change notification settings - Fork 180
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
Comments
This job should also generate GFS special files (gfs.txxz.special.grb2fhhh) for downstream jobs. Please see comment at #2158 (comment). |
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 |
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 |
This PR addresses inconsistent file naming conventions in both inline post and offline post. Resolves #2191
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
The text was updated successfully, but these errors were encountered: