Changeset 2685 for LMDZ5/branches
- Timestamp:
- Oct 26, 2016, 5:12:55 PM (8 years ago)
- Location:
- LMDZ5/branches/testing/libf/phylmd
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing/libf/phylmd/fisrtilp.F90
r2669 r2685 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_mod 17 18 IMPLICIT none 18 19 !====================================================================== … … 574 575 if (iflag_cld_th>=5) then 575 576 576 call cloudth(klon,klev,k,ztv, & 577 if (iflag_cloudth_vert.EQ.2) then 578 call cloudth(klon,klev,k,ztv, & 577 579 zq,zqta,fraca, & 578 580 qcloud,ctot,zpspsk,paprs,ztla,zthl, & 579 581 ratqs,zqs,t) 580 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 581 588 do i=1,klon 582 589 rneb(i,k)=ctot(i,k)
Note: See TracChangeset
for help on using the changeset viewer.