Changeset 596 for LMDZ.3.3/branches/rel-LF/libf/dyn3d/vlsplt.F
- Timestamp:
- Feb 24, 2005, 1:20:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/vlsplt.F
r462 r596 79 79 CALL SCOPY(ijp1llm,masse,1,zm,1) 80 80 81 c print*,'Entree vlx1'82 81 c call minmaxq(zq,qmin,qmax,'avant vlx ') 83 82 call vlx(zq,pente_max,zm,mu) 84 C print*,'Sortie vlx1'85 83 c call minmaxq(zq,qmin,qmax,'apres vlx1 ') 86 84 87 C print*,'Entree vly1'88 85 call vly(zq,pente_max,zm,mv) 89 86 c call minmaxq(zq,qmin,qmax,'apres vly1 ') 90 C print*,'Sortie vly1'91 87 call vlz(zq,pente_max,zm,mw) 92 88 c call minmaxq(zq,qmin,qmax,'apres vlz ') … … 347 343 ENDDO 348 344 349 IF(n0.gt. 1) THEN345 IF(n0.gt.0) THEN 350 346 c PRINT*,'Nombre de points pour lesquels on advect plus que le' 351 347 c & ,'contenu de la maille : ',n0 … … 795 791 SAVE temps0,temps1,temps2,temps3,temps4,temps5 796 792 REAL SSUM 797 EXTERNAL SSUM, convflu 798 EXTERNAL filtreg 793 EXTERNAL SSUM 799 794 800 795 DATA testcpu/.false./
Note: See TracChangeset
for help on using the changeset viewer.