Ignore:
Timestamp:
Jun 9, 2008, 11:54:29 AM (17 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/cv3_inip.F

    r879 r963  
    1         SUBROUTINE cv3_inip(iflag_mix)
     1        SUBROUTINE cv3_inip()
    22***************************************************************
    33*                                                             *
     
    1111#include "YOMCST2.h"
    1212c
    13       INTEGER iflag_mix
     13c      INTEGER iflag_mix
    1414c
    1515c --   Mixing probability distribution functions
     
    5252C
    5353
    54         open(57,file='parameter_mix.data')
     54c$$$        open(57,file='parameter_mix.data')
     55c$$$
     56c$$$        read(57,*) iflag_mix, scut
     57c$$$        read(57,*)
     58c$$$        if(iflag_mix .gt. 0) then
     59c$$$          read(57,*) qqa1, qqa2
     60c$$$              read(57,*)
     61c$$$              read(57,*) gammas, Fmax
     62c$$$              read(57,*)
     63c$$$              read(57,*) alphas
     64c$$$         endif
     65c$$$     close(57)
    5566
    56         read(57,*) iflag_mix, scut
    57         read(57,*)
    58         if(iflag_mix .gt. 0) then
    59               read(57,*) qqa1, qqa2
    60               read(57,*)
    61               read(57,*) gammas, Fmax
    62               read(57,*)
    63               read(57,*) alphas
    64          endif
    65          close(57)
    6667c
    6768      if(iflag_mix .gt. 0) then
Note: See TracChangeset for help on using the changeset viewer.