Changeset 1037


Ignore:
Timestamp:
Oct 28, 2008, 6:01:41 PM (16 years ago)
Author:
lmdzadmin
Message:

Correction test coherence flags Tiedtke
FH/IM

File:
1 edited

Legend:

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

    r1035 r1037  
    12551255      print*,'CYCLE_DIURNE', cycle_diurne
    12561256c
    1257       IF (iflag_con.EQ.2.AND.iflag_cldcon.NE.-1) THEN
    1258          abort_message = 'Tiedtke convection needs iflag_cldcon=-1 '
     1257      IF (iflag_con.EQ.2.AND.iflag_cldcon.GT.-1) THEN
     1258         abort_message = 'Tiedtke needs iflag_cldcon=-2 or -1'
    12591259         CALL abort_gcm (modname,abort_message,1)
    12601260      ENDIF
Note: See TracChangeset for help on using the changeset viewer.