Changeset 2408 for LMDZ5/branches/testing/libf/phylmd/sw_aeroAR4.F90
- Timestamp:
- Dec 14, 2015, 11:43:09 AM (9 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2293-2295,2297,2299-2302,2305-2313,2315,2317-2380,2382-2396
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/sw_aeroAR4.F90
r1910 r2408 22 22 USE dimphy 23 23 USE phys_output_mod, ONLY : swaero_diag 24 USE print_control_mod, ONLY: lunout 25 USE aero_mod, ONLY : naero_grp 24 26 IMPLICIT NONE 25 27 26 28 #include "YOMCST.h" 27 29 #include "clesphys.h" 28 #include "iniprint.h"29 30 ! 30 31 ! ------------------------------------------------------------------ … … 140 141 LOGICAL flag_aerosol_strat ! use stratospehric aerosols 141 142 INTEGER flag_aerosol ! global flag for aerosol 0 (no aerosol) or 1-5 (aerosols) 142 REAL(KIND=8) tauaero(kdlon,kflev, 9,2) ! aerosol optical properties143 REAL(KIND=8) pizaero(kdlon,kflev, 9,2) ! (see aeropt.F)144 REAL(KIND=8) cgaero(kdlon,kflev, 9,2) ! -"-143 REAL(KIND=8) tauaero(kdlon,kflev,naero_grp,2) ! aerosol optical properties 144 REAL(KIND=8) pizaero(kdlon,kflev,naero_grp,2) ! (see aeropt.F) 145 REAL(KIND=8) cgaero(kdlon,kflev,naero_grp,2) ! -"- 145 146 REAL(KIND=8) PTAUA(KDLON,2,KFLEV) ! CLOUD OPTICAL THICKNESS (present-day value) 146 147 REAL(KIND=8) POMEGAA(KDLON,2,KFLEV) ! SINGLE SCATTERING ALBEDO
Note: See TracChangeset
for help on using the changeset viewer.