Skip to content

Commit 79f8418

Browse files
add some update comments
1 parent 59acfa1 commit 79f8418

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/grib2_all_tables_module.F90

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ module grib2_all_tables_module
142142
data table1_0(27) /version_no('v112020',26)/
143143
data table1_0(28) /version_no('v052021',27)/
144144
data table1_0(29) /version_no('v112021',28)/
145+
!
146+
! Added Version Number (12/20/2024)
147+
!
145148
data table1_0(30) /version_no('v052022',29)/
146149
data table1_0(31) /version_no('v112022',30)/
147150
data table1_0(32) /version_no('v062023',31)/
@@ -180,9 +183,12 @@ module grib2_all_tables_module
180183
data table1_2(2) /sigreftime('fcst',1)/
181184
data table1_2(3) /sigreftime('vfcst',2)/
182185
data table1_2(4) /sigreftime('obstime',3)/
183-
data table1_2(5) /sigreftime('local',4)/
184-
data table1_2(6) /sigreftime('sim_start',5)/
185-
data table1_2(7) /sigreftime('missing',255)/
186+
data table1_2(5) /sigreftime('missing',255)/
187+
!
188+
! Added Significance of Ref Time (12/20/2024)
189+
!
190+
data table1_2(6) /sigreftime('local',4)/
191+
data table1_2(7) /sigreftime('sim_start',5)/
186192
!
187193
!
188194
type prod_status
@@ -206,6 +212,9 @@ module grib2_all_tables_module
206212
data table1_3(9) /prod_status('s2s_test',7)/
207213
data table1_3(10) /prod_status('unens_rreanl',8)/
208214
data table1_3(11) /prod_status('unens_rreanl_test',9)/
215+
!
216+
! Added Production Status (12/20/2024)
217+
!
209218
data table1_3(12) /prod_status('copernic_rreanl',10)/
210219
data table1_3(13) /prod_status('copernic_rreanl_test',11)/
211220
data table1_3(14) /prod_status('dest_earth',12)/

0 commit comments

Comments
 (0)