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

Last change on this file since 5209 was 5159, checked in by abarral, 7 weeks ago

Put dimensions.h and paramet.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: 348 bytes
Line 
1! Replaces academic.h
2! $Id: lmdz_academic.f90 5159 2024-08-02 19:58:25Z fairhead $
3
4MODULE lmdz_academic
5  USE lmdz_dimensions, ONLY: iim, jjm, llm, ndm
6  USE lmdz_paramet
7  IMPLICIT NONE; PRIVATE
8
9
10
11  PUBLIC tetarappel, knewt_t, kfrict, knewt_g, clat4
12
13  REAL :: tetarappel(ip1jmp1, llm)
14  REAL :: knewt_t(llm)
15  REAL :: kfrict(llm)
16  REAL :: knewt_g
17  REAL :: clat4(ip1jmp1)
18
19END MODULE lmdz_academic
Note: See TracBrowser for help on using the repository browser.