Changeset 3482 for LMDZ5


Ignore:
Timestamp:
Apr 19, 2019, 3:11:07 PM (5 years ago)
Author:
acozic
Message:

call to aerosol_meteo_calc is now done for all inca chemistries configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/IPSLCM5A2.1/libf/phylmd/physiq_mod.F90

    r3433 r3482  
    33593359
    33603360       call chemtime(itap+itau_phy-1, date0, dtime, itap)
    3361        IF (config_inca == 'aero' .OR. config_inca == 'aeNP') THEN
    3362           CALL AEROSOL_METEO_CALC( &
     3361       CALL aerosol_meteo_calc( &
    33633362               calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs, &
    33643363               prfl,psfl,pctsrf,cell_area, &
    33653364               latitude_deg,longitude_deg,u10m,v10m)
    3366        END IF
    33673365
    33683366       zxsnow_dummy(:) = 0.0
Note: See TracChangeset for help on using the changeset viewer.