Skip to content

How to output SWE (snow water equivelent) and Root Soil Moisture #97

Answered by mikhailsmilovic
ZRYings asked this question in Q&A
Discussion options

You must be logged in to vote

Snow cover
SnowCover is the variable for the depth of moisture [metres] in the snowpack. An infinitely increasing trend over time is not reasonable but has been noticed in areas with glaciers. There have been recent developments to redistribute snow to avoid this. A glacier module in development would resolve this in glacier areas.

We suggest including this in the settings file in section [SNOW]:
snowmelt_radiation = True
This will induce snowmelt from temperature and radiation.

Soil moisture
Soil moisture is as you have: sum_w1, sum_w2, sum_w3 for soil layers 1, 2, and 3, respectively, and
self.var.sum_soil = self.var.sum_w1 + self.var.sum_w2 + self.var.sum_w3 + self.var.sum_topwater

Pla…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mikhailsmilovic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants