-
Notifications
You must be signed in to change notification settings - Fork 355
first draft of clm6 documentation updates #3947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
swensosc
wants to merge
7
commits into
ESCOMP:b4b-dev
Choose a base branch
from
swensosc:swenson_ctsm_docs
base: b4b-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
053c2c9
first draft
swensosc 6084f56
update hillslope hydrology chapter
swensosc 47b36a2
update methane chapter
swensosc cacc976
Merge remote-tracking branch 'escomp/b4b-dev' into swenson_ctsm_docs
slevis-lmwg 87808ba
Remove redundant "Figure" labels from a couple of figure legends
slevis-lmwg 4ea522f
Update doc/source/tech_note/Hillslope_Hydrology/CLM50_Tech_Note_Hills…
slevis-lmwg edc73bf
Merge branch 'b4b-dev' into swenson_ctsm_docs
slevis-lmwg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
188 changes: 158 additions & 30 deletions
188
doc/source/tech_note/Fluxes/CLM50_Tech_Note_Fluxes.rst
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions
58
doc/source/tech_note/Hillslope_Hydrology/CLM50_Tech_Note_Hillslope_Hydrology.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| .. _rst_Hillslope_Hydrology: | ||
|
|
||
| Hillslope Hydrology | ||
| ===================== | ||
|
|
||
| CLM is typically operated using a single column to represent the hydrologic state of the vegetated land unit. The CLM 'Hillslope Hydrology' configuration extends the standard configuration by instantiating multiple columns per gridcell, each performing the standard vertical model physics (:ref:`Swenson et al. 2019b<Swensonetal2019b>`). A set of connected columns in a gridcell is referred to as a hillslope, and lateral runoff fluxes can be passed between hillslope columns. In addition to calculating lateral moisture fluxes, meteorological downscaling is enabled in the hillslope configuration (:numref:`Figure Hillslope Hydrology Schematic`). These processes require a description of the columns' topographic characteristics, which are described by specifying six geomorphic parameters: the column area :math:`A`, the mean column height :math:`h`, the width of the column at its downslope interface :math:`w`, the mean distance of the column from the channel :math:`d`, the mean slope of the column :math:`\alpha`, and the column's aspect (defined with respect to North) :math:`\beta` (:numref:`Figure Hillslope Hydrology Geomorphic Parameters`). A method for estimating the geomorphic parameters from a digital elevation model (DEM) is described by :ref:`Swenson and Lawrence 2025<SwensonLawrence2025>`. | ||
|
|
||
| .. _Figure Hillslope Hydrology Schematic: | ||
|
|
||
| .. Figure:: image1.png | ||
| :align: center | ||
|
|
||
| Processes enabled in Hillslope Hydrology: lateral subsurface flow passed between columns, slope/aspect based insolation, elevation-based downscaling. | ||
|
|
||
| .. _Figure Hillslope Hydrology Geomorphic Parameters: | ||
|
|
||
| .. Figure:: image2.png | ||
| :align: center | ||
|
|
||
| Hillslope geomorphic parameters specified for each column via input data file. | ||
|
|
||
| Saturated subsurface flow along the hillslope profile is described by Darcy's law | ||
|
|
||
| .. math:: | ||
| :label: hh.eqn.1 | ||
|
|
||
| q = - K_{s} \frac{d\Psi}{dx} , | ||
|
|
||
| where :math:`q` is the moisture flux (m\ :sup:`3` m\ :sup:`-2` s\ :sup:`-1`), :math:`K_{s}` is the saturated hydraulic conductivity (m/s), :math:`\Psi` is the hydraulic head (m), and :math:`x` is the distance from the base of the hillslope (m). In unconfined saturated flow, the hydraulic head is the absolute water table height. To calculate the hydraulic head gradient, each column's water table depth :math:`z_{\nabla}` is subtracted from the relative hillslope elevation :math:`h`. | ||
|
|
||
| Each hillslope has a stream channel, whose state variable is described by the volume of water in the channel :math:`V_{stream}`. The stream channel is defined by the bankfull width :math:`W_{channel}` (m) and depth :math:`D_{channel}` (m), which are given by | ||
|
|
||
| .. math:: | ||
| :label: hh.eqn.2 | ||
|
|
||
| \begin{array}{l} | ||
| W_{channel} = c_{w} A_{hill}^{b_{w}} \\ | ||
| D_{channel} = c_{d} A_{hill}^{b_{d}} , | ||
| \end{array} | ||
|
|
||
| where :math:`c_{w}` and :math:`c_{d}` are scaling parameters, :math:`A_{hill}` (m\ :sup:`2`) is the total hillslope area, and :math:`b_{w}=0.6` and :math:`b_{d}=0.4` are power law exponents. Channel flow is described by the Manning equation (:ref:`Dingman 2002<Dingman2002>`). When :math:`V_{stream}` is greater than the bankfull volume, a floodplain described by a constant slope is assumed. | ||
|
|
||
| Downscaling of incoming solar radiation uses topographic slope :math:`\alpha` and aspect :math:`\beta` to redistribute insolation between the gridcell's hillslope columns, while conserving the total energy flux. Incoming direct solar radiation, :math:`S_{gridcell}`, is divided by the gridcell cosine of the solar zenith angle, :math:`cosz_{gridcell}`, then multiplied by the column's cosine of the solar zenith angle, :math:`cosz_{column}`, which is calculated using the column's topographic slope and aspect | ||
|
|
||
| .. math:: | ||
| :label: hh.eqn.3 | ||
|
|
||
| S_{column} = S_{gridcell} \frac{cosz_{column}}{cosz_{gridcell}} , | ||
|
|
||
| Other meteorological inputs, e.g. temperature and precipitation, can be adjusted using elevation‐based downscaling. For such variables, the gridcell-level value is modified by an anomly defined by the lapse rate :math:`\lambda` | ||
|
|
||
| .. math:: | ||
| :label: hh.eqn.4 | ||
|
|
||
| X_{column} = X_{gridcell} + \lambda \ \Delta Z_{column} | ||
|
|
||
| where :math:`X` represents a meteorological variable and :math:`\Delta Z_{column}` represents the column elevation anomaly with respect to the gridcell mean elevation. | ||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.