Ignore:
Timestamp:
Apr 7, 2009, 5:53:39 PM (15 years ago)
Author:
yann meurdesoif
Message:

Portage vers Vargas

Y.M + E.M

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/phylmd/thermcell.h

    r1026 r1142  
    1       integer iflag_thermals,nsplit_thermals
    2       real r_aspect_thermals,l_mix_thermals,tau_thermals
    3       integer w2di_thermals,isplit
    4       integer iflag_coupl,iflag_clos,iflag_wake
    5       integer iflag_thermals_ed,iflag_thermals_optflux
     1      integer            :: iflag_thermals,nsplit_thermals
     2      real,parameter     :: r_aspect_thermals=2.,l_mix_thermals=30.
     3      real               :: tau_thermals
     4      integer,parameter  :: w2di_thermals=1
     5      integer            :: isplit
     6
     7      integer            :: iflag_coupl,iflag_clos,iflag_wake
     8      integer            :: iflag_thermals_ed,iflag_thermals_optflux
    69
    710      common/ctherm1/iflag_thermals,nsplit_thermals
    8       common/ctherm2/r_aspect_thermals,l_mix_thermals,tau_thermals
    9       common/ctherm3/w2di_thermals
     11      common/ctherm2/tau_thermals
    1012      common/ctherm4/iflag_coupl,iflag_clos,iflag_wake
    1113      common/ctherm5/iflag_thermals_ed,iflag_thermals_optflux
    1214
    13 !$OMP THREADPRIVATE(/ctherm1/,/ctherm2/,/ctherm3/,/ctherm4/)
     15!$OMP THREADPRIVATE(/ctherm1/,/ctherm2/,/ctherm4/,/ctherm5/)
Note: See TracChangeset for help on using the changeset viewer.