Commit 96f8fe28 authored by theophile.terraz's avatar theophile.terraz
Browse files

Modif LENV

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -248,15 +248,16 @@ ...@@ -248,15 +248,16 @@
! hauteur minimale pour retenir les vitesses maxi ! hauteur minimale pour retenir les vitesses maxi
hmin = 0.1 hmin = 0.1
if (tm .eq. tinit) then if (tm .eq. tinit) then
if (me==scribe) then
if (irep .eq. 1) then if (irep .eq. 1) then
open(ifen,file=etude//'.env',status='unknown') open(ifen,file=etude//'.env',status='unknown')
read(ifen,*) tt read(ifen,*) tt
if (me==scribe) then
if (tt .ne. tinit) then if (tt .ne. tinit) then
write(*,*) 'tinit= ',tinit,' t enveloppe= ',tt write(*,*) 'tinit= ',tinit,' t enveloppe= ',tt
write(*,*) 'attention les maxima posterieurs a tinit' write(*,*) 'attention les maxima posterieurs a tinit'
write(*,*) 'ne seront pas conserves' write(*,*) 'ne seront pas conserves'
endif endif
end if ! me==scribe
do ie = 1,ne do ie = 1,ne
read(ifen,*) j,th(ie),hem(ie),tu(ie),qum(ie),qvm(ie), & read(ifen,*) j,th(ie),hem(ie),tu(ie),qum(ie),qvm(ie), &
& hem2(ie),qum2(ie),qvm2(ie) & hem2(ie),qum2(ie),qvm2(ie)
...@@ -278,7 +279,6 @@ ...@@ -278,7 +279,6 @@
open(ifen,file=etude//'.env',status='unknown') open(ifen,file=etude//'.env',status='unknown')
close(ifen) close(ifen)
endif endif
end if ! me==scribe
endif endif
! calcul des maxima ! calcul des maxima
! #ifdef mpi ! #ifdef mpi
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment