Changeset 7468


Ignore:
Timestamp:
2022-02-04T17:59:29+01:00 (2 years ago)
Author:
josefine.ghattas
Message:

Bug correction. Added missing OMP THREADPRIVATE needed to run in coupled mode.

File:
1 edited

Legend:

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

    r7442 r7468  
    7171!$OMP THREADPRIVATE(siltfraction)   
    7272  REAL(r_std), ALLOCATABLE, SAVE, DIMENSION (:,:,:)  :: laimap              !! LAI map when the LAI is prescribed and not calculated by STOMATE 
     73!$OMP THREADPRIVATE(laimap) 
    7374  REAL(r_std), ALLOCATABLE, SAVE, DIMENSION (:,:)    :: veget_max_new       !! New year fraction of vegetation type (0-1, unitless) 
    7475!$OMP THREADPRIVATE(veget_max_new) 
Note: See TracChangeset for help on using the changeset viewer.