Skip to content

Commit

Permalink
added legacy comment in ice_dyn_finish
Browse files Browse the repository at this point in the history
  • Loading branch information
TillRasmussen committed Feb 22, 2022
1 parent 4ba345a commit 1743719
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cicecore/cicedynB/dynamics/ice_dyn_shared.F90
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ subroutine dyn_finish (nx_block, ny_block, &
uvel, vvel, &
uocn, vocn, &
aiu, fm, &
! strintx, strinty, &
! strairx, strairy, &
strocnx, strocny, &
strocnxT, strocnyT)

Expand All @@ -778,6 +780,10 @@ subroutine dyn_finish (nx_block, ny_block, &
vocn , & ! ocean current, y-direction (m/s)
aiu , & ! ice fraction on u-grid
fm ! Coriolis param. * mass in U-cell (kg/s)
! strintx , & ! divergence of internal ice stress, x (N/m^2)
! strinty , & ! divergence of internal ice stress, y (N/m^2)
! strairx , & ! stress on ice by air, x-direction
! strairy ! stress on ice by air, y-direction

real (kind=dbl_kind), dimension (nx_block,ny_block), intent(inout) :: &
strocnx , & ! ice-ocean stress, x-direction
Expand Down

0 comments on commit 1743719

Please sign in to comment.