Changeset 130 for trunk/libf/dyn3d


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/dyn3d
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/libf/dyn3d/gcm.F

    r101 r130  
    8585
    8686      REAL zdtvr
    87       INTEGER nbetatmoy, nbetatdem,nbetat
    8887
    8988c   variables dynamiques
     
    397396#endif
    398397
    399 c  nombre d'etats dans les fichiers demarrage et histoire
    400       nbetatdem = nday / iecri
    401       nbetatmoy = nday / periodav + 1
    402 
    403398      if (iflag_phys.eq.1) then
    404399      ! these initialisations have already been done (via iniacademic)
  • TabularUnified trunk/libf/dyn3d/leapfrog.F

    r127 r130  
    6868
    6969      real zqmin,zqmax
    70       INTEGER nbetatmoy, nbetatdem,nbetat
    7170
    7271c   variables dynamiques
     
    694693             ! Ehouarn: output only during LF or Backward Matsuno
    695694             if (leapf.or.(.not.leapf.and.(.not.forward))) then
    696               nbetat = nbetatdem
    697695! ADAPTATION GCM POUR CP(T)
    698696              call tpot2t(ijp1llm,teta,temp,pk)
     
    821819              IF(MOD(itau,iecri         ).EQ.0) THEN
    822820c              IF(MOD(itau,iecri*day_step).EQ.0) THEN
    823                 nbetat = nbetatdem
    824821! ADAPTATION GCM POUR CP(T)
    825822                call tpot2t(ijp1llm,teta,temp,pk)
  • TabularUnified trunk/libf/dyn3d/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.