source: LMDZ6/branches/Amaury_dev/libf/dyn3d_common/lmdz_academic.f90 @ 5139

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

Replace academic.h, alpale.h, comdissip.h, comdissipn.h, comdissnew.h by modules
Remove unused clesph0.h

  • 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: 326 bytes
Line 
1! Replaces academic.h
2! $Id: lmdz_academic.f90 5134 2024-07-26 15:56:37Z abarral $
3
4MODULE lmdz_academic
5  IMPLICIT NONE; PRIVATE
6  INCLUDE "dimensions.h"
7  INCLUDE "paramet.h"
8
9  PUBLIC tetarappel, knewt_t, kfrict, knewt_g, clat4
10
11  REAL :: tetarappel(ip1jmp1, llm)
12  REAL :: knewt_t(llm)
13  REAL :: kfrict(llm)
14  REAL :: knewt_g
15  REAL :: clat4(ip1jmp1)
16
17END MODULE lmdz_academic
Note: See TracBrowser for help on using the repository browser.