Skip to content
Snippets Groups Projects

Add nfactors for dampening wintertime air temperature forcings

Merged Brian Groenke requested to merge bgroenke/cryogridjulia:feature/nfactors into master
Files
31
@@ -46,7 +46,7 @@ Notice that, in the example above, it is types such as `Soil`, `Heat`, `SFCC`, e
@@ -46,7 +46,7 @@ Notice that, in the example above, it is types such as `Soil`, `Heat`, `SFCC`, e
""" Variable definitions for heat conduction (enthalpy) on soil layer. """
""" Variable definitions for heat conduction (enthalpy) on soil layer. """
variables(soil::Soil, heat::Heat{:H}) = (
variables(soil::Soil, heat::Heat{:H}) = (
Prognostic(:H, Float"J/m^3", OnGrid(Cells)),
Prognostic(:H, Float"J/m^3", OnGrid(Cells)),
Diagnostic(:T, Float"K", OnGrid(Cells)),
Diagnostic(:T, Float"°C", OnGrid(Cells)),
Diagnostic(:C, Float"J//K*/m^3", OnGrid(Cells)),
Diagnostic(:C, Float"J//K*/m^3", OnGrid(Cells)),
Diagnostic(:Ceff, Float"J/K/m^3", OnGrid(Cells)),
Diagnostic(:Ceff, Float"J/K/m^3", OnGrid(Cells)),
Diagnostic(:k, Float"W/m/K", OnGrid(Edges)),
Diagnostic(:k, Float"W/m/K", OnGrid(Edges)),
Loading