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

Last change on this file was 5292, checked in by abarral, 4 days ago

Move academic.h chem.h chem_spla.h to 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: 341 bytes
Line 
1! Replaces academic.h
2
3MODULE academic_mod_h
4  USE dimensions_mod, ONLY: iim, jjm, llm, ndm
5  USE paramet_mod_h
6  IMPLICIT NONE; PRIVATE
7
8  PUBLIC tetarappel, knewt_t, kfrict, knewt_g, clat4
9
10  REAL :: tetarappel(ip1jmp1, llm)
11  REAL :: knewt_t(llm)
12  REAL :: kfrict(llm)
13  REAL :: knewt_g
14  REAL :: clat4(ip1jmp1)
15
16END MODULE academic_mod_h
Note: See TracBrowser for help on using the repository browser.