Changeset 2696 for LMDZ5/trunk/libf/phylmd
- Timestamp:
- Nov 2, 2016, 5:48:03 PM (8 years ago)
- Location:
- LMDZ5/trunk/libf/phylmd
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/fisrtilp.F90
r2686 r2696 575 575 if (iflag_cld_th>=5) then 576 576 577 if (iflag_cloudth_vert .EQ.2) then577 if (iflag_cloudth_vert<=2) then 578 578 call cloudth(klon,klev,k,ztv, & 579 579 zq,zqta,fraca, & 580 580 qcloud,ctot,zpspsk,paprs,ztla,zthl, & 581 581 ratqs,zqs,t) 582 elseif (iflag_cloudth_vert .EQ.3) then582 elseif (iflag_cloudth_vert==3) then 583 583 call cloudth_v3(klon,klev,k,ztv, & 584 584 zq,zqta,fraca, &
Note: See TracChangeset
for help on using the changeset viewer.