Changeset 3563


Ignore:
Timestamp:
Sep 12, 2019, 4:02:20 PM (5 years ago)
Author:
acozic
Message:

merge with rev 3481 from branches/IPSLCM6.0.15

File:
1 edited

Legend:

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

    r3531 r3563  
    36913691
    36923692       CALL chemtime(itap+itau_phy-1, date0, phys_tstep, itap)
    3693        IF (config_inca == 'aero' .OR. config_inca == 'aeNP') THEN
    3694           CALL AEROSOL_METEO_CALC( &
    3695                calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs, &
    3696                prfl,psfl,pctsrf,cell_area, &
    3697                latitude_deg,longitude_deg,u10m,v10m)
    3698        ENDIF
     3693       CALL AEROSOL_METEO_CALC( &
     3694            calday,pdtphys,pplay,paprs,t,pmflxr,pmflxs, &
     3695            prfl,psfl,pctsrf,cell_area, &
     3696            latitude_deg,longitude_deg,u10m,v10m)
    36993697
    37003698       zxsnow_dummy(:) = 0.0
Note: See TracChangeset for help on using the changeset viewer.