Changeset 130 for trunk/libf/dyn3dpar


Ignore:
Timestamp:
May 25, 2011, 3:45:43 PM (14 years ago)
Author:
slebonnois
Message:

Sebastien:

  • correction de bugs dans phytitan suite a compil avec -debug sur gnome
  • elimination de nbetat* dans gcm.F et leapfrog.F (et dans le parallele)
  • correction rday -> rjour dans sortvarc.F
  • ajustement des arch-GNOME*
Location:
trunk/libf/dyn3dpar
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libf/dyn3dpar/gcm.F

    r124 r130  
    8282
    8383      REAL zdtvr
    84 c      INTEGER nbetatmoy, nbetatdem,nbetat
    85       INTEGER nbetatmoy, nbetatdem
    8684
    8785c   variables dynamiques
     
    416414#endif
    417415
    418 c  nombre d'etats dans les fichiers demarrage et histoire
    419       nbetatdem = nday / iecri
    420       nbetatmoy = nday / periodav + 1
    421 
    422416      if (iflag_phys.eq.1) then
    423417      ! these initialisations have already been done (via iniacademic)
  • trunk/libf/dyn3dpar/leapfrog_p.F

    r127 r130  
    7171     
    7272      real zqmin,zqmax
    73       INTEGER nbetatmoy, nbetatdem,nbetat
    7473
    7574c   variables dynamiques
     
    15191518             if (leapf.or.(.not.leapf.and.(.not.forward))) then
    15201519c$OMP BARRIER
    1521 c$OMP MASTER
    1522               nbetat = nbetatdem
    1523 c$OMP END MASTER
    1524 c$OMP BARRIER
    15251520
    15261521! ADAPTATION GCM POUR CP(T)
     
    17471742c              IF(MOD(itau,iecri*day_step).EQ.0) THEN
    17481743c$OMP BARRIER
    1749 c$OMP MASTER
    1750                 nbetat = nbetatdem
    1751 c$OMP END MASTER
    1752 c$OMP BARRIER
    17531744
    17541745! ADAPTATION GCM POUR CP(T)
  • trunk/libf/dyn3dpar/sortvarc.F

    r124 r130  
    5353      REAL cosphi(ip1jm),omegcosp(ip1jm)
    5454      REAL dtvrs1j,rjour,heure,radsg,radomeg
    55       REAL rday, massebxy(ip1jm,llm)
     55      REAL massebxy(ip1jm,llm)
    5656      INTEGER  l, ij, imjmp1
    5757
     
    143143
    144144      IF (firstcal.and.resetvarc) then
    145        rday = REAL(INT(time-jD_ref-jH_ref))
    146          PRINT 3500, itau, rday, heure,time
     145         PRINT 3500, itau, rjour, heure,time
    147146         PRINT*,'WARNING!!! On recalcule les valeurs initiales de :'
    148147         PRINT*,'ptot,rmsdpdt,etot,ztot,stot,rmsv,ang'
     
    164163      firstcal = .false.
    165164
    166       PRINT 3500, itau, rday, heure, time
     165      PRINT 3500, itau, rjour, heure, time
    167166      PRINT 4000, ptot,rmsdpdt,etot,ztot,stot,rmsv,ang
    168167
Note: See TracChangeset for help on using the changeset viewer.