Ignore:
Timestamp:
Nov 6, 2008, 5:31:39 PM (16 years ago)
Author:
lmdzadmin
Message:

On sort meantaucld dans histISCCP, car sortie simulateur (enleve du histday)
Lecture fichiers input ISCCP "debut" physiq
IM

File:
1 edited

Legend:

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

    r1043 r1045  
    17531753c
    17541754      IF (MOD(itap-1,lmt_pas) .EQ. 0) THEN
    1755          WRITE(lunout,*)' PHYS cond  julien ',julien
     1755         if(prt_level.ge.1) WRITE(lunout,*)' PHYS cond  julien ',julien
    17561756         CALL ozonecm( FLOAT(julien), rlat, paprs, wo)
    17571757      ENDIF
     
    20822082
    20832083cIM begin
    2084         print*,'physiq: cin pbase dnwd0 ftd fqd ',cin(1),pbase(1),
    2085      .dnwd0(1,1),ftd(1,1),fqd(1,1)
     2084c       print*,'physiq: cin pbase dnwd0 ftd fqd ',cin(1),pbase(1),
     2085c    .dnwd0(1,1),ftd(1,1),fqd(1,1)
    20862086cIM end
    20872087cIM cf. FH
     
    26972697      IF (ok_isccp) THEN
    26982698c
     2699cIM lecture invtau, tautab des fichiers formattes
     2700c
     2701      IF (debut) THEN
     2702c$OMP MASTER
     2703c
     2704      open(99,file='tautab.formatted', FORM='FORMATTED')
     2705      read(99,'(f30.20)') tautab_omp
     2706      close(99)
     2707c
     2708      open(99,file='invtau.formatted',form='FORMATTED')
     2709      read(99,'(i10)') invtau_omp
     2710
     2711c     print*,'calcul_simulISCCP invtau_omp',invtau_omp
     2712c     write(6,'(a,8i10)') 'invtau_omp',(invtau_omp(i),i=1,100)
     2713
     2714      close(99)
     2715c$OMP END MASTER
     2716c$OMP BARRIER
     2717      tautab=tautab_omp
     2718      invtau=invtau_omp
     2719c
     2720      ENDIF !debut
    26992721c
    27002722cIM appel simulateur toutes les  NINT(freq_ISCCP/dtime) heures
Note: See TracChangeset for help on using the changeset viewer.