Skip to content

Commit e549fe4

Browse files
Update grib2_all_tables_module.F90
1 parent 2fb6120 commit e549fe4

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
@@ -441,9 +441,9 @@ module grib2_all_tables_module
441441
!
442442
! Added fixed surface levels (12/20/2024)
443443
!
444-
data table4_5(106) /fixed_surface_types('dep_level_unstable_parcel_air',17)/
445-
data table4_5(106) /fixed_surface_types('dep_level_mixed_parcel_air',18)/
446-
data table4_5(106) /fixed_surface_types('lowest_cloud_cover',19)/
444+
data table4_5(107) /fixed_surface_types('dep_level_unstable_parcel_air',17)/
445+
data table4_5(108) /fixed_surface_types('dep_level_mixed_parcel_air',18)/
446+
data table4_5(109) /fixed_surface_types('lowest_cloud_cover',19)/
447447
!
448448
!
449449
type type_of_ens_fcst

0 commit comments

Comments
 (0)