Ignore:
Timestamp:
Aug 31, 2016, 4:31:29 PM (8 years ago)
Author:
slebonnois
Message:

SL: Mise a jour de la haute atmosphere, du transfert radiatif (solaire=Rainer Haus; IR: reglages de juin 2016), et implementation des variations de temperature potentielle dans la basse atmosphere (variation de la masse molaire moyenne)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/radlwsw.F

    r1545 r1591  
    5454      REAL   PPB(klev+1)
    5555
    56       REAL   zfract, zrmu0
     56      REAL   zfract, zrmu0,latdeg
    5757
    5858      REAL   zheat(klev), zcool(klev)
     
    273273c---------
    274274      znivs=zzlev(j,:)
     275      latdeg=abs(latitude_deg(j))
     276
    275277c      CALL SW_venus_ve_1Dglobave(zrmu0, zfract,   ! pour moy globale
    276278c      CALL SW_venus_ve(zrmu0, zfract,
     
    279281c     S        ztopsw,zsolsw,ZFSNET)
    280282
    281 c      CALL SW_venus_cl_1Dglobave(zrmu0, zfract,   ! pour moy globale
    282 c      CALL SW_venus_cl(zrmu0, zfract,
    283 c      CALL SW_venus_dc_1Dglobave(zrmu0, zfract,   ! pour moy globale
    284       CALL SW_venus_dc(zrmu0, zfract,
     283c      CALL SW_venus_cl_1Dglobave(zrmu0,zfract,   ! pour moy globale
     284c      CALL SW_venus_cl(zrmu0,zfract,
     285c      CALL SW_venus_dc_1Dglobave(zrmu0,zfract,   ! pour moy globale
     286c      CALL SW_venus_dc(zrmu0,zfract,
     287      CALL SW_venus_rh(zrmu0,zfract,latdeg,
     288c      CALL SW_venus_rh_1Dglobave(zrmu0,zfract,   ! pour moy globale
    285289     S        PPB,temp,
    286290     S        zheat,
Note: See TracChangeset for help on using the changeset viewer.