Changeset 1762 for trunk


Ignore:
Timestamp:
Jul 31, 2017, 8:43:31 PM (7 years ago)
Author:
jvatant
Message:

Fixed a bug in aeropacity : uninitialized array for dummy aerosols
JVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/aeropacity.F90

    r1647 r1762  
    9090!     ---------------------------------------------------------   
    9191
     92      if (noaero) then
     93        aerosol(1:ngrid,1:nlayer,1)=0.0 ! JVO 2017 : Now iaer = 1 is always dummy co2 for noaero case, since we don't use aerosols
     94      endif
     95
    9296!==================================================================
    9397!    Two-layer aerosols (unknown composition)
Note: See TracChangeset for help on using the changeset viewer.