Ignore:
Timestamp:
Nov 14, 2014, 9:22:21 PM (10 years ago)
Author:
idelkadi
Message:

Les modifications introduites ont pour but :
1/ d'autoriser le couplage entre INCA-aerosol et les parametrisations de
la nouvelle physique (NP) de LMDZ, en particulier les thermiques et le
transport convectif,
2/ generaliser les routines de calcul de proprietes optiques des
aerosols pour RRTM au cas ou les aerosols sont interactifs
3/ d'inclure les effets LW des aerosols stratospheriques pour RRTM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/rrtm/rrtm_rrtm_140gp.F90

    r1990 r2146  
    4040 & PQ    , PCCO2 , POZN,&
    4141 & PCLDF , PTAUCLD,&
     42 & PTAU_LW,&
    4243 & PEMIT , PFLUX , PFLUC, PTCLEAR &
    4344 & ) 
     
    5556USE PARKIND1  ,ONLY : JPIM     ,JPRB
    5657USE YOMHOOK   ,ONLY : LHOOK,   DR_HOOK
    57 
     58USE YOERAD    ,ONLY : NLW
    5859USE PARRRTM  , ONLY : JPBAND   ,JPXSEC   ,JPGPT    ,JPLAY    ,&
    5960 & JPINPX 
     
    8081REAL(KIND=JPRB)   ,INTENT(IN)    :: PCLDF(KLON,KLEV) ! Cloud fraction
    8182REAL(KIND=JPRB)   ,INTENT(IN)    :: PTAUCLD(KLON,KLEV,JPBAND) ! Cloud optical depth
     83!--C.Kleinschmitt
     84REAL(KIND=JPRB)   ,INTENT(IN)    :: PTAU_LW(KLON,KLEV,NLW) ! LW Optical depth of aerosols
     85!--end
    8286REAL(KIND=JPRB)   ,INTENT(OUT)   :: PEMIT(KLON) ! Surface LW emissivity
    8387REAL(KIND=JPRB)   ,INTENT(OUT)   :: PFLUX(KLON,2,KLEV+1) ! LW total sky flux (1=up, 2=down)
     
    204208   & P_ZEMIS, P_ZEMIW,&
    205209   & pq   , pcco2, pozn, pcldf, ptaucld, ztclear,&
    206    & Z_CLDFRAC,Z_TAUCLD,Z_COLDRY,Z_WKL,Z_WX,&
     210   & Z_CLDFRAC,Z_TAUCLD,&
     211   & PTAU_LW,&
     212   & Z_COLDRY,Z_WKL,Z_WX,&
    207213   & Z_TAUAERL,Z_PAVEL,Z_TAVEL,Z_PZ,Z_TZ,Z_TBOUND,I_NLAYERS,Z_SEMISS,IREFLECT) 
    208214
Note: See TracChangeset for help on using the changeset viewer.