source: LMDZ6/branches/Amaury_dev/libf/misc/lmdz_description.f90 @ 5114

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

Rename modules in misc from *_mod > lmdz_*
Turn description.h into lmdz_description.f90

  • 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: 157 bytes
Line 
1! Replaces description.h
2
3MODULE lmdz_description
4  IMPLICIT NONE; PRIVATE
5  PUBLIC descript
6  CHARACTER (LEN = 120) :: descript
7END MODULE lmdz_description
Note: See TracBrowser for help on using the repository browser.