Skip to content

Commit

Permalink
Fixes for lnd <-> atm coupling fields
Browse files Browse the repository at this point in the history
Added atmosphere model's surface height as a required input, and 10-m
wind speed as an output.

Also fixed some typos.
  • Loading branch information
billsacks committed Oct 12, 2017
1 parent 5fb24b9 commit 77a2ee7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/source/tech_note/Ecosystem/CLM50_Tech_Note_Ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ conditions from the current time step.
+======================================================+================================================+=================================================+
| :sup:`1`\ Reference height | :math:`z'_{atm}` | m |
+------------------------------------------------------+------------------------------------------------+-------------------------------------------------+
| Atmosphere model's surface height | :math:`z_{surf,atm}` | m |
+------------------------------------------------------+------------------------------------------------+-------------------------------------------------+
| Zonal wind at :math:`z_{atm}` | :math:`u_{atm}` | m s\ :sup:`-1` |
+------------------------------------------------------+------------------------------------------------+-------------------------------------------------+
| Meridional wind at :math:`z_{atm}` | :math:`v_{atm}` | m s\ :sup:`-1` |
Expand All @@ -451,7 +453,7 @@ conditions from the current time step.
+------------------------------------------------------+------------------------------------------------+-------------------------------------------------+
| Incident diffuse near-infrared solar radiation | :math:`S_{atm} \, \downarrow _{nir}` | W m\ :sup:`-2` |
+------------------------------------------------------+------------------------------------------------+-------------------------------------------------+
| Carbon dioxide (CO:sub:`2`) concentration | :math:`c_{a}` | ppmv |
| Carbon dioxide (CO\ :sub:`2`) concentration | :math:`c_{a}` | ppmv |
+------------------------------------------------------+------------------------------------------------+-------------------------------------------------+
| :sup:`3`\ Aerosol deposition rate | :math:`D_{sp}` | kg m\ :sup:`-2` s\ :sup:`-1` |
+------------------------------------------------------+------------------------------------------------+-------------------------------------------------+
Expand All @@ -471,7 +473,7 @@ reference heights for temperature, wind, and specific humidity
:math:`z_{atm,\, w}` ) are required. These are set equal
to\ :math:`z_{atm}` .

:sup:`2`\ The placeCAM provides convective and large-scale liquid
:sup:`2`\ CAM provides convective and large-scale liquid
and solid precipitation, which are added to yield total liquid
precipitation :math:`q_{rain}` and solid precipitation
:math:`q_{sno}` .
Expand Down Expand Up @@ -566,6 +568,8 @@ calculated from molar ratio and the atmospheric pressure
+---------------------------------------+------------------------------------------------+--------------------------------------------------------------+
| Specific humidity at 2 meter height | :math:`q_{2m}` | kg kg\ :sup:`-1` |
+---------------------------------------+------------------------------------------------+--------------------------------------------------------------+
| Wind speed at 10 meter height | :math:`u_{10m}` | m s\ :sup:`-1` |
+---------------------------------------+------------------------------------------------+--------------------------------------------------------------+
| Snow water equivalent | :math:`W_{sno}` | m |
+---------------------------------------+------------------------------------------------+--------------------------------------------------------------+
| Aerodynamic resistance | :math:`r_{am}` | s m\ :sup:`-1` |
Expand Down

0 comments on commit 77a2ee7

Please sign in to comment.