Skip to content
Open
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
2 changes: 2 additions & 0 deletions ungrib/src/rd_grib2.F
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,8 @@ SUBROUTINE rd_grib2(junit, gribflnm, hdate,
map%source = 'UKMO'
else if (icenter .eq. 78 .or. icenter .eq. 79 ) then
map%source = 'DWD'
else if (icenter .eq. 38) then ! Edited by Geek-007
Comment thread
Geek-007 marked this conversation as resolved.
Outdated
map%source = 'CMA'
else
map%source = 'unknown model and orig center'
end if
Expand Down