Commit cd775f3
committed
Merge remote-tracking branch 'lo-y-wni/bug_fix' into hotfix-v8.2.3 (PR #1283)
This merge corrects an indexing error for rvcuten in code blocks specific to the
Grell-Freitas scheme in the convection driver. Specifically, in the
convection_from_MPAS and convection_to_MPAS routines, rvcuten used (k,k) as
indexing in a loop, where (k,i) is needed.
Since the Grell-Freitas scheme does not provide momentum tendencies, the changes
in this merge have no impact on results.
* lo-y-wni/bug_fix:
There is index error in variable rvcuten whose index is set to (k,k) in loops. But it should be (k,i) because similar variable rucuten has the index (k,i). The bug fixed is at Grell-Freitas parameterization block but since it does not provide momentum tendencies, there is no change to simulation results1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
| 747 | + | |
748 | 748 | | |
749 | 749 | | |
750 | 750 | | |
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
944 | | - | |
| 944 | + | |
945 | 945 | | |
946 | 946 | | |
947 | 947 | | |
| |||
0 commit comments