Changeset 8636


Ignore:
Timestamp:
2024-07-22T17:23:51+02:00 (5 months ago)
Author:
antoine.bierjon
Message:

Integrate some changes from revision [8026] of ORCHIDEE trunk :
Correct an error with missing initialization of sandfraction and siltfraction. This happened for usda soiltype file, with XIOS_interpolation.

See also ticket #1010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ORCHIDEE_2_2/ORCHIDEE/src_sechiba/slowproc.f90

    r8579 r8636  
    34933493             IF (printlev_loc>=4) WRITE (numout,*) 'slowproc_soilt: After get_soilcorr_usda' 
    34943494 
     3495             clayfraction(:) = 0.0 
     3496             sandfraction(:) = 0.0 
     3497             siltfraction(:) = 0.0 
    34953498             DO ib =1, nbpt 
    3496                 clayfraction(ib) = 0.0 
    34973499                DO ilf = 1,nscm 
    34983500                   soilclass(ib,ilf)=textrefrac(ib,ilf) 
Note: See TracChangeset for help on using the changeset viewer.