From 18d22b5ca8f77cc0de2a66342ca1795dc8a887de Mon Sep 17 00:00:00 2001
From: VIE Benoit <vie@sxphynh>
Date: Thu, 6 Jun 2024 09:06:48 +0200
Subject: [PATCH] correct description for ACC process in ini_budget

---
 src/MNH/ini_budget.f90 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/MNH/ini_budget.f90 b/src/MNH/ini_budget.f90
index 93bc1ab1e..d7cd249e0 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 )
 
-- 
GitLab