Last change
on this file since 1582 was
1496,
checked in by Laurent Fairhead, 14 years ago
|
Modified closure for the new physics package, new values for the iflag_coupl parameter
FH
Fermeture modifiée pour la nouvelle physique, nouvelles valeurs définies pour
le paramètre iflag_coupl
FH
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
691 bytes
|
Rev | Line | |
---|
[1146] | 1 | integer :: iflag_thermals,nsplit_thermals |
---|
| 2 | real,parameter :: r_aspect_thermals=2.,l_mix_thermals=30. |
---|
[1496] | 3 | real :: alp_bl_k |
---|
[1146] | 4 | real :: tau_thermals |
---|
| 5 | integer,parameter :: w2di_thermals=1 |
---|
| 6 | integer :: isplit |
---|
[542] | 7 | |
---|
[1146] | 8 | integer :: iflag_coupl,iflag_clos,iflag_wake |
---|
| 9 | integer :: iflag_thermals_ed,iflag_thermals_optflux |
---|
| 10 | |
---|
[878] | 11 | common/ctherm1/iflag_thermals,nsplit_thermals |
---|
[1496] | 12 | common/ctherm2/tau_thermals,alp_bl_k |
---|
[879] | 13 | common/ctherm4/iflag_coupl,iflag_clos,iflag_wake |
---|
[1026] | 14 | common/ctherm5/iflag_thermals_ed,iflag_thermals_optflux |
---|
| 15 | |
---|
[1146] | 16 | !$OMP THREADPRIVATE(/ctherm1/,/ctherm2/,/ctherm4/,/ctherm5/) |
---|
Note: See
TracBrowser
for help on using the repository browser.