Last change
on this file since 5086 was
844,
checked in by (none), 17 years ago
|
This commit was manufactured by cvs2svn to create branch
'LMDZ4_V3_patches'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
991 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Header$ |
---|
3 | ! |
---|
4 | c----------------------------------------------------------------------- |
---|
5 | c INCLUDE 'advtrac.h' |
---|
6 | |
---|
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 |
---|
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 |
---|
17 | |
---|
18 | |
---|
19 | integer nbtrac |
---|
20 | integer nprath |
---|
21 | real mmt_adj(iim+1,jjm+1,llm, 1) |
---|
22 | integer hadv_flg(nqmx) |
---|
23 | integer vadv_flg(nqmx) |
---|
24 | integer conv_flg(nqmx-2) |
---|
25 | integer pbl_flg(nqmx-2) |
---|
26 | character*8 tracnam(nqmx-2) |
---|
27 | c----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.