Ignore:
Timestamp:
Oct 9, 2012, 3:29:15 PM (12 years ago)
Author:
Laurent Fairhead
Message:

Version testing basée sur la r1575


Testing release based on r1575

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/concvl.F

    r1518 r1664  
    238238cc$$$         close (56)
    239239c
    240          print*, 'supcrit1, supcrit2' ,supcrit1, supcrit2
     240         IF (prt_level .ge. 10)
     241     &       WRITE(lunout,*) 'supcrit1, supcrit2' ,supcrit1, supcrit2
    241242C
    242243C===========================================================================
     
    248249          cbmf(i) = 0.
    249250          plcl(i) = 0.
    250           plfc(i) = 0.
    251           wbeff(i) = 0.
    252251          sigd(i) = 0.
    253252         ENDDO
    254253      ENDIF   !(ifrst .EQ. 0)
     254
     255c Initialisation a chaque pas de temps
     256      plfc(:)  = 0.
     257      wbeff(:) = 100.
    255258
    256259      DO k = 1, klev+1
     
    368371      endif 
    369372C------------------------------------------------------------------
    370       print *,' cva_driver -> cbmf,plcl,plfc,wbeff ',
    371      .          cbmf(1),plcl(1),plfc(1),wbeff(1)
     373      IF (prt_level .ge. 10)
     374     .   WRITE(lunout,*) ' cva_driver -> cbmf,plcl,plfc,wbeff ',
     375     .                     cbmf(1),plcl(1),plfc(1),wbeff(1)
    372376
    373377      DO i = 1,klon
Note: See TracChangeset for help on using the changeset viewer.