source: LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_tracstoke.f90 @ 5209

Last change on this file since 5209 was 5137, checked in by abarral, 8 weeks ago

Put gradsdef.h, tracstoke.h, clesphys.h into modules

  • 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: 165 bytes
Line 
1! Replaces tracstoke.h
2MODULE lmdz_tracstoke
3  IMPLICIT NONE; PRIVATE
4  PUBLIC istdyn, istphy, unittrac
5
6  INTEGER istdyn, istphy, unittrac
7END MODULE lmdz_tracstoke
Note: See TracBrowser for help on using the repository browser.