source: LMDZ4/trunk/libf/phylmd/thermcell.h @ 1009

Last change on this file since 1009 was 987, checked in by Laurent Fairhead, 16 years ago

Du nettoyage sur le parallelisme, inclusion de nouvelles interfaces pour OPA9
et ORCHIDEE YM
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 456 bytes
Line 
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
6      common/ctherm1/iflag_thermals,nsplit_thermals
7      common/ctherm2/r_aspect_thermals,l_mix_thermals,tau_thermals
8      common/ctherm3/w2di_thermals
9      common/ctherm4/iflag_coupl,iflag_clos,iflag_wake
10!$OMP THREADPRIVATE(/ctherm1/,/ctherm2/,/ctherm3/,/ctherm4/)
Note: See TracBrowser for help on using the repository browser.