Ignore:
Timestamp:
Feb 9, 2015, 10:53:34 AM (9 years ago)
Author:
acozic
Message:

Aco : add some variable in inca routine call to correct a bug on time_axis with xios output

File:
1 edited

Legend:

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

    r2194 r2200  
    13081308             annee_ref, &
    13091309             day_ref,  &
     1310             day_ini, &
     1311             start_time, &
    13101312             itau_phy, &
    13111313             io_lon, &
     
    31323134     calday = REAL(days_elapsed + 1) + jH_cur
    31333135
    3134      call chemtime(itap+itau_phy-1, date0, dtime)
     3136     call chemtime(itap+itau_phy-1, date0, dtime, itap)
    31353137     IF (config_inca == 'aero' .OR. config_inca == 'aeNP') THEN
    31363138        CALL AEROSOL_METEO_CALC( &
Note: See TracChangeset for help on using the changeset viewer.