Ignore:
Timestamp:
Jun 19, 2008, 12:24:22 PM (16 years ago)
Author:
lmdzadmin
Message:

Version thermique FH/CRio
Ajout tests cas physiques non pris en comptes et ajout/enleve prints
Nouvelle routine thermcell_flux2.F90
IM

File:
1 edited

Legend:

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

    r879 r972  
    123123
    124124      if (nn.ne.ncum) then
    125          print*,'strange! nn not equal to ncum: ',nn,ncum
     125         print*,'WARNING nn not equal to ncum: ',nn,ncum
    126126         stop
    127127      endif
     
    150150 150  continue
    151151
     152      if (nn.ne.ncum) then
     153         print*,'WARNING nn not equal to ncum: ',nn,ncum
     154         stop
     155      endif
     156
    152157      RETURN
    153158      END
Note: See TracChangeset for help on using the changeset viewer.