Skip to content

Commit be6f33b

Browse files
committed
fixed a syntax error
1 parent 230a5bd commit be6f33b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parameterizations/vertical/MOM_energetic_PBL.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4143,8 +4143,8 @@ subroutine energetic_PBL_init(Time, G, GV, US, param_file, diag, CS)
41434143

41444144
call get_param(param_file, mdl, "EPBL_EQD_DIFFUSIVITY_SHAPE", CS%eqdisc, &
41454145
"Logical flag for activating ML equation for shape function "// &
4146-
"that uses forcing to change its structure. " // &
4147-
Equations are described in Sane et al. (2025). ", default=.false.)
4146+
"that uses forcing to change its structure. "// &
4147+
"Equations are described in Sane et al. (2025).", default=.false.)
41484148

41494149
if (CS%eqdisc) then
41504150

0 commit comments

Comments
 (0)