Skip to content

Commit

Permalink
wgrib2 text search fix to account for isobaric files that have some d…
Browse files Browse the repository at this point in the history
…ata on some hybrid levels. This addresses waves on boundaries when using operational RAP data for LBCs.
  • Loading branch information
LarissaReames-NOAA committed Nov 17, 2020
1 parent 879dc76 commit 2146f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/input_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2519,7 +2519,7 @@ subroutine read_input_atm_grib2_file(localpet)
if (.not.lret) call error_handler("OPENING GRIB2 ATM FILE.", iret)

print*,"- READ VERTICAL COORDINATE."
iret = grb2_inq(the_file,inv_file,":var0_2","_0_0:"," hybrid ")
iret = grb2_inq(the_file,inv_file,":var0_2","_0_0:",":10 hybrid level:")

if (iret <= 0) then
lvl_str = "mb:"
Expand Down

0 comments on commit 2146f2f

Please sign in to comment.