You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [canopy and soil tutorial](docs/src/tutorials/integrated/soil_canopy_fluxnet_tutorial.md),
5
5
# we demonstrated how to run the an integrated model with a soil and
6
6
# canopy component at the US-MOz fluxnet site.
7
7
# Here we add in a snow component, and run the site at the Niwot Ridge site instead.
8
-
# Again, the focus of this tutorial is to learn the steps towards setting up and
9
-
# running an integrated simulation, and less on the parameterization choices.
10
-
# As such, the default parameters are implicitly set. To experiment with
11
-
# modularity in the parameters and parameterizations, please see tutorial X.
8
+
9
+
# The focus of this tutorial is to learn the steps towards setting up and
10
+
# running an integrated simulation, and less on the parameterization
11
+
# choices. As such, the default parameters are implicitly set.
12
+
# To experiment with modularity in the parameters and parameterizations, please see the [canopy parameterizations tutorial](docs/src/tutorials/standalone/Canopy/changing_canopy_parameterizations.md) or the [soiil parameterizations tutorial](docs/src/tutorials/standalone/Soil/changing_soil_parameterizations.md).
12
13
13
14
# # Preliminary Setup
14
15
using Dates
@@ -19,35 +20,35 @@ using ClimaLand.Domains: Column
# standalone mode using prescribed values for the inputs of soil moisture
7
-
# and ground temperature
8
-
# into the canopy hydraulics model. However, ClimaLand can also
9
-
# integrate the canopy model with a soil model and timestep the two
10
-
# components together to simulate an interacting canopy-soil system. This tutorial
11
-
# demonstrates how to setup and run an integrated simulation, again using
12
-
# initial conditions, atmospheric and radiative flux conditions, and leaf
13
-
# area index observed at the US-MOz flux tower, a flux tower located within an
14
-
# oak-hickory forest in Ozark, Missouri, USA.
6
+
# standalone mode using a prescribed soil moisture
7
+
# and ground temperature. ClimaLand can also
8
+
# integrate the canopy model with a prongostic soil model
9
+
# and timestep the two components together to simulate an
10
+
# interacting canopy-soil system. This tutorial
11
+
# demonstrates how to set that up.
12
+
# We use initial conditions, atmospheric and radiative flux conditions,
13
+
# and leaf area index observed at the US-MOz flux tower, a flux tower
14
+
# located within an oak-hickory forest in Ozark, Missouri, USA.
15
+
15
16
# The focus of this tutorial is to learn the steps towards setting up and
16
-
# running an integrated simulation, and less on the parameterization choices.
17
-
# As such, the default parameters are implicitly set. To experiment with
18
-
# modularity in the parameters and parameterizations, please see tutorial X.
17
+
# running an integrated simulation, and less on the parameterization
18
+
#choices. As such, the default parameters are implicitly set.
19
+
#To experiment with modularity in the parameters and parameterizations, please see the [canopy parameterizations tutorial](docs/src/tutorials/standalone/Canopy/changing_canopy_parameterizations.md) or the [soiil parameterizations tutorial](docs/src/tutorials/standalone/Soil/changing_soil_parameterizations.md).
19
20
20
21
# # Preliminary Setup
21
22
using Dates
@@ -26,35 +27,36 @@ using ClimaLand.Domains: Column
0 commit comments