Ignore:
Timestamp:
12/23/14 19:11:36 (10 years ago)
Author:
aslmd
Message:

added a dirty fix to continue integrations even if fluxtop lost the plot. just copy the neighboring point and keep on rocking in the free world.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/physiq.F90

    r313 r315  
    17861786         call planetwide_sumval(area(:)*fluxgrd(:)/totarea_planet,GND) 
    17871787         call planetwide_sumval(area(:)*fluxdyn(:)/totarea_planet,DYN) 
    1788          do ig=1,ngrid 
    1789             if(fluxtop_dn(ig).lt.0.0)then 
    1790                print*,'fluxtop_dn has gone crazy' 
    1791                print*,'fluxtop_dn=',fluxtop_dn(ig) 
    1792                print*,'tau_col=',tau_col(ig) 
    1793                print*,'aerosol=',aerosol(ig,:,:) 
    1794                print*,'temp=   ',pt(ig,:) 
    1795                print*,'pplay=  ',pplay(ig,:) 
    1796                call abort_physiq 
    1797             endif 
    1798          end do 
     1788         !do ig=1,ngrid 
     1789         !   if(fluxtop_dn(ig).lt.0.0)then 
     1790         !      print*,'fluxtop_dn has gone crazy' 
     1791         !      print*,'fluxtop_dn=',fluxtop_dn(ig) 
     1792         !      print*,'tau_col=',tau_col(ig) 
     1793         !      print*,'aerosol=',aerosol(ig,:,:) 
     1794         !      print*,'temp=   ',pt(ig,:) 
     1795         !      print*,'pplay=  ',pplay(ig,:) 
     1796         !      call abort_physiq 
     1797         !   endif 
     1798         !end do 
    17991799                      
    18001800         if(ngrid.eq.1)then 
Note: See TracChangeset for help on using the changeset viewer.