Skip to content

Commit 12e7a0a

Browse files
committed
Change default of USE_POROUS_BARRIER to false
1 parent 2943fa5 commit 12e7a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/MOM.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2312,7 +2312,7 @@ subroutine initialize_MOM(Time, Time_init, param_file, dirs, CS, &
23122312
call get_param(param_file, "MOM", "USE_POROUS_BARRIER", CS%use_porbar, &
23132313
"If true, use porous barrier to constrain the widths "//&
23142314
"and face areas at the edges of the grid cells. ", &
2315-
default=.true.) ! The default should be false after tests.
2315+
default=.false.)
23162316
call get_param(param_file, "MOM", "BATHYMETRY_AT_VEL", bathy_at_vel, &
23172317
"If true, there are separate values for the basin depths "//&
23182318
"at velocity points. Otherwise the effects of topography "//&

0 commit comments

Comments
 (0)