Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

negative water table depth (ZWT) with opt_run=5

xiao.zh

Member
Hi all,
I ran a simulation with opt_run = 5 and obtained negative values for water table depth (ZWT), see Fig below(first output, simulation starts at 2013-01-01_00:00:00). ZWT in wrfinput is zero.

As I understand it, ZWT is defined as positive downward.

When using opt_run = 1, ZWT remains positive in my simulation.

I’m wondering whether the negative ZWT values with opt_run = 5 are correct?


QQ图片20251029110852.pngQQ图片20251029111852.png
 
1761718660635.png
ZWT is negative with opt_run=5.
I found it in "THE COMMUNITY NOAH-MP LAND SURFACE MODELING SYSTEM TECHNICAL DESCRIPTION VERSION 5.0.pdf".
Page 177 said:
1761718660635.png
 
I looked at the related codes in NoahMP, and I believe that ZWT should be positive downward. I have no answer why the model yields negative value of ZWT when running with option 5. I have forwarded your question to our expert. Hope we can figure out what is wrong in this case.
 
I looked at the related codes in NoahMP, and I believe that ZWT should be positive downward. I have no answer why the model yields negative value of ZWT when running with option 5. I have forwarded your question to our expert. Hope we can figure out what is wrong in this case.
Hi Ming,
ZSOIL is set to be negative:
1762308189705.png
opt_run=5, in SUBROUTINE SHALLOWWATERTABLE:
ZWT should be negative.
1762308294795.png

opt_run=1, in SUBROUTINE GROUNDWATER:
ZWT should be positive.
1762308448936.png
 
Top