diff --git a/src/common/micro/lima.F90 b/src/common/micro/lima.F90 index f8d9070a9a1bccd9fa2cd2df7e8482f5e530df32..db3144ccbaae83a7cd38ee222b43e21fabd6dc8c 100644 --- a/src/common/micro/lima.F90 +++ b/src/common/micro/lima.F90 @@ -901,7 +901,7 @@ if ( BUCONF%lbu_enable ) then call BUDGET_STORE_END_PHY(D, TBUDGETS(NBUDGET_TH), 'SEDI', zths(:, :, :) * prhodj(:, :, :) ) if ( BUCONF%lbudget_rc .and. nmom_c.ge.1 .and. lsedc ) & call BUDGET_STORE_END_PHY(D, TBUDGETS(NBUDGET_RC), 'SEDI', zrcs(:, :, :) * prhodj(:, :, :) ) - if ( BUCONF%lbudget_rr .and. nmom_r.ge.2 ) & + if ( BUCONF%lbudget_rr .and. nmom_r.ge.1 ) & call BUDGET_STORE_END_PHY(D, TBUDGETS(NBUDGET_RR), 'SEDI', zrrs(:, :, :) * prhodj(:, :, :) ) if ( BUCONF%lbudget_ri .and. nmom_i.ge.1 .and. lsedi ) & call BUDGET_STORE_END_PHY(D, TBUDGETS(NBUDGET_RI), 'SEDI', zris(:, :, :) * prhodj(:, :, :) )