- Timestamp:
- Apr 3, 2009, 10:47:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/phylmd/phytrac.F
r1114 r1141 671 671 C CALL minmaxqfi(tr_seri(1,1,it),0.,1.e33,'cltracrn it='//itn) 672 672 else ! couche limite avec flux prescrit 673 #ifndef INCA 674 673 674 IF (config_inca == 'none') THEN 675 675 Cmaf provisoire source / traceur a creer 676 DO i=1, klon677 source(i,it) = 0.0 ! pas de source, pour l'instant678 ENDDO679 C 680 #endif 676 DO i=1, klon 677 source(i,it) = 0.0 ! pas de source, pour l'instant 678 ENDDO 679 END IF 680 681 681 CALL cltrac(pdtphys, coefh,t_seri, 682 682 s tr_seri(1,1,it), source(:,it),
Note: See TracChangeset
for help on using the changeset viewer.