Commit 7e514a3
committed
Correct check on availability of dtheta_dt_mix 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 commit 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 parent 51d5624 commit 7e514a3
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