source: LMDZ6/branches/Amaury_dev/libf/dyn3d_common/gradsdef.h @ 5117

Last change on this file since 5117 was 5117, checked in by abarral, 4 months ago

rename modules properly lmdz_*
move some unused files to obsolete/
(lint) uppercase fortran keywords

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 579 bytes
Line 
1
2! $Header$
3
4INTEGER nfmx,imx,jmx,lmx,nvarmx
5parameter(nfmx=10,imx=200,jmx=150,lmx=200,nvarmx=1000)
6
7REAL xd(imx,nfmx),yd(jmx,nfmx),zd(lmx,nfmx),dtime(nfmx)
8
9INTEGER imd(imx),jmd(jmx),lmd(lmx)
10INTEGER iid(imx),jid(jmx)
11INTEGER ifd(imx),jfd(jmx)
12INTEGER unit(nfmx),irec(nfmx),itime(nfmx),nld(nvarmx,nfmx)
13
14INTEGER nvar(nfmx),ivar(nfmx)
15LOGICAL firsttime(nfmx)
16
17character*10 var(nvarmx,nfmx),fichier(nfmx)
18character*40 title(nfmx),tvar(nvarmx,nfmx)
19
20common/gradsdef/xd,yd,zd,dtime, &
21imd,jmd,lmd,iid,jid,ifd,jfd, &
22unit,irec,nvar,ivar,itime,nld,firsttime, &
23var,fichier,title,tvar
Note: See TracBrowser for help on using the repository browser.