stim_basal_melt Module

The basal_melt ice model

authors: Hans Burchard and Karsten Bolding


Uses

  • module~~stim_basal_melt~~UsesGraph module~stim_basal_melt stim_basal_melt module~stim_variables stim_variables module~stim_basal_melt->module~stim_variables

Contents


Subroutines

public subroutine init_stim_basal_melt(ice_cover)

Initialize the basal_melt model with an ice-cover

Arguments

Type IntentOptional AttributesName
integer, intent(inout) :: ice_cover

public subroutine do_stim_basal_melt(h, ustar, T, S)

melt layer salinity melt layer temperature

Read more…

Arguments

Type IntentOptional AttributesName
real(kind=rk), intent(in) :: h

upper layer thickness [m]

real(kind=rk), intent(inout) :: ustar

friction velocity ice/water interface [m/s]

real(kind=rk), intent(in) :: T

upper layer temperature [C]

real(kind=rk), intent(in) :: S

upper layer salinity [g/kg]

public subroutine clean_stim_basal_melt()

Arguments

None