- Timestamp:
- May 28, 2019, 2:52:20 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/rrtm/recmwf_aero.F90
r3408 r3525 37 37 & PLWADAERO,& !--NL 38 38 !..end 39 & ok_ade, ok_aie, ok_volcan, flag_aerosol,flag_aerosol_strat )39 & ok_ade, ok_aie, ok_volcan, flag_aerosol,flag_aerosol_strat,flag_aer_feedback) 40 40 !--fin 41 41 … … 87 87 ! flag_aerosol-input-I- aerosol flag from 0 to 7 88 88 ! flag_aerosol_strat-input-I- use stratospheric aerosols flag (T/F) 89 ! flag_aer_feedback-input-I- use aerosols radiative effect flag (T/F) 89 90 ! PPIZA_NAT : (KPROMA,KLEV,NSW); Single scattering albedo of natural aerosol 90 91 ! PCGA_NAT : (KPROMA,KLEV,NSW); Assymetry factor for natural aerosol … … 218 219 INTEGER, INTENT(in) :: flag_aerosol ! takes value 0 (no aerosol) or 1 to 6 (aerosols) 219 220 LOGICAL, INTENT(in) :: flag_aerosol_strat ! use stratospheric aerosols 220 REAL(KIND=JPRB) ,INTENT(OUT) :: PTOPSWADAERO(KPROMA), PSOLSWADAERO(KPROMA) ! Aerosol direct forcing at TOA and surface 221 LOGICAL, INTENT(in) :: flag_aer_feedback ! use aerosols radiative feedback 222 REAL(KIND=JPRB) ,INTENT(out) :: PTOPSWADAERO(KPROMA), PSOLSWADAERO(KPROMA) ! Aerosol direct forcing at TOA and surface 221 223 REAL(KIND=JPRB) ,INTENT(OUT) :: PTOPSWAD0AERO(KPROMA), PSOLSWAD0AERO(KPROMA) ! Aerosol direct forcing at TOA and surface 222 224 REAL(KIND=JPRB) ,INTENT(OUT) :: PTOPSWAIAERO(KPROMA), PSOLSWAIAERO(KPROMA) ! ditto, indirect … … 305 307 ! FALSE: fluxes use no aerosols (case 1) 306 308 ! to be used only for maintaining bit reproducibility with aerosol diagnostics activated 307 LOGICAL :: AEROSOLFEEDBACK_ACTIVE = .TRUE. 309 LOGICAL :: AEROSOLFEEDBACK_ACTIVE ! now externalized from .def files 308 310 309 311 !OB - Fluxes including aerosol effects … … 342 344 IBEG=KST 343 345 IEND=KEND 346 347 AEROSOLFEEDBACK_ACTIVE = flag_aer_feedback !NL: externalize aer feedback 348 344 349 345 350 !* 1. PREPARATORY WORK
Note: See TracChangeset
for help on using the changeset viewer.