Skip to content

Commit

Permalink
Change the default of VISC_REM_CONT_HVEL_FIX
Browse files Browse the repository at this point in the history
Temporarily cut off the control of VISC_REM_CONT_HVEL_FIX from
VISC_REM_BUG and change the default of VISC_REM_CONT_HVEL_FIX to False.
  • Loading branch information
herrwang0 authored and marshallward committed Sep 18, 2024
1 parent b2db6bf commit b3d7348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/MOM_continuity_PPM.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ subroutine continuity_PPM_init(Time, G, GV, US, param_file, diag, CS)
call get_param(param_file, mdl, "VISC_REM_CONT_HVEL_FIX", CS%visc_rem_hvel_fix, &
"If true, velocity cell thickness h_[uv] from the continuity solver "//&
"is not multiplied by visc_rem_[uv]. Default of this flag is set by "//&
"VISC_REM_BUG.", default=.not.visc_rem_bug)
"VISC_REM_BUG.", default=.False.) !, default=.not.visc_rem_bug)
CS%diag => diag

id_clock_reconstruct = cpu_clock_id('(Ocean continuity reconstruction)', grain=CLOCK_ROUTINE)
Expand Down

0 comments on commit b3d7348

Please sign in to comment.