Skip to content

Commit 7e416e0

Browse files
Update grib2_all_tables_module.F90
1 parent 5eebba4 commit 7e416e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/grib2_all_tables_module.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ module grib2_all_tables_module
180180
data table1_2(2) /sigreftime('fcst',1)/
181181
data table1_2(3) /sigreftime('vfcst',2)/
182182
data table1_2(4) /sigreftime('obstime',3)/
183-
data table1_2(4) /sigreftime('local',4)/
184-
data table1_2(4) /sigreftime('sim_start',5)/
185-
data table1_2(5) /sigreftime('missing',255)/
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)/
186186
!
187187
!
188188
type prod_status

0 commit comments

Comments
 (0)