Commit 66f6ae0
committed
Merge branch 'atmosphere/fix_depv_dt_mix_check' into hotfix-v7.2 (PR #937)
This merge corrects a check on the availability of the dtheta_dt_mix variable
when computing depv_dt_mix.
The code to compute depv_dt_mix in the calc_pvBudget routine previously checked
that the dtheta_dt_mp variable had been successfully been retrieved from the
diag pool, when instead the check should have been on the dtheta_dt_mix
variable.
Note that the fix in this merge isn't expected to have any impact in practice,
since both dtheta_dt_mp and dtheta_dt_mix should always be found in the diag
pool.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1457 | 1457 | | |
1458 | 1458 | | |
1459 | 1459 | | |
1460 | | - | |
| 1460 | + | |
1461 | 1461 | | |
1462 | 1462 | | |
1463 | 1463 | | |
| |||
0 commit comments