source: LMDZ4/branches/LMDZ4_par_0/libf/dyn3dpar/advtrac.h @ 1421

Last change on this file since 1421 was 630, checked in by Laurent Fairhead, 19 years ago

Import d'une version parallele de la dynamique YM
LF

  • 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.