Skip to content
Snippets Groups Projects
Commit be410caf authored by VIE Benoit's avatar VIE Benoit Committed by RODIER Quentin
Browse files

Bugfix init CVRC budget variables to 0

parent 539fd6a2
No related branches found
No related tags found
No related merge requests found
......@@ -419,6 +419,8 @@ ZHOMFT(:,:,:) = 0.
ZHOMFS(:,:,:) = 0.
if ( lbu_enable ) then
Z_RR_CVRC(:,:,:) = 0.
Z_CR_CVRC(:,:,:) = 0.
allocate( ZTOT_CR_BRKU (size( ptht, 1), size( ptht, 2), size( ptht, 3) ) ); ZTOT_CR_BRKU(:,:,:) = 0.
allocate( ZTOT_TH_HONR (size( ptht, 1), size( ptht, 2), size( ptht, 3) ) ); ZTOT_TH_HONR(:,:,:) = 0.
allocate( ZTOT_RR_HONR (size( ptht, 1), size( ptht, 2), size( ptht, 3) ) ); ZTOT_RR_HONR(:,:,:) = 0.
......@@ -767,8 +769,6 @@ IF (LWARM .AND. LDEPOC) THEN
END IF
!
!
!!$Z_RR_CVRC(:,:,:) = 0.
!!$Z_CR_CVRC(:,:,:) = 0.
!!$IF (LWARM .AND. LRAIN) THEN
!!$ if( lbu_enable ) then
!!$ if ( lbudget_rc ) call Budget_store_init( tbudgets(NBUDGET_RC), 'R2C1', zrcs(:, :, :) * prhodj(:, :, :) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment