Changeset 566


Ignore:
Timestamp:
Dec 10, 2004, 12:27:46 PM (19 years ago)
Author:
lmdzadmin
Message:

Bugs divers YM
LF

Location:
LMDZ4/trunk/libf
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3d/advtrac.F

    r563 r566  
    338338
    339339c                  call clock(t_final)
    340                   tps_cpu=t_final-t_initial
    341                   cpuadv(iq)=cpuadv(iq)+tps_cpu
     340cym                  tps_cpu=t_final-t_initial
     341cym                  cpuadv(iq)=cpuadv(iq)+tps_cpu
    342342
    343343       end DO
  • LMDZ4/trunk/libf/dyn3d/bilan_dyn.F

    r559 r566  
    6060
    6161
    62       character*6 nom(nQ)
    63       character*6 unites(nQ)
     62cym      character*6 nom(nQ)
     63cym      character*6 unites(nQ)
     64      character*6,save :: nom(nQ)
     65      character*6,save :: unites(nQ)
     66
    6467      character*10 file
    6568      integer ifile
     
    113116      parameter (ntr=5)
    114117
    115       character*10 znom(ntr,nQ)
    116       character*20 znoml(ntr,nQ)
    117       character*10 zunites(ntr,nQ)
     118cym      character*10 znom(ntr,nQ)
     119cym      character*20 znoml(ntr,nQ)
     120cym      character*10 zunites(ntr,nQ)
     121      character*10,save :: znom(ntr,nQ)
     122      character*20,save :: znoml(ntr,nQ)
     123      character*10,save :: zunites(ntr,nQ)
     124
    118125      integer iave,itot,immc,itrs,istn
    119126      data iave,itot,immc,itrs,istn/1,2,3,4,5/
  • LMDZ4/trunk/libf/dyn3d/leapfrog.F

    r559 r566  
    118118      REAL time_0 , finvmaold(ip1jmp1,llm)
    119119
    120       LOGICAL lafin
     120cym      LOGICAL  lafin
     121      LOGICAL :: lafin=.false.
    121122      INTEGER ij,iq,l
    122123      INTEGER ik
  • LMDZ4/trunk/libf/phylmd/calltherm.F

    r541 r566  
    6666         do isplit=1,nsplit_thermals
    6767
     68cym            CALL thermcell(klon,klev,zdt
     69cym     s      ,pplay,paprs,pphi
     70cym     s      ,u_seri,v_seri,t_seri,q_seri
     71cym     s      ,d_u_the,d_v_the,d_t_the,d_q_the
     72cym     s      ,zfm_therm,zentr_therm
     73cym     s      ,r_aspect_thermals,l_mix_thermals,w2di_thermals
     74cym     s      ,tho_thermals,3)
     75
    6876            CALL thermcell(klon,klev,zdt
    6977     s      ,pplay,paprs,pphi
     
    7280     s      ,zfm_therm,zentr_therm
    7381     s      ,r_aspect_thermals,l_mix_thermals,w2di_thermals
    74      s      ,tho_thermals,3)
     82     s      ,tho_thermals)
    7583
    7684c  transformation de la derivee en tendance
Note: See TracChangeset for help on using the changeset viewer.