Skip to content

Commit 116e548

Browse files
fixed duplicate mnemonic in Table 4.2.10.3 (#110)
* fixed duplicate mnemonic in Table 4.2.10.3 * added National Water Center as a new subcenter (18) to grib^Call_tables_module.f90.
1 parent 2dfcff4 commit 116e548

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/grib2_all_tables_module.F90

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
!> 2019/06/25 | Boi Vuong | 17 Added new entries in table4_3,table4_5 and added new table4_8,table4_9,table 4_201 Added generating process model table on388_tablea
2020
!> 2021/04/20 | Boi Vuong | Updated table 4.3, 4.5,4.7 and on388_tablea
2121
!> 2023/03/30 | Andrew Benjamin | Added new entires to on388)_tablea
22+
!> 2024/02/23 | Andrew Benjamin | Added new subcenter to on388)_tablec
2223
!>
2324
!> @author Jun Wang @date 2012/01/25
2425
module grib2_all_tables_module
@@ -101,6 +102,8 @@ module grib2_all_tables_module
101102
! Added Sub-Center (06/26/2019)
102103
!
103104
data tablec(17) /subcenters('esrl',17)/
105+
! Added National Water Center Sub-Center (02/23/2024)
106+
data tablec(18) /subcenters('nwc',18)/
104107

105108
type version_no
106109
character(len=20) :: verskey

src/params_grib2_tbl_new

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@
10231023
0 20 100 0 SADEN
10241024
0 19 19 0 SALBD
10251025
3 0 1 0 SALBEDO
1026-
10 3 21 0 SALIN
1026+
10 3 21 0 SALINITY
10271027
10 4 193 1 SALIN
10281028
1 2 12 0 SALTIL
10291029
10 4 3 0 SALTY

src/params_grib2_tbl_new.text

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@
19051905
10 3 19 0 SSHGTPARM
19061906
10 3 20 0 DSLIBARCOR
19071907
! Added new parameter 12/15/2023
1908-
10 3 21 0 SALIN
1908+
10 3 21 0 SALINITY
19091909
! NCEP Local use
19101910
10 3 192 1 SURGE
19111911
10 3 193 1 ETSRG

0 commit comments

Comments
 (0)