Ignore:
Timestamp:
Mar 14, 2013, 8:43:03 PM (12 years ago)
Author:
slebonnois
Message:

SL: stupid bug in Titan rcm1d/profile...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/profile.F

    r894 r904  
    9595       c2 =       4737.
    9696       DO il=1,nlev
    97          temp(il)=a1*exp(-((pres(il)-b1)/c1)^2)
    98      .          + a2*exp(-((pres(il)-b2)/c2)^2)
     97         temp(il)=a1*exp(-((pres(il)-b1)/c1)**2.)
     98     .          + a2*exp(-((pres(il)-b2)/c2)**2.)
    9999       ENDDO
    100100       zkm(1)  = 0.0
Note: See TracChangeset for help on using the changeset viewer.