Changeset 130 for trunk/libf/dyn3d
- Timestamp:
- May 25, 2011, 3:45:43 PM (14 years ago)
- Location:
- trunk/libf/dyn3d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/libf/dyn3d/gcm.F ¶
r101 r130 85 85 86 86 REAL zdtvr 87 INTEGER nbetatmoy, nbetatdem,nbetat88 87 89 88 c variables dynamiques … … 397 396 #endif 398 397 399 c nombre d'etats dans les fichiers demarrage et histoire400 nbetatdem = nday / iecri401 nbetatmoy = nday / periodav + 1402 403 398 if (iflag_phys.eq.1) then 404 399 ! these initialisations have already been done (via iniacademic) -
TabularUnified trunk/libf/dyn3d/leapfrog.F ¶
r127 r130 68 68 69 69 real zqmin,zqmax 70 INTEGER nbetatmoy, nbetatdem,nbetat71 70 72 71 c variables dynamiques … … 694 693 ! Ehouarn: output only during LF or Backward Matsuno 695 694 if (leapf.or.(.not.leapf.and.(.not.forward))) then 696 nbetat = nbetatdem697 695 ! ADAPTATION GCM POUR CP(T) 698 696 call tpot2t(ijp1llm,teta,temp,pk) … … 821 819 IF(MOD(itau,iecri ).EQ.0) THEN 822 820 c IF(MOD(itau,iecri*day_step).EQ.0) THEN 823 nbetat = nbetatdem824 821 ! ADAPTATION GCM POUR CP(T) 825 822 call tpot2t(ijp1llm,teta,temp,pk) -
TabularUnified trunk/libf/dyn3d/sortvarc.F ¶
r124 r130 53 53 REAL cosphi(ip1jm),omegcosp(ip1jm) 54 54 REAL dtvrs1j,rjour,heure,radsg,radomeg 55 REAL rday,massebxy(ip1jm,llm)55 REAL massebxy(ip1jm,llm) 56 56 INTEGER l, ij, imjmp1 57 57 … … 143 143 144 144 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 147 146 PRINT*,'WARNING!!! On recalcule les valeurs initiales de :' 148 147 PRINT*,'ptot,rmsdpdt,etot,ztot,stot,rmsv,ang' … … 164 163 firstcal = .false. 165 164 166 PRINT 3500, itau, r day, heure, time165 PRINT 3500, itau, rjour, heure, time 167 166 PRINT 4000, ptot,rmsdpdt,etot,ztot,stot,rmsv,ang 168 167
Note: See TracChangeset
for help on using the changeset viewer.