Ignore:
Timestamp:
Jan 28, 2016, 5:02:13 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2396:2434 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/cva_driver.F90

    r2408 r2435  
    622622  END DO
    623623
     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
    624631  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)
    630634
    631635! RomP >>>
     
    876880      CALL cv3_undilute2(nloc, ncum, nd, icb, icbs, nk, &              !na->nd
    877881                         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, &
    879883                         inb, tp, tvp, clw, hp, ep, sigp, buoy, &
    880884                         frac)
     
    892896! -------------------------------------------------------------------
    893897    IF (iflag_con==3) THEN
    894       IF ((iflag_ice_thermo==1) .AND. (iflag_mix/=0)) THEN
    895         WRITE (*, *) ' iflag_ice_thermo==1 requires iflag_mix==0', ' but iflag_mix=', iflag_mix, &
    896           '. Might as well stop here.'
    897         STOP
    898       END IF
     898!      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
    899903      IF (iflag_mix>=1) THEN
    900904        CALL zilch(supmax, nloc*klev)
    901905        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, &
    903907                         unk, vnk, hp, tv, tvp, ep, clw, sig, &
    904908                         ment, qent, hent, uent, vent, nent, &
Note: See TracChangeset for help on using the changeset viewer.