source: LMDZ4/trunk/libf/dyn3dpar/advtrac.h @ 807

Last change on this file since 807 was 764, checked in by Laurent Fairhead, 17 years ago

Merge entre la version V3_conv et le HEAD
YM, JG, LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 992 bytes
Line 
1!
2! $Header$
3!
4c-----------------------------------------------------------------------
5c 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      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) 
26c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.