Changeset 2435 for LMDZ5/branches/testing/libf/phylmd/cva_driver.F90
- Timestamp:
- Jan 28, 2016, 5:02:13 PM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2397-2403,2405-2407,2410-2413,2415-2424,2426-2429,2431-2432,2434
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/cva_driver.F90
r2408 r2435 622 622 END DO 623 623 624 !! IF (iflag_con==3) THEN 625 !! DO il = 1, len 626 !! sig1(il, nd) = sig1(il, nd) + 1. 627 !! sig1(il, nd) = amin1(sig1(il,nd), 12.1) 628 !! END DO 629 !! END IF 630 624 631 IF (iflag_con==3) THEN 625 DO il = 1, len 626 sig1(il, nd) = sig1(il, nd) + 1. 627 sig1(il, nd) = amin1(sig1(il,nd), 12.1) 628 END DO 629 END IF 632 CALL cv3_incrcount(len,nd,delt,sig1) 633 END IF ! (iflag_con==3) 630 634 631 635 ! RomP >>> … … 876 880 CALL cv3_undilute2(nloc, ncum, nd, icb, icbs, nk, & !na->nd 877 881 tnk, qnk, gznk, hnk, t, q, qs, gz, & 878 p, h, tv, lv, lf, pbase, buoybase, plcl, &882 p, ph, h, tv, lv, lf, pbase, buoybase, plcl, & 879 883 inb, tp, tvp, clw, hp, ep, sigp, buoy, & 880 884 frac) … … 892 896 ! ------------------------------------------------------------------- 893 897 IF (iflag_con==3) THEN 894 IF ((iflag_ice_thermo==1) .AND. (iflag_mix/=0)) THEN895 WRITE (*, *) ' iflag_ice_thermo==1 requires iflag_mix==0', ' but iflag_mix=', iflag_mix, &896 '. Might as well stop here.'897 STOP898 END IF898 ! IF ((iflag_ice_thermo==1) .AND. (iflag_mix/=0)) THEN 899 ! WRITE (*, *) ' iflag_ice_thermo==1 requires iflag_mix==0', ' but iflag_mix=', iflag_mix, & 900 ! '. Might as well stop here.' 901 ! STOP 902 ! END IF 899 903 IF (iflag_mix>=1) THEN 900 904 CALL zilch(supmax, nloc*klev) 901 905 CALL cv3p_mixing(nloc, ncum, nd, nd, ntra, icb, nk, inb, & ! na->nd 902 ph, t, q, qs, u, v, tra, h, lv, qnk, &906 ph, t, q, qs, u, v, tra, h, lv, lf, frac, qnk, & 903 907 unk, vnk, hp, tv, tvp, ep, clw, sig, & 904 908 ment, qent, hent, uent, vent, nent, &
Note: See TracChangeset
for help on using the changeset viewer.