SICOPOLIS V3.3
Functions/Subroutines
calc_bas_melt_m Module Reference

Computation of the basal melting rate. More...

Functions/Subroutines

subroutine, public calc_qbm (time, z_sl, dzeta_c, dzeta_r)
 Computation of the basal melting rate Q_bm. Summation of Q_bm and Q_tld (water drainage rate from the temperate layer). More...
 
subroutine sub_ice_shelf_melting_param (time, z_sl, year_sec_inv, rhow_rho_ratio, i, j, Q_bm_floating)
 Sub-ice-shelf melting parameterisation. More...
 

Detailed Description

Computation of the basal melting rate.

Function/Subroutine Documentation

subroutine, public calc_bas_melt_m::calc_qbm ( real(dp), intent(in)  time,
real(dp), intent(in)  z_sl,
real(dp), intent(in)  dzeta_c,
real(dp), intent(in)  dzeta_r 
)

Computation of the basal melting rate Q_bm. Summation of Q_bm and Q_tld (water drainage rate from the temperate layer).

Definition at line 54 of file calc_bas_melt_m.F90.

subroutine calc_bas_melt_m::sub_ice_shelf_melting_param ( real(dp), intent(in)  time,
real(dp), intent(in)  z_sl,
real(dp), intent(in)  year_sec_inv,
real(dp), intent(in)  rhow_rho_ratio,
integer(i4b), intent(in)  i,
integer(i4b), intent(in)  j,
real(dp), intent(out)  Q_bm_floating 
)

Sub-ice-shelf melting parameterisation.

Definition at line 430 of file calc_bas_melt_m.F90.