-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for syndat_getjtbul code parsing 3-character storm names (GFSv16.…
…3.21) (#3200) Update the `sorc/syndat_getjtbul.fd/getjtbul.f` code to resolve a problem parsing 3-character storm names. This update is being included in the GFSv16.3.21 package (with approval by NCO). From the developer @Qingfu-Liu: > The `gfs_atmos_tropcy_qc_reloc` job did not properly parse the vitals info from a raw bulletin with a tab in the storm name field for storm "SIX". The code sorc/syndat_getjtbul.fd/getjtbul.f converting a tab to a space worked well for storms that have at least 4 characters in their names, but does not work as well for storms with 3-character names. This code change will fix the parsing problem for 3-character storms. Refs #2591
- Loading branch information
1 parent
3ad6fe1
commit 65f2645
Showing
2 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ GFS V16.3.21 RELEASE NOTES | |
PRELUDE | ||
------- | ||
|
||
The WAFS is separated from the GFS and is now its own package in production as WAFS.v7.0.1. | ||
The WAFS is separated from the GFS and is now its own package in production as WAFS.v7.0.1. A code update for syndat_getjtbul is also included. | ||
|
||
IMPLEMENTATION INSTRUCTIONS | ||
--------------------------- | ||
|
@@ -60,6 +60,9 @@ The `sorc/build_all.sh` script no longer builds the WAFS code. | |
The `sorc/build_gfs_wafs.sh` build script is deleted. | ||
The `sorc/link_fv3gfs.sh` script no longer links/copies WAFS files/execs. | ||
|
||
Also included in this package is a fix to the syndat_getjtbul code to resolve a | ||
parsing problem with 3-character storm names. | ||
|
||
JOBS CHANGES | ||
------------ | ||
|
||
|
@@ -190,3 +193,4 @@ PREPARED BY | |
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] |
This file contains 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