SICOPOLIS V3.3
Functions/Subroutines
calc_vz_m Module Reference

Computation of the vertical velocity vz. More...

Functions/Subroutines

subroutine, public calc_vz_grounded (dxi, deta, dzeta_c, dzeta_t)
 Computation of the vertical velocity vz for grounded ice. More...
 
subroutine, public calc_vz_floating (z_sl, dxi, deta, dzeta_c)
 Computation of the vertical velocity vz for floating ice. More...
 
subroutine, public calc_vz_static ()
 Computation of the vertical velocity vz for static ice. More...
 

Detailed Description

Computation of the vertical velocity vz.

Function/Subroutine Documentation

subroutine, public calc_vz_m::calc_vz_floating ( real(dp), intent(in)  z_sl,
real(dp), intent(in)  dxi,
real(dp), intent(in)  deta,
real(dp), intent(in)  dzeta_c 
)

Computation of the vertical velocity vz for floating ice.

Definition at line 259 of file calc_vz_m.F90.

subroutine, public calc_vz_m::calc_vz_grounded ( real(dp), intent(in)  dxi,
real(dp), intent(in)  deta,
real(dp), intent(in)  dzeta_c,
real(dp), intent(in)  dzeta_t 
)

Computation of the vertical velocity vz for grounded ice.

Definition at line 52 of file calc_vz_m.F90.

subroutine, public calc_vz_m::calc_vz_static ( )

Computation of the vertical velocity vz for static ice.

Definition at line 374 of file calc_vz_m.F90.