Ignore:
Timestamp:
Apr 1, 2017, 6:09:13 PM (7 years ago)
Author:
oboucher
Message:

Removing absvisaer from calculations and outputs
Adding abs550aer in rrtm/aeropt_5wv_rrtm and outputs
Absorption aerosol optical depth at 550 nm

File:
1 edited

Legend:

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

    r2827 r2842  
    167167      REAL, SAVE, ALLOCATABLE :: od550aer(:)
    168168      !$OMP THREADPRIVATE(od550aer)
    169       REAL, SAVE, ALLOCATABLE :: absvisaer(:)
    170       !$OMP THREADPRIVATE(absvisaer)
     169      REAL, SAVE, ALLOCATABLE :: abs550aer(:)
     170      !$OMP THREADPRIVATE(abs550aer)
    171171      REAL, SAVE, ALLOCATABLE :: od865aer(:)
    172172      !$OMP THREADPRIVATE(od865aer)
     
    579579      allocate(od550aer(klon))
    580580      allocate(od865aer(klon))
    581       allocate(absvisaer(klon))
     581      allocate(abs550aer(klon))
    582582      allocate(ec550aer(klon,klev))
    583583      allocate(od550lt1aer(klon))
     
    838838      deallocate(od550aer)
    839839      deallocate(od865aer)
    840       deallocate(absvisaer)
     840      deallocate(abs550aer)
    841841      deallocate(ec550aer)
    842842      deallocate(od550lt1aer)
Note: See TracChangeset for help on using the changeset viewer.