source: LMDZ6/branches/Amaury_dev/libf/dyn3d_common/academic.h @ 5133

Last change on this file since 5133 was 5116, checked in by abarral, 5 months ago

rename modules properly lmdz_*
move ismin, ismax, minmax into new lmdz_libmath.f90
(lint) uppercase fortran keywords

  • 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: 213 bytes
RevLine 
[5099]1
[1454]2! $Id: academic.h 5116 2024-07-24 12:54:37Z abarral $
[5099]3
[1454]4      common/academic/tetarappel,knewt_t,kfrict,knewt_g,clat4
[5116]5      REAL :: tetarappel(ip1jmp1,llm)
6      REAL :: knewt_t(llm)
7      REAL :: kfrict(llm)
8      REAL :: knewt_g
9      REAL :: clat4(ip1jmp1)
Note: See TracBrowser for help on using the repository browser.