I found a bottom friction parameterization scheme in the model:
md.friction=frictiontemp();
It's roughly described like this:
disp(sprintf('Basal shear stress parameters: tau_b = coefficient2 * Neff r * |u_b|s-1 * u_b * 1/f(T)\n(effective stress Neff=rho_icegthickness+rho_watergbed, r=q/p and s=1/p)'));
Does this mean that using this method can consider the impact of temperature changes on bottom friction?Because the bottom melting caused by temperature raising sometimes has a significant impact on the friction coefficient, I want to consider this process in the simulation.