src.spyice.parameters.debug_constants#

class src.spyice.parameters.debug_constants.DebugConstants[source]#

Bases: object

Class representing debug constants used in the model.

Parameters:
  • phi_ini (int) – Freezing constant.

  • phi_ini_Stefan (int) – Freezing constant for Stefan condition.

  • beta (int) – Coefficient for density dependence on salinity.

  • kappa (int) – Thermal diffusivity.

  • mu (int) – Viscosity.

  • Ra_c (int) – Critical Rayleigh number.

  • alpha (int) – Linear coefficient for Rayleigh number driven advection.

  • k_i (int) – Thermal conductivity of ice [W/m/K].

  • k_br (int) – Thermal conductivity of brine [W/m/K].

  • k_w (int) – Thermal conductivity of water.

  • D_s (int) – Diffusivity for salt.

  • c_br (int) – Specific heat of seawater (J/kg/K).

  • c_i (int) – Specific heat of ice.

  • c_w (int) – Specific heat of water.

  • L (int) – Latent heat of fusion ice<->water (J/Kg).

  • rho_i (int) – Density of ice (Kg/m^3).

  • rho_br (int) – Density of ocean used in volume averaging.

  • rho_w (int) – Density of water.

  • m (int) – Cementation exponent for Archie’s equation.

  • g (int) – Gravity constant.

  • phi_c (int) – Constant for phi.

  • P_s (int) – Constant for P_s.

  • a_phi (int) – Constant for a_phi.

  • b_phi (int) – Constant for b_phi.

__init__(phi_ini=1, phi_ini_Stefan=1, beta=1, kappa=1, mu=1, Ra_c=0, alpha=1, k_i=1, k_br=1, k_w=1, D_s=0.0001, c_br=1, c_i=1, c_w=1, L=1, rho_i=1, rho_br=1, rho_w=1, m=1, g=0, phi_c=1, P_s=1, a_phi=1, b_phi=1)#
Parameters:
  • phi_ini (int)

  • phi_ini_Stefan (int)

  • beta (int)

  • kappa (int)

  • mu (int)

  • Ra_c (int)

  • alpha (int)

  • k_i (int)

  • k_br (int)

  • k_w (int)

  • D_s (int)

  • c_br (int)

  • c_i (int)

  • c_w (int)

  • L (int)

  • rho_i (int)

  • rho_br (int)

  • rho_w (int)

  • m (int)

  • g (int)

  • phi_c (int)

  • P_s (int)

  • a_phi (int)

  • b_phi (int)

Return type:

None

D_s: int#
L: int#
P_s: int#
Ra_c: int#
a_phi: int#
alpha: int#
b_phi: int#
beta: int#
c_br: int#
c_i: int#
c_w: int#
g: int#
k_br: int#
k_i: int#
k_w: int#
kappa: int#
m: int#
mu: int#
phi_c: int#
phi_ini: int#
phi_ini_Stefan: int#
rho_br: int#
rho_i: int#
rho_w: int#