Skip to content

Commit

Permalink
Reduce the minimum regridding thickness. Necessary for conservation when
Browse files Browse the repository at this point in the history
there are many thin layers. #62
  • Loading branch information
nichannah committed Jun 4, 2015
1 parent f320f0a commit d38f434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ALE/MOM_regridding.F90
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module MOM_regridding
" PQM_IH6IH5 (5th-order accurate)"
character(len=6), parameter, public :: regriddingDefaultInterpScheme = "P1M_H2"
logical, parameter, public :: regriddingDefaultBoundaryExtrapolation = .false.
real, parameter, public :: regriddingDefaultMinThickness = 1.e-3
real, parameter, public :: regriddingDefaultMinThickness = 1.e-10

! -----------------------------------------------------------------------------
! The following are private constants
Expand Down

0 comments on commit d38f434

Please sign in to comment.