Updated exregional_run_post and config.sh.RTMA_CONUS_3km to permit th…#345
Closed
EdwardColon-NOAA wants to merge 1 commit into
Closed
Updated exregional_run_post and config.sh.RTMA_CONUS_3km to permit th…#345EdwardColon-NOAA wants to merge 1 commit into
EdwardColon-NOAA wants to merge 1 commit into
Conversation
…e inclusion of SPC fields in the UPP output.
| wgrib2 PRSLEV.GrbF${post_fhr} -set center 7 -grib ${bgdawp} | ||
| wgrib2 NATLEV.GrbF${post_fhr} -set center 7 -grib ${bgrd3d} | ||
| wgrib2 BGDAWP.GrbF${post_fhr} -set center 7 -grib ${bgdawp} | ||
| wgrib2 BGRD3D.GrbF${post_fhr} -set center 7 -grib ${bgrd3d} |
Collaborator
There was a problem hiding this comment.
We should not change to "BGDAWP" and "BGRD3D" as in the 000 subdirectory the final grib2 files are PRSLEV.GrbF00 and NATLEV.GrbF00
Collaborator
There was a problem hiding this comment.
After a few checks, I understood why you saw BGD* in your UPP runs.
The postxconfig-NT-fv3lam_rrfs.txt file under regional_workflow/fix/upp (not the one under UPP/parm) is what is actually used in real time runs and it defines "PRSLEV" and "NATLEV".
Collaborator
Author
|
Hi Guoqing & Eric,
I am going to cancel the pull requests in the NOAA-GSL/regional_workflow
and NOAA-GSL/UPP and redo them with the update in avblflds while preserving
the NATLEV and PRSLEV variable names in scripts/exregional_run_post.sh
<#345 (comment)>
…-Edward
-Edward
On Wed, Apr 27, 2022 at 1:33 AM Guoqing Ge ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In scripts/exregional_run_post.sh
<#345 (comment)>
:
> @@ -385,8 +385,8 @@ bgdawp=${postprd_dir}/${NET}.t${cyc}z.bgdawpf${fhr}.${tmmark}.grib2
bgrd3d=${postprd_dir}/${NET}.t${cyc}z.bgrd3df${fhr}.${tmmark}.grib2
bgsfc=${postprd_dir}/${NET}.t${cyc}z.bgsfcf${fhr}.${tmmark}.grib2
-wgrib2 PRSLEV.GrbF${post_fhr} -set center 7 -grib ${bgdawp}
-wgrib2 NATLEV.GrbF${post_fhr} -set center 7 -grib ${bgrd3d}
+wgrib2 BGDAWP.GrbF${post_fhr} -set center 7 -grib ${bgdawp}
+wgrib2 BGRD3D.GrbF${post_fhr} -set center 7 -grib ${bgrd3d}
After a few checks, I understood why you saw BGD* in your UPP runs.
The postxconfig-NT-fv3lam_rrfs.txt file under regional_workflow/fix/upp
(not the one under UPP/parm) is what is actually used in real time runs and
it defines "PRSLEV" and "NATLEV".
—
Reply to this email directly, view it on GitHub
<#345 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACFXXQF2ES5X2BF6GJMFA5LVHDGSJANCNFSM5UNYNTPQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
-------------------------------------------------
Edward Colón
IMSG at NOAA/NWS/NCEP/EMC
5830 University Research Ct.
Rm #2025
Riverdale, MD 20737
Office: (301) 683-3815
Cell: (301) 213-3566
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…e inclusion of SPC fields in the UPP output.