Last change
on this file since 3947 was
726,
checked in by Laurent Fairhead, 18 years ago
|
Modifications pour rendre INCA plus independant de LMDZ ACo
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
992 bytes
|
Rev | Line | |
---|
[630] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | c----------------------------------------------------------------------- |
---|
| 5 | c INCLUDE 'advtrac.h' |
---|
| 6 | |
---|
[726] | 7 | COMMON/advtr/iadv,hadv,vadv,tnom,tname,ttext,niadv, |
---|
| 8 | & nbtrac, nprath, mmt_adj, hadv_flg, vadv_flg, conv_flg, |
---|
| 9 | & pbl_flg, tracnam |
---|
[630] | 10 | INTEGER iadv(nqmx) ! indice schema de transport |
---|
| 11 | INTEGER hadv(nqmx) ! indice schema transport horizontal |
---|
| 12 | INTEGER vadv(nqmx) ! indice schema transport vertical |
---|
| 13 | INTEGER niadv(nqmx) ! equivalent dyn / physique |
---|
| 14 | character*8 tnom(nqmx) ! nom court du traceur |
---|
| 15 | character*10 tname(nqmx) ! nom du traceur pour restart |
---|
| 16 | character*13 ttext(nqmx) ! nom long du traceur pour sorties |
---|
[726] | 17 | |
---|
| 18 | integer nbtrac |
---|
| 19 | integer nprath |
---|
| 20 | real mmt_adj(iim+1,jjm+1,llm, 1) |
---|
| 21 | integer hadv_flg(nqmx) |
---|
| 22 | integer vadv_flg(nqmx) |
---|
| 23 | integer conv_flg(nqmx-2) |
---|
| 24 | integer pbl_flg(nqmx-2) |
---|
| 25 | character*8 tracnam(nqmx-2) |
---|
[630] | 26 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.