SICOPOLIS V3.3
Functions/Subroutines
calc_enhance_m Module Reference

Computation of the flow enhancement factor. More...

Functions/Subroutines

subroutine, public calc_enhance_1 ()
 Computation of the flow enhancement factor. Case ENHMOD==1: constant for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_2 ()
 Computation of the flow enhancement factor. Case ENHMOD==2: two different values depending on age for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_3 (time)
 Computation of the flow enhancement factor. Case ENHMOD==3: two different values depending on time of deposition for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_4 ()
 Computation of the flow enhancement factor. Case ENHMOD==4: minimal anisotropic enhancement factor for grounded ice, constant for floating ice. More...
 
subroutine, public calc_enhance_5 ()
 Computation of the flow enhancement factor. Case ENHMOD==5: minimal anisotropic enhancement factor for grounded and floating ice. More...
 

Detailed Description

Computation of the flow enhancement factor.

Function/Subroutine Documentation

subroutine, public calc_enhance_m::calc_enhance_1 ( )

Computation of the flow enhancement factor. Case ENHMOD==1: constant for grounded ice, constant for floating ice.

Definition at line 55 of file calc_enhance_m.F90.

subroutine, public calc_enhance_m::calc_enhance_2 ( )

Computation of the flow enhancement factor. Case ENHMOD==2: two different values depending on age for grounded ice, constant for floating ice.

Definition at line 78 of file calc_enhance_m.F90.

subroutine, public calc_enhance_m::calc_enhance_3 ( real(dp), intent(in)  time)

Computation of the flow enhancement factor. Case ENHMOD==3: two different values depending on time of deposition for grounded ice, constant for floating ice.

Definition at line 125 of file calc_enhance_m.F90.

subroutine, public calc_enhance_m::calc_enhance_4 ( )

Computation of the flow enhancement factor. Case ENHMOD==4: minimal anisotropic enhancement factor for grounded ice, constant for floating ice.

Definition at line 188 of file calc_enhance_m.F90.

subroutine, public calc_enhance_m::calc_enhance_5 ( )

Computation of the flow enhancement factor. Case ENHMOD==5: minimal anisotropic enhancement factor for grounded and floating ice.

Definition at line 209 of file calc_enhance_m.F90.