Skip to content

Commit

Permalink
move Ktens out of basalstress conditional in diagnostic output (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
eclare108213 authored Jul 13, 2020
1 parent 15a884c commit 78b7a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicecore/cicedynB/general/ice_init.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,8 @@ subroutine input_data
write(nu_diag,1007) ' k2 = ', k2, ' free parameter for landfast ice'
write(nu_diag,1007) ' alphab = ', alphab, ' factor for landfast ice'
write(nu_diag,1007) ' threshold_hw = ', threshold_hw, ' max water depth for grounding ice'
write(nu_diag,1007) ' Ktens = ', Ktens, ' tensile strength factor'
endif
write(nu_diag,1007) ' Ktens = ', Ktens, ' tensile strength factor'
endif ! kdyn enabled

write(nu_diag,*) ' '
Expand Down

0 comments on commit 78b7a12

Please sign in to comment.