Changeset 1592 for LMDZ5/trunk/libf/dyn3d
- Timestamp:
- Nov 26, 2011, 7:57:55 AM (13 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3d/gcm.F
r1577 r1592 88 88 89 89 REAL zdtvr 90 INTEGER nbetatmoy, nbetatdem,nbetat91 90 92 91 c variables dynamiques … … 384 383 #endif 385 384 386 c nombre d'etats dans les fichiers demarrage et histoire387 nbetatdem = nday / iecri388 nbetatmoy = nday / periodav + 1389 385 390 386 if (iflag_phys.eq.1) then -
LMDZ5/trunk/libf/dyn3d/leapfrog.F
r1577 r1592 72 72 73 73 real zqmin,zqmax 74 INTEGER nbetatmoy, nbetatdem,nbetat75 74 76 75 c variables dynamiques … … 631 630 ! Ehouarn: output only during LF or Backward Matsuno 632 631 if (leapf.or.(.not.leapf.and.(.not.forward))) then 633 nbetat = nbetatdem634 632 CALL geopot(ip1jmp1,teta,pk,pks,phis,phi) 635 633 unat=0. … … 749 747 IF(MOD(itau,iecri ).EQ.0) THEN 750 748 c IF(MOD(itau,iecri*day_step).EQ.0) THEN 751 nbetat = nbetatdem752 749 CALL geopot(ip1jmp1,teta,pk,pks,phis,phi) 753 750 unat=0.
Note: See TracChangeset
for help on using the changeset viewer.