Last change
on this file since 3493 was
1300,
checked in by emillour, 10 years ago
|
Common dynamics:
Some updates to keep up with LMDZ5 Earth model evolution (up to LMDZ5 rev 1955).
Main change is the introduction of a "dyn3d_common" directory
to store files common to dyn3d and dyn3dpar.
See file "DOC/chantiers/commit_importants.log" for detailed list
of changes. These changes do not change results on test cases.
EM
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1] | 1 | ! |
---|
| 2 | ! $Id: comdissnew.h 1319 2010-02-23 21:29:54Z fairhead $ |
---|
| 3 | ! |
---|
| 4 | ! |
---|
| 5 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
| 6 | ! veillez à n'utiliser que des ! pour les commentaires |
---|
| 7 | ! et à bien positionner les & des lignes de continuation |
---|
| 8 | ! (les placer en colonne 6 et en colonne 73) |
---|
| 9 | ! |
---|
| 10 | !----------------------------------------------------------------------- |
---|
| 11 | ! INCLUDE 'comdissnew.h' |
---|
| 12 | |
---|
| 13 | COMMON/comdissnew/ lstardis,nitergdiv,nitergrot,niterh,tetagdiv, & |
---|
[979] | 14 | & tetagrot,tetatemp,coefdis, vert_prof_dissip |
---|
[1] | 15 | |
---|
| 16 | LOGICAL lstardis |
---|
| 17 | INTEGER nitergdiv, nitergrot, niterh |
---|
[979] | 18 | |
---|
| 19 | ! For the Earth model: |
---|
| 20 | integer vert_prof_dissip ! vertical profile of horizontal dissipation |
---|
| 21 | ! Allowed values: |
---|
| 22 | ! 0: rational fraction, function of pressure |
---|
| 23 | ! 1: tanh of altitude |
---|
| 24 | |
---|
[1] | 25 | REAL tetagdiv, tetagrot, tetatemp, coefdis |
---|
| 26 | |
---|
| 27 | ! |
---|
| 28 | ! ... Les parametres de ce common comdissnew sont lues par defrun_new |
---|
| 29 | ! sur le fichier run.def .... |
---|
| 30 | ! |
---|
| 31 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.