SICOPOLIS V3.3
Functions/Subroutines | Variables
discharge_workers_m Module Reference

Ice discharge parameterization for the Greenland ice sheet. More...

Functions/Subroutines

subroutine, public disc_param (dtime)
 Ice discharge parameters (Greenland). [Assign ice discharge parameters.]. More...
 
subroutine, public calc_c_dis_0 (dxi, deta)
 Constant in ice discharge parameterization (Greenland). [Determine (amount of magnitude of) constant in ice discharge parameterization.]. More...
 
subroutine, public disc_fields ()
 Dependence of ice discharge coefficient on latitude (Greenland). [Determine dependence of ice discharge coefficient on latitude. This can be improved. For now I recommend s_dis=1.]. More...
 
subroutine, public discharge (dxi, deta)
 Ice discharge parameterization main formula, controler (general). [Compute ice discharge via a parameterization using distance of ice margin to coast and ice thickness as parameters.]. More...
 

Variables

real(dp), public dt_glann
 
real(dp), public dt_sub
 
integer(i2b), dimension(0:jmax, 0:imax), public mask_mar
 
real(dp), dimension(0:jmax, 0:imax), public cst_dist
 
real(dp), dimension(0:jmax, 0:imax), public cos_grad_tc
 
real(dp), dimension(0:jmax, 0:imax), public dis_perp
 

Detailed Description

Ice discharge parameterization for the Greenland ice sheet.

Function/Subroutine Documentation

subroutine, public discharge_workers_m::calc_c_dis_0 ( real(dp), intent(in)  dxi,
real(dp), intent(in)  deta 
)

Constant in ice discharge parameterization (Greenland). [Determine (amount of magnitude of) constant in ice discharge parameterization.].

Definition at line 147 of file discharge_workers_m.F90.

subroutine, public discharge_workers_m::disc_fields ( )

Dependence of ice discharge coefficient on latitude (Greenland). [Determine dependence of ice discharge coefficient on latitude. This can be improved. For now I recommend s_dis=1.].

Definition at line 237 of file discharge_workers_m.F90.

subroutine, public discharge_workers_m::disc_param ( real(dp), intent(in)  dtime)

Ice discharge parameters (Greenland). [Assign ice discharge parameters.].

Definition at line 75 of file discharge_workers_m.F90.

subroutine, public discharge_workers_m::discharge ( real(dp), intent(in)  dxi,
real(dp), intent(in)  deta 
)

Ice discharge parameterization main formula, controler (general). [Compute ice discharge via a parameterization using distance of ice margin to coast and ice thickness as parameters.].

Definition at line 268 of file discharge_workers_m.F90.

Variable Documentation

real(dp), dimension(0:jmax,0:imax), public discharge_workers_m::cos_grad_tc

Definition at line 62 of file discharge_workers_m.F90.

real(dp), dimension(0:jmax,0:imax), public discharge_workers_m::cst_dist

Definition at line 62 of file discharge_workers_m.F90.

real(dp), dimension(0:jmax,0:imax), public discharge_workers_m::dis_perp

Definition at line 63 of file discharge_workers_m.F90.

real(dp), public discharge_workers_m::dt_glann

Definition at line 58 of file discharge_workers_m.F90.

real(dp), public discharge_workers_m::dt_sub

Definition at line 58 of file discharge_workers_m.F90.

integer(i2b), dimension(0:jmax,0:imax), public discharge_workers_m::mask_mar

Definition at line 60 of file discharge_workers_m.F90.