Opened 3 years ago
Last modified 3 years ago
#2736 assigned Bug
vertical scale facors not recalculated when ssh/=0
Reported by: | clem | Owned by: | systeam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | DOM | Version: | v4.0.* |
Severity: | minor | Keywords: | |
Cc: |
Description
I think there is a problem with vertical scale factors in istate.F90 when ssh/=0 and linssh=false (either with wetting and drying or with user defined ssh). Gurvan wrote a comment in the code also.
Vertical scale factors must be recalculated in these cases and they are not.
Solution:
simply call dom_vvl_zgr
I am not sure it applies to the trunk because I do not know where ssh is initialized wrt vertical scale factors
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
15458 | clem | 2021-10-28T17:12:05+02:00 | 4.0-HEAD: recalculate vertical scale factors in istate.F90 for wetting and drying and user defined configurations (related to change of ssh). Should solve ticket #2736 for 4.0. Not sure we also need to change the trunk? |
Change History (3)
comment:1 Changed 3 years ago by jchanut
comment:2 Changed 3 years ago by clem
In 15458:
comment:3 Changed 3 years ago by nemo
- Owner set to systeam
- Status changed from new to assigned
You could get inspiration from the changes made to domvvl.F90 in the VORTEX test case (MY_SRC).