Changeset 1146 for trunk


Ignore:
Timestamp:
Jan 4, 2014, 4:52:48 PM (11 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC. error prev commit: committed gfluxi with Saturn trick. reversed back.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/gfluxi.F

    r1145 r1146  
    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.