Changeset 513
- Timestamp:
- Feb 3, 2012, 12:26:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90
r512 r513 412 412 ! do l=2,4 413 413 do ig=1,ngridmx 414 if (ztv(ig,l)>(ztv(ig,l+1)+0.) .and. ztv(ig,1)>=ztv(ig,l) .and. (alim_star(ig,l-1) .ne. 0.) .and. (zlev(ig,l+1) .lt. 1000.)) then414 if (ztv(ig,l)>(ztv(ig,l+1)+0.) .and. ztv(ig,1)>=ztv(ig,l) .and. (alim_star(ig,l-1) .ne. 0.)) then ! .and. (zlev(ig,l+1) .lt. 1000.)) then 415 415 alim_star(ig,l)=MAX((ztv(ig,l)-ztv(ig,l+1)),0.) & 416 416 & *sqrt(zlev(ig,l+1)) … … 598 598 !--------------------------------------------------------------------------- 599 599 600 DO tic=0, 0! internal convergence loop600 DO tic=0,5 ! internal convergence loop 601 601 activetmp(:)=activecell(:) .and. f_star(:,l+1)>1.e-10 602 602 do ig=1,ngridmx
Note: See TracChangeset
for help on using the changeset viewer.