We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eebba4 commit 7e416e0Copy full SHA for 7e416e0
src/grib2_all_tables_module.F90
@@ -180,9 +180,9 @@ module grib2_all_tables_module
180
data table1_2(2) /sigreftime('fcst',1)/
181
data table1_2(3) /sigreftime('vfcst',2)/
182
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)/
+ data table1_2(5) /sigreftime('local',4)/
+ data table1_2(6) /sigreftime('sim_start',5)/
+ data table1_2(7) /sigreftime('missing',255)/
186
!
187
188
type prod_status
0 commit comments