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 2fb6120 commit e549fe4Copy full SHA for e549fe4
src/grib2_all_tables_module.F90
@@ -441,9 +441,9 @@ module grib2_all_tables_module
441
!
442
! Added fixed surface levels (12/20/2024)
443
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)/
+ data table4_5(107) /fixed_surface_types('dep_level_unstable_parcel_air',17)/
+ data table4_5(108) /fixed_surface_types('dep_level_mixed_parcel_air',18)/
+ data table4_5(109) /fixed_surface_types('lowest_cloud_cover',19)/
447
448
449
type type_of_ens_fcst
0 commit comments