Skip to content

Commit

Permalink
Change the comment of Soil_inertial1.m to follow the best practice
Browse files Browse the repository at this point in the history
  • Loading branch information
EntingTang authored Mar 14, 2024
1 parent dc396d2 commit 22a31db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/+equations/Soil_Inertia1.m
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 22a31db

Please sign in to comment.