From 22a31db9f216a247e5eb65b0bcd97d05d3a3ae79 Mon Sep 17 00:00:00 2001 From: Enting Tang <101427283+EntingTang@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:31:12 +0100 Subject: [PATCH] Change the comment of Soil_inertial1.m to follow the best practice --- src/+equations/Soil_Inertia1.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/+equations/Soil_Inertia1.m b/src/+equations/Soil_Inertia1.m index 73e43b96..6e882dec 100644 --- a/src/+equations/Soil_Inertia1.m +++ b/src/+equations/Soil_Inertia1.m @@ -12,10 +12,10 @@ ke = exp(gamma_s * (1 - power(Sr, gamma_s - dels))); % (Kersten number, Eq.(15)) - phis = theta_s0; % (porosity, phis == theta_s = theta_s0) + phis = theta_s0; % (porosity, phis=theta_s=theta_s0) lambda_d = -0.56 * phis + 0.51; % (thermal conductivity for air-dry soil, Eq.(16)) - QC = 0.20; % (quartz content, ≈fss if no measured data) + QC = 0.20; % (quartz content, approximate to fss if no measured QC) lambda_qc = 7.7; % (thermal conductivity of quartz, W/m.K, constant) lambda_s = (lambda_qc^(QC)) * lambda_d^(1 - QC); % (thermal conductivity of the soil solids, Eq.(18))