Skip to content

Commit

Permalink
Remove final warning from surface.F90.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Dec 15, 2022
1 parent bc7e2e5 commit 6a91ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/chgres_cube.fd/surface.F90
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ subroutine interp(localpet)
mask_input_ptr = 1
where (nint(landmask_input_ptr) == 1) mask_input_ptr = 0

mask_target_ptr = seamask_target_ptr
mask_target_ptr = int(seamask_target_ptr,kind=esmf_kind_i4)

method=ESMF_REGRIDMETHOD_CONSERVE

Expand Down

0 comments on commit 6a91ac6

Please sign in to comment.