diff --git a/src/MNH/ini_budget.f90 b/src/MNH/ini_budget.f90 index 93bc1ab1e36a082e94ef0b3e7dbdfb686896ad60..d7cd249e049fd494cf185e7b7364735e71426a1e 100644 --- a/src/MNH/ini_budget.f90 +++ b/src/MNH/ini_budget.f90 @@ -2731,7 +2731,7 @@ if ( tbudgets(NBUDGET_RG)%lenabled ) then call Budget_source_add( tbudgets(NBUDGET_RG), tzsource ) tzsource%cmnhname = 'ACC' - tzsource%clongname = 'accretion of rain on graupel' + tzsource%clongname = 'accretion of rain on snow' tzsource%lavailable = ( hcloud == 'LIMA' .and. ( lptsplit .or. ( nmom_i.ge.1 .and. nmom_c.ge.1 & .and. nmom_s.ge.1 .and. nmom_r.ge.1) ) ) & .or. hcloud(1:3) == 'ICE' @@ -4275,7 +4275,7 @@ SV_BUDGETS: do jsv = 1, ksv call Budget_source_add( tbudgets(ibudget), tzsource ) tzsource%cmnhname = 'ACC' - tzsource%clongname = 'accretion of rain on graupel' + tzsource%clongname = 'accretion of rain on snow' tzsource%lavailable = .true. call Budget_source_add( tbudgets(ibudget), tzsource )