Ignore:
Timestamp:
Jun 12, 2008, 11:38:46 AM (16 years ago)
Author:
Laurent Fairhead
Message:

Corrections petits bugs divers
LF

File:
1 edited

Legend:

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

    r880 r970  
    3535      real it
    3636cCR: on rajoute ale et alp de la PBL precrits
    37       open (99,file='wake.data',form='formatted')
    38       read (99,*) it
    39       read (99,*) w
    40       read (99,*) f
    41       read (99,*) u
    42       read (99,*) p
    43       close (99)
     37c     open (99,file='wake.data',form='formatted')
     38c     read (99,*) it
     39c     read (99,*) w
     40c     read (99,*) f
     41c     read (99,*) u
     42c     read (99,*) p
     43c     close (99)
     44
     45! FH A mettre si besoin dans physiq.def
     46! FH : voir avec JYG
     47      it=0.
     48      w=4.
     49      f=0.1
     50      u=0.1
     51      p=4.
    4452c
    4553      print *,' it,w ',it,w
Note: See TracChangeset for help on using the changeset viewer.