Skip to content

Commit

Permalink
Source data are assumed to be zonally re-entrant.
Browse files Browse the repository at this point in the history
  • Loading branch information
MJHarrison-GFDL committed Aug 22, 2019
1 parent 49797c8 commit ceab18a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/framework/MOM_horizontal_regridding.F90
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ subroutine horiz_interp_and_extrap_tracer_record(filename, varnam, conversion,

if (k == 1) then
call horiz_interp_new(Interp,x_in,y_in,lon_out(is:ie,js:je),lat_out(is:ie,js:je), &
interp_method='bilinear',src_modulo=reentrant_x)
interp_method='bilinear',src_modulo=.true.)
endif

if (debug) then
Expand Down Expand Up @@ -796,7 +796,7 @@ subroutine horiz_interp_and_extrap_tracer_fms_id(fms_id, Time, conversion, G, t
! call fms routine horiz_interp to interpolate input level data to model horizontal grid
if (k == 1) then
call horiz_interp_new(Interp, x_in, y_in, lon_out(is:ie,js:je), lat_out(is:ie,js:je), &
interp_method='bilinear', src_modulo=reentrant_x)
interp_method='bilinear', src_modulo=.true.)
endif

if (debug) then
Expand Down

0 comments on commit ceab18a

Please sign in to comment.