Changeset 908 for LMDZ4/trunk


Ignore:
Timestamp:
Feb 14, 2008, 5:25:27 PM (17 years ago)
Author:
lmdzadmin
Message:

Ajout & pour compatibilite format fixe/format libre AI
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3d/advtrac.h

    r762 r908  
    22! $Header$
    33!
    4 c-----------------------------------------------------------------------
    5 c INCLUDE 'advtrac.h'
     4!-----------------------------------------------------------------------
     5! INCLUDE 'advtrac.h'
     6!
     7!
     8!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
     9!                 veillez à n'utiliser que des ! pour les commentaires
     10!                 et à bien positionner les & des lignes de continuation
     11!                 (les placer en colonne 6 et en colonne 73)
     12!
    613
    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
     14      COMMON/advtr/iadv, hadv, vadv, tnom, tname, ttext, niadv,         &
     15     &   nbtrac, nprath, mmt_adj, hadv_flg, vadv_flg, conv_flg,         &
     16     &   pbl_flg, tracnam
    1017      INTEGER iadv(nqmx) ! indice schema de transport
    1118      INTEGER hadv(nqmx) ! indice schema transport horizontal
     
    2532      integer pbl_flg(nqmx-2)
    2633      character*8 tracnam(nqmx-2)
    27 c-----------------------------------------------------------------------
     34!-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.