source: LMDZ6/trunk/libf/dyn3d_common/ener_mod.f90

Last change on this file was 5272, checked in by abarral, 25 hours ago

Turn paramet.h into a module

  • 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: 359 bytes
Line 
1!
2! $Id: ener_mod.f90 5272 2024-10-24 15:53:15Z abarral $
3!
4MODULE ener_mod
5
6USE dimensions_mod, ONLY: iim, jjm, llm, ndm
7USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &
8          ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm
9IMPLICIT NONE
10
11
12
13
14      REAL ang0,etot0,ptot0,ztot0,stot0,                        &
15                ang,etot,ptot,ztot,stot,rmsdpdt,rmsv,gtot(llmm1)
16
17
18END MODULE ener_mod
Note: See TracBrowser for help on using the repository browser.