Problem Statement#
caption#
Modelling of Sea ice freezing involves ice-brine interface tracking which is modelling using the generalised Stefan problem. In this project, a 1D advective-diffusion model predominantly diffusive in nature is implemented using finite differences. The numerical equations models thermal and brine effects on the sea ice system with the following set of equations (1):
Brine in a sea ice system propagates along a vertical column and the flux across boundaries is considered to be constant (CHECK!!) as shown in Fig(). The Dirichlet boundary conditions (essential boundary condition) is implemented at the top layer of the vertical column and the system is assumed to be at melting temperature of sea ice as (2):.
The linear numerical model is solved using the Thomas tri-diagonal solver (REF) which is for a positive definite diagonally dominant matrix (REF). The conditional stability of the implicit numerical difference system is verified using the Fourier stability criteria (REF). The model parameters used in this project are number of iterations, sea ice freezing duration, and initial salinity.
The instabilities due to temperature and salinity gradients causing expulsion of salt in sea ice causing gravity drainage can be described using a parametrised equation as a function of Rayleigh number.
The transport of nutrients follows salt transport; therefore, the salt mass conservation equation can be used:
The micro-algal growth dynamics follows the Nicholson-Bailey model, which is a Malthusian model where the growth and depletion of algae and nutrients follows the law of exponential growth. Algal activity is associated with its byproduct, carbon concentration and the presence of algae with chlorophyll concentration,
Stefan Problem: So \($\lambda$\) giving the minimum absolute result is determined and used to compute the location of the phase change.