source: LMDZ4/trunk/libf/dyn3d/advtrac.h @ 524

Last change on this file since 524 was 524, checked in by lmdzadmin, 20 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 653 bytes
Line 
1!
2! $Header$
3!
4c-----------------------------------------------------------------------
5c INCLUDE 'advtrac.h'
6
7      COMMON/advtr/iadv,hadv,vadv,tnom,tname,ttext,niadv
8      INTEGER iadv(nqmx) ! indice schema de transport
9      INTEGER hadv(nqmx) ! indice schema transport horizontal
10      INTEGER vadv(nqmx) ! indice schema transport vertical
11      INTEGER niadv(nqmx) ! equivalent dyn / physique
12      character*8 tnom(nqmx) ! nom court du traceur
13      character*10 tname(nqmx) ! nom du traceur pour restart
14      character*13 ttext(nqmx) ! nom long du traceur pour sorties
15c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.