Ignore:
Timestamp:
Nov 18, 2015, 12:41:49 PM (9 years ago)
Author:
acozic
Message:

to fit with inca we need to increase dimension of naero_grp in aero_mod.
When lmdz is running without inca dim 10 to 12 will be empty and there is no change in results

these modifications only impact the old physics coupled with inca

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/sw_aeroAR4.F90

    r2311 r2394  
    2323  USE phys_output_mod, ONLY : swaero_diag
    2424  USE print_control_mod, ONLY: lunout
     25  USE aero_mod, ONLY : naero_grp
    2526  IMPLICIT NONE
    2627
     
    140141  LOGICAL flag_aerosol_strat ! use stratospehric aerosols
    141142  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 properties
    143   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)   ! -"-
    145146  REAL(KIND=8) PTAUA(KDLON,2,KFLEV)    ! CLOUD OPTICAL THICKNESS (present-day value)
    146147  REAL(KIND=8) POMEGAA(KDLON,2,KFLEV)  ! SINGLE SCATTERING ALBEDO
Note: See TracChangeset for help on using the changeset viewer.