Changeset 2623


Ignore:
Timestamp:
Sep 6, 2016, 2:58:46 PM (8 years ago)
Author:
Ehouarn Millour
Message:

Adding some non-critical initializations in physiq (in practice, mass_solu_aero and mass_solu_aero_pi are in some cases simply not used, and when used, properly initialized elsewhere).
EM

File:
1 edited

Legend:

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

    r2618 r2623  
    36783678       ELSE
    36793679          tausum_aero(:,:,:) = 0.
     3680          mass_solu_aero(:,:) = 0.
     3681          mass_solu_aero_pi(:,:) = 0.
    36803682          IF (iflag_rrtm .EQ. 0) THEN !--old radiation
    36813683             tau_aero(:,:,:,:) = 1.e-15
Note: See TracChangeset for help on using the changeset viewer.