Ignore:
Timestamp:
Dec 14, 2015, 11:43:09 AM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2298:2396 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/phys_output_var_mod.F90

    r2056 r2408  
    5959  LOGICAL, SAVE :: vars_defined = .FALSE. ! ug PAS THREADPRIVATE ET C'EST NORMAL
    6060
     61  REAL, allocatable:: zustr_gwd_hines(:), zvstr_gwd_hines(:) ! (klon)
     62  REAL, allocatable:: zustr_gwd_front(:), zvstr_gwd_front(:) ! (klon)
    6163  REAL, allocatable:: zustr_gwd_rando(:), zvstr_gwd_rando(:) ! (klon)
     64  !$OMP THREADPRIVATE(zustr_gwd_hines, zvstr_gwd_hines)
     65  !$OMP THREADPRIVATE(zustr_gwd_front, zvstr_gwd_front)
    6266  !$OMP THREADPRIVATE(zustr_gwd_rando, zvstr_gwd_rando)
    6367
     
    8690    allocate (bils_ec(klon),bils_ech(klon),bils_tke(klon),bils_diss(klon),bils_kinetic(klon),bils_enthalp(klon),bils_latent(klon))
    8791
     92    IF (ok_hines) allocate(zustr_gwd_hines(klon), zvstr_gwd_hines(klon))
     93    IF (.not.ok_hines.and.ok_gwd_rando) &
     94                  allocate(zustr_gwd_front(klon), zvstr_gwd_front(klon))
    8895    IF (ok_gwd_rando) allocate(zustr_gwd_rando(klon), zvstr_gwd_rando(klon))
    8996
Note: See TracChangeset for help on using the changeset viewer.