Ignore:
Timestamp:
08/01/14 14:20:46 (10 years ago)
Author:
ymipsl
Message:

Fix for specific saturn physics

YM+AS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/branches/SATURN_DYNAMICO/LMDZ.COMMON/libf/phystd/gfluxi.F

    r222 r265  
    104104      ! -- same results for most thin atmospheres 
    105105      ! -- and stabilizes integrations 
    106       NT    = int(TLEV(2*L+1)*NTfac) - NTstar+1 
     106      ! NT    = int(TLEV(2*L+1)*NTfac) - NTstar+1 
    107107      !! For deep, opaque, thick first layers (e.g. Saturn) 
    108108      !! what is below works much better, not unstable, ... 
    109109      !! ... and actually fully accurate because 1st layer temp (JL)  
    110       !NT    = int(TLEV(2*L)*NTfac) - NTstar+1 
     110      NT    = int(TLEV(2*L)*NTfac) - NTstar+1 
    111111      !! (or this one yields same results 
    112112      !NT    = int( (TLEV(2*L)+TLEV(2*L+1))*0.5*NTfac ) - NTstar+1 
Note: See TracChangeset for help on using the changeset viewer.