Changeset 1059


Ignore:
Timestamp:
Nov 25, 2008, 3:46:40 PM (16 years ago)
Author:
lmdzadmin
Message:

Ajout condition supplementaire disparition poche froide (si elle n'atteint pas au - 2eme niveau)
NR/JYG/IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/wake.F

    r974 r1059  
    12441244       DO i=1, klon
    12451245         IF ((sigmaw(i).GT.0.9).or.
    1246      $     ((wape(i).ge.wape2(i)).and.(wape2(i).le.1.0))) THEN
     1246     $     ((wape(i).ge.wape2(i)).and.(wape2(i).le.1.0)).or.
     1247     $      (ktopw(i).le.2)) THEN
     1248cIM cf NR/JYG 251108  $     ((wape(i).ge.wape2(i)).and.(wape2(i).le.1.0))) THEN
    12471249ccc      IF (sigmaw(i).GT.0.9) THEN
    12481250          dtls(i,k) = 0.
     
    23142316
    23152317      IF ((sigmaw.GT.0.9).or.
    2316      .     ((wape.ge.wape2).and.(wape2.le.1.0))) THEN
     2318     .     ((wape.ge.wape2).and.(wape2.le.1.0)).or.(ktopw.le.2)) THEN
     2319cIM cf NR/JYG 251108    .     ((wape.ge.wape2).and.(wape2.le.1.0))) THEN
    23172320c      IF (sigmaw.GT.0.9) THEN
    23182321        DO k = 1,klev
Note: See TracChangeset for help on using the changeset viewer.