Commit 11eb3fe
committed
Merge branch 'hotfix-v8.3.1_q2diag' into release-v8.4.0 (PR #1383)
This merge corrects an issue with high q2 values over urban cells in Noah-MP.
Essentially, the fix is to correct the q2 diagnostics in the Noah-MP source file
EnergyVarOutTransferMod.F90, changing line 139 to:
NoahmpIO%Q2MXY(I) = NoahmpIO%Q2MBXY(I) * ( 1 - NoahmpIO%FVEGXY(I) ) + NoahmpIO%Q2MVXY(I) * NoahmpIO%FVEGXY(I)
Note that this merge only impacts the 'q2' diagnostic field, and no other
changes to simulation results are expected.
* hotfix-v8.3.1_q2diag:
fix the q2 diagnostics in NoahMP1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments