- Timestamp:
- Jun 14, 2017, 10:26:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/surf_land_orchidee_noopenmp_mod.F90
r2572 r2912 144 144 INTEGER :: error 145 145 INTEGER, SAVE :: nb_fields_cpl ! number of fields for the climate-carbon coupling (between ATM and ORCHIDEE). 146 !$OMP THREADPRIVATE(nb_fields_cpl) 146 147 REAL, SAVE, ALLOCATABLE, DIMENSION(:,:) :: fields_cpl ! Fluxes for the climate-carbon coupling 148 !$OMP THREADPRIVATE(fields_cpl) 147 149 REAL, DIMENSION(klon) :: swdown_vrai 148 150 CHARACTER (len = 20) :: modname = 'surf_land_orchidee'
Note: See TracChangeset
for help on using the changeset viewer.