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

Last change on this file since 5273 was 5272, checked in by abarral, 9 months 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
RevLine 
[524]1!
[1454]2! $Id: ener_mod.f90 5272 2024-10-24 15:53:15Z abarral $
[524]3!
[2622]4MODULE ener_mod
[524]5
[5271]6USE dimensions_mod, ONLY: iim, jjm, llm, ndm
[5272]7USE paramet_mod_h, ONLY: iip1, iip2, iip3, jjp1, llmp1, llmp2, llmm1, kftd, ip1jm, ip1jmp1, &
8          ip1jmi1, ijp1llm, ijmllm, mvar, jcfil, jcfllm
[5271]9IMPLICIT NONE
[524]10
[5271]11
[524]12
[5272]13
[2622]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.