Changeset 1592 for LMDZ5/trunk
- Timestamp:
- Nov 26, 2011, 7:57:55 AM (13 years ago)
- Location:
- LMDZ5/trunk/libf
- Files:
-
- 4 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. -
LMDZ5/trunk/libf/dyn3dpar/gcm.F
r1577 r1592 87 87 88 88 REAL zdtvr 89 c INTEGER nbetatmoy, nbetatdem,nbetat90 INTEGER nbetatmoy, nbetatdem91 89 92 90 c variables dynamiques … … 401 399 #endif 402 400 403 c nombre d'etats dans les fichiers demarrage et histoire404 nbetatdem = nday / iecri405 nbetatmoy = nday / periodav + 1406 401 407 402 if (iflag_phys.eq.1) then -
LMDZ5/trunk/libf/dyn3dpar/leapfrog_p.F
r1577 r1592 75 75 76 76 real zqmin,zqmax 77 INTEGER nbetatmoy, nbetatdem,nbetat78 77 79 78 c variables dynamiques … … 1440 1439 c$OMP BARRIER 1441 1440 c$OMP MASTER 1442 nbetat = nbetatdem1443 1441 CALL geopot_p(ip1jmp1,teta,pk,pks,phis,phi) 1444 1442 … … 1643 1641 c$OMP BARRIER 1644 1642 c$OMP MASTER 1645 nbetat = nbetatdem1646 1643 CALL geopot_p(ip1jmp1,teta,pk,pks,phis,phi) 1647 1644
Note: See TracChangeset
for help on using the changeset viewer.