Changeset 2687 for LMDZ5/branches
- Timestamp:
- Oct 27, 2016, 10:31:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing/libf/phylmd/fisrtilp.F90
r2685 r2687 15 15 USE icefrac_lsc_mod ! compute ice fraction (JBM 3/14) 16 16 USE print_control_mod, ONLY: prt_level, lunout 17 USE cloudth_mod18 17 IMPLICIT none 19 18 !====================================================================== … … 575 574 if (iflag_cld_th>=5) then 576 575 577 if (iflag_cloudth_vert.EQ.2) then 578 call cloudth(klon,klev,k,ztv, & 576 call cloudth(klon,klev,k,ztv, & 579 577 zq,zqta,fraca, & 580 578 qcloud,ctot,zpspsk,paprs,ztla,zthl, & 581 579 ratqs,zqs,t) 582 elseif (iflag_cloudth_vert.EQ.3) then 583 call cloudth_v3(klon,klev,k,ztv, & 584 zq,zqta,fraca, & 585 qcloud,ctot,zpspsk,paprs,ztla,zthl, & 586 ratqs,zqs,t) 587 endif 580 588 581 do i=1,klon 589 582 rneb(i,k)=ctot(i,k)
Note: See TracChangeset
for help on using the changeset viewer.