- Timestamp:
- Jul 26, 2005, 3:18:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/phytrac.F
r658 r662 110 110 #include "comgeomphy.h" 111 111 #include "advtrac.h" 112 #include "thermcell.h" 112 113 c====================================================================== 113 114 … … 324 325 c------------- 325 326 logical first,couchelimite,convection,lessivage,sorties, 326 s rnpb,inirnpb ,thermiques327 save first,couchelimite,convection,lessivage, thermiques,327 s rnpb,inirnpb 328 save first,couchelimite,convection,lessivage, 328 329 s sorties,inirnpb 329 330 c data first,couchelimite,convection,lessivage,sorties … … 331 332 c Olivia 332 333 data first,couchelimite,convection,lessivage, 333 s thermiques,sorties334 s /.true.,.true.,.true.,.true.,.true. ,.true./334 s sorties 335 s /.true.,.true.,.true.,.true.,.true./ 335 336 336 337 … … 627 628 enddo 628 629 629 if ( thermiques) then630 if (iflag_thermals.gt.O) then 630 631 c print*,'calcul de leffet des thermiques' 631 632 nsplit=10 … … 639 640 c Abderr 25 11 02 640 641 C Thermiques 641 c print*,'Avant dans phytrac' ,avant642 c print*,'Avant dans phytrac' 642 643 call dqthermcell(klon,klev,pdtphys/nsplit 643 644 . ,fm_therm,entr_therm,zmasse
Note: See TracChangeset
for help on using the changeset viewer.