Changeset 314 for trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90
- Timestamp:
- Oct 10, 2011, 4:16:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90
r313 r314 886 886 ! autres corrections. 887 887 888 do l=1,nlayermx889 do ig=1,ngridmx890 if (detr(ig,l).gt.fm(ig,l)) then891 ncorecfm8=ncorecfm8+1892 endif893 enddo894 enddo888 ! do l=1,nlayermx 889 ! do ig=1,ngridmx 890 ! if (detr(ig,l).gt.fm(ig,l)) then 891 ! ncorecfm8=ncorecfm8+1 892 ! endif 893 ! enddo 894 ! enddo 895 895 896 896 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 986 986 ! Dans le cas ou on est au dessus de la couche d'alimentation et que le 987 987 ! detrainement est plus fort que le flux de masse, on stope le thermique. 988 endif 989 990 if(l.gt.lmax(ig)) then 988 ! endif 989 990 ! if(l.gt.lmax(ig)) then 991 if(l.gt.lalim(ig)) then 991 992 detr(ig,l)=0. 992 993 fm(ig,l+1)=0. 993 994 entr(ig,l)=0. 994 995 endif 996 997 endif 998 995 999 enddo 996 1000
Note: See TracChangeset
for help on using the changeset viewer.