Skip to content
Snippets Groups Projects
Commit 0ca58a8e authored by VIE Benoît's avatar VIE Benoît
Browse files

add initialization of outputs in RDSF

parent 2edc8fca
No related branches found
No related tags found
No related merge requests found
......@@ -93,8 +93,12 @@ REAL, DIMENSION(SIZE(PRRT)) :: ZINTG_RAIN ! incomplete gamma func
REAL, DIMENSION(SIZE(PRRT)) :: ZNI_RDSF,ZRI_RDSF ! RDSF rates
!
!-------------------------------------------------------------------------------
P_RI_RDSF(:)=0.
P_CI_RDSF(:)=0.
!
GRDSF(:) = LRDSF .AND. LDCOMPUTE .AND. (PRIT(:)>XRTMIN(4)) .AND. (PRRT(:)>XRTMIN(3)) &
.AND. (PCIT(:)>XCTMIN(4)) .AND. (PCRT(:)>XCTMIN(3))
IRDSF = COUNT( GRDSF(:) )
!
IF (IRDSF > 0) THEN
......
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