Skip to content

Commit

Permalink
Crocus appendix section note additions on surface runoff and fixed PS…
Browse files Browse the repository at this point in the history
…NOWTHRUFAL variable's details

Co-authored-by: Trude Eidhammer <trudeeidhammer@users.noreply.github.com>
  • Loading branch information
scrasmussen and trudeeidhammer committed Dec 21, 2024
1 parent 3ff3dbb commit a267bca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/userguide/appendices.rest
Original file line number Diff line number Diff line change
Expand Up @@ -2631,7 +2631,7 @@ layers contain the initialized ice.
+--------------+-----------+----------------------------------------------+--------------------+
| PSNOWALB | 2D | Albedo | `-` |
+--------------+-----------+----------------------------------------------+--------------------+
| PSNOWTHRUFAL | 2D | Surface runoff rate | `kg/m^2/s` |
| PSNOWTHRUFAL | 2D | Accumulated surface runoff | `kg/m^2` |
+--------------+-----------+----------------------------------------------+--------------------+
| PSNOWHEIGHT | 2D | Total glacier thickness | `m` |
+--------------+-----------+----------------------------------------------+--------------------+
Expand Down Expand Up @@ -2663,3 +2663,12 @@ layers contain the initialized ice.
Currently there are no namelist options to change parameter values.
Several important parameters that can be modified can be found in:
:file:`src/Land_models/NoahMP/phys/surfex/modd_snow_par.F90`

Surface runoff is assigned to ``FLOW_ICE`` when the top active layer at the
specific grid point has a density of 850 kg/m3, while surface runoff is
assigned to ``FLOW_SNOW`` when the top active layer has a density equal to
or less than 850 kg/m3. The sum of ``FLOW_ICE`` and ``FLOW_SNOW`` is equal
to ``PSNOWTHRUFAL``. Note that runoff from precipitation is included in
surface runoff, thus ``FLOW_SNOW`` and ``FLOW_ICE`` cannot be used directly
as indication if melt is from the ice part of the glacier or snow part of
the glacier.

0 comments on commit a267bca

Please sign in to comment.