Skip to content

Commit

Permalink
Add 5-degree target interpolation grid option
Browse files Browse the repository at this point in the history
add 5deg as destination grid
  • Loading branch information
aerorahul authored Nov 1, 2023
2 parents 3fa454f + 498e0fe commit 7c9affd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ocnicepost.fd/init_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ subroutine readnml
if (nxr == 1440 .and. nyr == 721) fdst = '0p25' ! 1/4deg rectilinear
if (nxr == 720 .and. nyr == 361) fdst = '0p5' ! 1/2 deg rectilinear
if (nxr == 360 .and. nyr == 181) fdst = '1p0' ! 1 deg rectilinear
if (nxr == 72 .and. nyr == 36) fdst = '5p0' ! 5 deg rectilinear
if (len_trim(fdst) == 0) then
write(logunit,'(a)')'destination grid dimensions unknown'
stop
Expand Down

0 comments on commit 7c9affd

Please sign in to comment.