The program makes use of soil thermal properties (conductivity, heat capacity), which are assinged to each of the Tlayer solution depths, based on soil moisture conditions.
|
|
|
|
| T0 | double * | C | Temperature profile at previous time step |
| dz | double * | m | Soil layer thickness |
| kappa | double * | W/m/K | Soil layer thermal conductivity |
| Cs | double * | J/m^3/K | Soil layer volumetric heat capacity |
| deltat | double | s | Model time step |
| Tlayer | int | N/A | Total number of layers in soil profile |
|
|
|
|
| T | double * | C | Temperature profile at current time step |
Page Last Modified on 6/12/97