Skip to content

Commit

Permalink
Changed default to check regression is due to use new scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jun 21, 2024
1 parent 3f2b129 commit f6f203b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ALE/MOM_remapping.F90
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module MOM_remapping
integer :: answer_date = 99991231
!> If true, use the OM4 version of the remapping algorithm that makes poor assumptions
!! about the reconstructions in top and bottom layers of the source grid
logical :: om4_remap_via_sub_cells = .false.
logical :: om4_remap_via_sub_cells = .true.
end type

!> Class to assist in unit tests
Expand Down Expand Up @@ -1042,7 +1042,6 @@ subroutine remap_src_to_sub_grid(n0, h0, u0, ppoly0_E, ppoly0_coefs, n1, h_sub,
endif
enddo
endif

end subroutine remap_src_to_sub_grid

!> Remaps column of n0+n1+1 values usub on sub-grid h_sub to targets on grid h1
Expand Down

0 comments on commit f6f203b

Please sign in to comment.