- Timestamp:
- Jun 11, 2014, 3:46:46 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1998,2000-2023,2025-2029,2032,2034,2036-2049,2051-2055
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/phys_output_var_mod.F90
r1999 r2056 17 17 !$OMP THREADPRIVATE(itau_con) 18 18 REAL, ALLOCATABLE :: bils_ec(:) ! Contribution of energy conservation 19 REAL, ALLOCATABLE :: bils_ech(:) ! Contribution of energy conservation 19 20 REAL, ALLOCATABLE :: bils_tke(:) ! Contribution of energy conservation 20 21 REAL, ALLOCATABLE :: bils_diss(:) ! Contribution of energy conservation … … 22 23 REAL, ALLOCATABLE :: bils_enthalp(:) ! bilan de chaleur au sol 23 24 REAL, ALLOCATABLE :: bils_latent(:) ! bilan de chaleur au sol 24 !$OMP THREADPRIVATE(bils_ec,bils_ tke,bils_diss,bils_kinetic,bils_enthalp,bils_latent)25 !$OMP THREADPRIVATE(bils_ec,bils_ech,bils_tke,bils_diss,bils_kinetic,bils_enthalp,bils_latent) 25 26 26 27 … … 83 84 allocate(snow_o(klon), zfra_o(klon)) 84 85 allocate(itau_con(klon)) 85 allocate (bils_ec(klon),bils_ tke(klon),bils_diss(klon),bils_kinetic(klon),bils_enthalp(klon),bils_latent(klon))86 allocate (bils_ec(klon),bils_ech(klon),bils_tke(klon),bils_diss(klon),bils_kinetic(klon),bils_enthalp(klon),bils_latent(klon)) 86 87 87 88 IF (ok_gwd_rando) allocate(zustr_gwd_rando(klon), zvstr_gwd_rando(klon)) … … 95 96 96 97 deallocate(snow_o,zfra_o,itau_con) 97 deallocate (bils_ec,bils_ tke,bils_diss,bils_kinetic,bils_enthalp,bils_latent)98 deallocate (bils_ec,bils_ech,bils_tke,bils_diss,bils_kinetic,bils_enthalp,bils_latent) 98 99 99 100 END SUBROUTINE phys_output_var_end
Note: See TracChangeset
for help on using the changeset viewer.