Ignore:
Timestamp:
Jun 9, 2008, 11:54:29 AM (16 years ago)
Author:
Laurent Fairhead
Message:

On passe les parametres lus dans parameter_mix.data et supcrit.data dans le
physiq.def
LF

File:
1 edited

Legend:

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

    r940 r963  
    118118       REAL zx_t,zdelta,zx_qs,zcor
    119119c
    120        INTEGER iflag_mix
    121        SAVE iflag_mix
     120!       INTEGER iflag_mix
     121!       SAVE iflag_mix
    122122       INTEGER noff, minorig
    123123       INTEGER i,k,itra
     
    215215C
    216216      if (iflag_con.eq.3) then
    217 c     CALL cv3_inicp(iflag_clos,iflag_mix)
    218       CALL cv3_inip(iflag_mix)
     217c     CALL cv3_inicp()
     218      CALL cv3_inip()
    219219      endif
    220220c
     
    223223C===========================================================================
    224224C
    225          open (56,file='supcrit.data')
    226          read (56,*) Supcrit1, Supcrit2
    227          close (56)
     225c$$$         open (56,file='supcrit.data')
     226c$$$         read (56,*) Supcrit1, Supcrit2
     227c$$$         close (56)
    228228c
    229229         print*, 'supcrit1, supcrit2' ,supcrit1, supcrit2
Note: See TracChangeset for help on using the changeset viewer.