Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix chgres_cube to process GEFS GRIB2 data #658

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix error handler on read of grib2 file.
Fixes #651.
GeorgeGayno-NOAA committed Jun 15, 2022
commit 314a3ca012f8c27c135d211e45a2c5ce3423af4d
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/input_data.F90
Original file line number Diff line number Diff line change
@@ -5082,7 +5082,7 @@ subroutine read_input_sfc_grib2_file(localpet)
pdt_num = 0
endif
else
call abort
if (rc /= 0) call error_handler("ERROR READING GRIB2 FILE.", rc)
endif

j = 0