Skip to content

Commit

Permalink
fix line length error
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-huth committed Oct 12, 2023
1 parent 9e11212 commit 08d0d79
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ice_shelf/MOM_ice_shelf_dynamics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ module MOM_ice_shelf_dynamics
!! the same as G%bathyT+Z_ref, when below sea-level.
!! Sign convention: positive below sea-level, negative above.

real, pointer, dimension(:,:) :: basal_traction => NULL() !< The area-integrated taub_beta field (m2 Pa s m-1, or kg s-1)
!! related to the nonlinear part of "linearized"
!! basal stress (Pa) [R L3 T-1 ~> kg s-1]
real, pointer, dimension(:,:) :: basal_traction => NULL() !< The area-integrated taub_beta field
!! (m2 Pa s m-1, or kg s-1) related to the nonlinear part
!! of "linearized" basal stress (Pa) [R L3 T-1 ~> kg s-1]
!! The exact form depends on basal law exponent and/or whether flow is "hybridized" a la Goldberg 2011
real, pointer, dimension(:,:) :: C_basal_friction => NULL()!< Coefficient in sliding law tau_b = C u^(n_basal_fric),
!! units= Pa (m s-1)^(n_basal_fric)
Expand Down

0 comments on commit 08d0d79

Please sign in to comment.