Changeset 2328
- Timestamp:
- Jul 16, 2015, 2:09:53 PM (10 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 1 added
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/physiq.F90
r2325 r2328 578 578 ! REAL zxsnow(klon) 579 579 REAL zxsnow_dummy(klon) 580 REAL zsav_tsol(klon) 580 581 ! 581 582 REAL dist, rmu0(klon), fract(klon) … … 3527 3528 endif 3528 3529 3530 ! 3531 !sonia : If Iflag_radia >=2, pertubation of some variables input to radiation 3532 !(DICE) 3533 ! 3534 IF (iflag_radia .ge. 2) THEN 3535 zsav_tsol (:) = zxtsol(:) 3536 call perturb_radlwsw(zxtsol,iflag_radia) 3537 ENDIF 3538 3529 3539 IF (aerosol_couple) THEN 3530 3540 #ifdef INCA … … 3660 3670 ENDIF ! aerosol_couple 3661 3671 itaprad = 0 3672 ! 3673 ! If Iflag_radia >=2, reset pertubed variables 3674 ! 3675 IF (iflag_radia .ge. 2) THEN 3676 zxtsol(:) = zsav_tsol (:) 3677 ENDIF 3662 3678 ENDIF ! MOD(itaprad,radpas) 3663 3679 itaprad = itaprad + 1
Note: See TracChangeset
for help on using the changeset viewer.