Changeset 1828 for LMDZ5/trunk/libf/phylmd/phys_local_var_mod.F90
- Timestamp:
- Aug 6, 2013, 6:06:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_local_var_mod.F90
r1797 r1828 253 253 REAL,ALLOCATABLE,SAVE,DIMENSION(:,:,:) :: uwriteSTD, vwriteSTD, wwriteSTD 254 254 !$OMP THREADPRIVATE(uwriteSTD, vwriteSTD, wwriteSTD) 255 REAL,ALLOCATABLE,SAVE,DIMENSION(:,:,:) :: phiwriteSTD, qwriteSTD, twriteSTD 256 !$OMP THREADPRIVATE(phiwriteSTD, qwriteSTD, twriteSTD )255 REAL,ALLOCATABLE,SAVE,DIMENSION(:,:,:) :: phiwriteSTD, qwriteSTD, twriteSTD, rhwriteSTD 256 !$OMP THREADPRIVATE(phiwriteSTD, qwriteSTD, twriteSTD, rhwriteSTD) 257 257 258 258 ! ug et d'autres encore: … … 406 406 ALLOCATE(wwriteSTD(klon,nlevSTD,nfiles), phiwriteSTD(klon,nlevSTD,nfiles)) 407 407 ALLOCATE(qwriteSTD(klon,nlevSTD,nfiles), twriteSTD(klon,nlevSTD,nfiles)) 408 ALLOCATE(rhwriteSTD(klon,nlevSTD,nfiles)) 408 409 409 410 ! ug et d'autres encore: … … 547 548 DEALLOCATE(uwriteSTD, vwriteSTD) 548 549 DEALLOCATE(wwriteSTD, phiwriteSTD) 549 DEALLOCATE(qwriteSTD, twriteSTD )550 DEALLOCATE(qwriteSTD, twriteSTD, rhwriteSTD) 550 551 551 552 ! ug et d'autres encore:
Note: See TracChangeset
for help on using the changeset viewer.