Changeset 2523


Ignore:
Timestamp:
May 25, 2016, 2:15:42 PM (8 years ago)
Author:
fhourdin
Message:

Correction d'un bug dans l'interpollation temporelle des aérosols.
Bug fixing in temporal interpolation of aerosol fields.

File:
1 edited

Legend:

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

    r2344 r2523  
    313313          ! the second half of the month
    314314          im2=im+1
    315           day2 = month_mid(im+1)
    316           day1 = month_mid(im2+1)
     315          day1 = month_mid(im+1)
     316          day2 = month_mid(im2+1)
    317317          IF (im2 > 12) THEN
    318318             ! the month is december, the following thus january
     
    330330          ! the second half of the month
    331331          im2=im+1
    332           day2 = month_mid(im)
    333           day1 = month_mid(im2)
     332          day1 = month_mid(im)
     333          day2 = month_mid(im2)
    334334       END IF
    335335     ELSE
Note: See TracChangeset for help on using the changeset viewer.