Commit 310e962
committed
Merge branch 'bugfix_t2tv' into hotfix-v7.1 (PR #829)
When calculating moist air density in the real-data initialization case,
virtual temperature, rather than temperature, should be used:
Tv = T * ((1 - qv) + Rv/Rd * qv)
= T * (1 + (Rv/Rd - 1) * qv)1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4773 | 4773 | | |
4774 | 4774 | | |
4775 | 4775 | | |
4776 | | - | |
| 4776 | + | |
| 4777 | + | |
4777 | 4778 | | |
4778 | 4779 | | |
4779 | 4780 | | |
| |||
0 commit comments