SICOPOLIS V3.3
Functions/Subroutines
calc_vxy_m Module Reference

Computation of the horizontal velocity vx, vy. More...

Functions/Subroutines

subroutine, public calc_vxy_b_sia (time, z_sl)
 Computation of the basal horizontal velocity vx_b, vy_b in the shallow ice approximation. More...
 
subroutine, public calc_vxy_sia (dzeta_c, dzeta_t)
 Computation of the shear stresses txz, tyz, the effective shear stress sigma, the depth-averaged fluidity flui_ave_sia, the horizontal velocity vx, vy and the horizontal volume flux qx, qy in the shallow ice approximation. More...
 
subroutine, public calc_vxy_static ()
 Computation of the horizontal velocity vx, vy, the horizontal volume flux qx, qy etc. for static ice. More...
 
subroutine, public calc_vxy_ssa (z_sl, dxi, deta, dzeta_c, dzeta_t, ii, jj, nn)
 Computation of the horizontal velocity vx, vy, the horizontal volume flux qx, qy and the flux across the grounding line q_gl_g in the shallow shelf approximation (SSA) or the shelfy stream approximation (SStA). More...
 

Detailed Description

Computation of the horizontal velocity vx, vy.

Function/Subroutine Documentation

subroutine, public calc_vxy_m::calc_vxy_b_sia ( real(dp), intent(in)  time,
real(dp), intent(in)  z_sl 
)

Computation of the basal horizontal velocity vx_b, vy_b in the shallow ice approximation.

Definition at line 53 of file calc_vxy_m.F90.

subroutine, public calc_vxy_m::calc_vxy_sia ( real(dp), intent(in)  dzeta_c,
real(dp), intent(in)  dzeta_t 
)

Computation of the shear stresses txz, tyz, the effective shear stress sigma, the depth-averaged fluidity flui_ave_sia, the horizontal velocity vx, vy and the horizontal volume flux qx, qy in the shallow ice approximation.

Definition at line 478 of file calc_vxy_m.F90.

subroutine, public calc_vxy_m::calc_vxy_ssa ( real(dp), intent(in)  z_sl,
real(dp), intent(in)  dxi,
real(dp), intent(in)  deta,
real(dp), intent(in)  dzeta_c,
real(dp), intent(in)  dzeta_t,
integer(i4b), dimension((imax+1)*(jmax+1)), intent(in)  ii,
integer(i4b), dimension((imax+1)*(jmax+1)), intent(in)  jj,
integer(i4b), dimension(0:jmax,0:imax), intent(in)  nn 
)

Computation of the horizontal velocity vx, vy, the horizontal volume flux qx, qy and the flux across the grounding line q_gl_g in the shallow shelf approximation (SSA) or the shelfy stream approximation (SStA).

Definition at line 1069 of file calc_vxy_m.F90.

subroutine, public calc_vxy_m::calc_vxy_static ( )

Computation of the horizontal velocity vx, vy, the horizontal volume flux qx, qy etc. for static ice.

Definition at line 1003 of file calc_vxy_m.F90.