Changeset 508


Ignore:
Timestamp:
2011-10-20T13:51:59+02:00 (13 years ago)
Author:
didier.solyga
Message:

Correct teststomate bug : double allocation of the variable fco2_lu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_EXT/ORCHIDEE_OL/teststomate.f90

    r472 r508  
    483483  ALLOCATE (hist_PFTaxis(nvm),stat=ier) 
    484484  a_er = a_er .OR. (ier.NE.0) 
    485 ! 01/07/2011 allocate fco2_lu 
    486   ALLOCATE (fco2_lu(kjpindex),stat=ier) 
    487   a_er = a_er .OR. (ier.NE.0)   
    488485!!$ end add DS 
    489486  ALLOCATE (indexveg(kjpindex*nvm), stat=ier) 
Note: See TracChangeset for help on using the changeset viewer.