Changeset 513


Ignore:
Timestamp:
Feb 3, 2012, 12:26:36 PM (13 years ago)
Author:
acolaitis
Message:

Thermals. Removed a setting that wreaked havoc on normal GCM resolution simulations. Thermals are still set to high resolution parameters but dont predict silly things on normal resolution.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90

    r512 r513  
    412412!        do l=2,4
    413413         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.)) then
     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.)) then ! .and. (zlev(ig,l+1) .lt. 1000.)) then
    415415               alim_star(ig,l)=MAX((ztv(ig,l)-ztv(ig,l+1)),0.)  &
    416416     &                       *sqrt(zlev(ig,l+1))
     
    598598!---------------------------------------------------------------------------
    599599
    600       DO tic=0,0  ! internal convergence loop
     600      DO tic=0,5  ! internal convergence loop
    601601      activetmp(:)=activecell(:) .and. f_star(:,l+1)>1.e-10
    602602      do ig=1,ngridmx
Note: See TracChangeset for help on using the changeset viewer.