We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9a3f commit 1d60339Copy full SHA for 1d60339
src/core_atmosphere/physics/mpas_atmphys_driver_convection.F
@@ -744,7 +744,7 @@ subroutine convection_from_MPAS(dt_dyn,configs,mesh,sfc_input,diag_physics,tend_
744
rqvblten_p(i,k,j) = rqvblten(k,i)
745
rqvdynten_p(i,k,j) = rqvdynten(k,i)
746
rucuten_p(i,k,j) = rucuten(k,i)
747
- rvcuten_p(i,k,j) = rvcuten(k,k)
+ rvcuten_p(i,k,j) = rvcuten(k,i)
748
enddo
749
750
@@ -941,7 +941,7 @@ subroutine convection_to_MPAS(configs,diag_physics,tend_physics,its,ite)
941
qc_cu(k,i) = qccu_p(i,k,j)
942
qi_cu(k,i) = qicu_p(i,k,j)
943
rucuten(k,i) = rucuten_p(i,k,j)
944
- rvcuten(k,k) = rvcuten_p(i,k,j)
+ rvcuten(k,i) = rvcuten_p(i,k,j)
945
946
947
0 commit comments