Skip to content

Commit

Permalink
Update ip_grid_mod.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored May 21, 2024
1 parent 18a547a commit 0823e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ip_grid_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module ip_grid_mod
integer, public, parameter :: ROT_EQUID_CYLIND_E_GRID_ID_GRIB2 = 32768 !< Integer grid number for rotated equidistant cylindrical E-stagger grid (grib2)
integer, public, parameter :: ROT_EQUID_CYLIND_B_GRID_ID_GRIB2 = 32769 !< Integer grid number for rotated equidistant cylindrical B-stagger grid (grib2)

logical, public, save :: ncep_post_arakawa=.false. !< Use ncep_post-compatible version of init_grib2() for non-E Arakawa grids
logical, public, save :: ncep_post_arakawa=.false. !< Use ncep_post/wgrib2-compatible version of init_grib2() for non-E Arakawa grids (enable with use_ncep_post_arakawa())

private
public :: ip_grid
Expand Down

0 comments on commit 0823e27

Please sign in to comment.