source: LMDZ6/trunk/libf/dyn3d_common/tracstoke_mod_h.f90 @ 5319

Last change on this file since 5319 was 5283, checked in by abarral, 10 days ago

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