Changeset 2624


Ignore:
Timestamp:
Sep 7, 2016, 4:30:36 PM (8 years ago)
Author:
acozic
Message:

variable zpmfu was not initialized in the case inca full chemistry without aerosol.

File:
1 edited

Legend:

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

    r2609 r2624  
    138138 
    139139#ifdef INCA
    140     IF (config_inca == 'aero') THEN
     140    IF (config_inca == 'aero' .OR. config_inca == 'chem') THEN
    141141       zpmfu(:,:)=pmfu(:,:)       
    142142    ELSE IF (config_inca == 'aeNP') THEN
Note: See TracChangeset for help on using the changeset viewer.