Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coon, Ethan
ELM_Kernels
Commits
7a5fc92e
Commit
7a5fc92e
authored
Dec 21, 2020
by
Beisman, James Joseph
Browse files
fixed persistent spelling error in CanopyTemp functon documentation
parent
c5761ca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CanopyTemperatureMod_functions.cc
View file @
7a5fc92e
...
...
@@ -14,11 +14,11 @@ ctype [int] urban landunit type
nlevurb [int] number of urban layers
lakpoi [bool] true => landunit is a lake point
t_h2osfc [double] surface water temperature
t_soisno[nle
n
grnd+nlevsno] [double] col soil temperature (Kelvin)
t_soisno[nle
v
grnd+nlevsno] [double] col soil temperature (Kelvin)
OUTPUTS:
t_h2osfc_bef [double] saved surface water temperature
tssbef[nle
n
grnd+nlevsno] [double] soil/snow temperature before update
tssbef[nle
v
grnd+nlevsno] [double] soil/snow temperature before update
*/
void
SavePriorGroundTemp
(
const
int
&
ctype
,
...
...
@@ -53,7 +53,7 @@ snl [int] number of snow layers
frac_sno_eff [double] eff. fraction of ground covered by snow (0 to 1)
frac_h2osfc [double] fraction of ground covered by surface water (0 to 1)
t_h2osfc [double] surface water temperature
t_soisno[nle
n
grnd+nlevsno] [double] col soil temperature (Kelvin)
t_soisno[nle
v
grnd+nlevsno] [double] col soil temperature (Kelvin)
OUTPUTS:
t_grnd [double] ground temperature (Kelvin)
...
...
@@ -92,10 +92,10 @@ nlevsoi [int] number of hydrologically active soil layers
frac_sno [double] fraction of ground covered by snow (0 to 1)
frac_h2osfc [double] fraction of ground covered by surface water (0 to 1)
smpmin [double] restriction for min of soil potential (mm)
h2osoi_liq[nle
n
grnd+nlevsno] [double] liquid water (kg/m2)
h2osoi_ice[nle
n
grnd+nlevsno] [double] ice lens (kg/m2)
dz[nle
n
grnd+nlevsno] [double] layer thickness (m)
t_soisno[nle
n
grnd+nlevsno] [double] col soil temperature (Kelvin)
h2osoi_liq[nle
v
grnd+nlevsno] [double] liquid water (kg/m2)
h2osoi_ice[nle
v
grnd+nlevsno] [double] ice lens (kg/m2)
dz[nle
v
grnd+nlevsno] [double] layer thickness (m)
t_soisno[nle
v
grnd+nlevsno] [double] col soil temperature (Kelvin)
watsat[nlevgrnd] [double] volumetric soil water at saturation (porosity)
sucsat[nlevgrnd] [double] minimum soil suction (mm)
bsw[nlevgrnd] [double] Clapp and Hornberger "b"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment