source: LMDZ5/branches/testing/libf/phylmd/rrtm/yomcoaphy.F90 @ 1999

Last change on this file since 1999 was 1999, checked in by Laurent Fairhead, 10 years ago

Merged trunk changes r1920:1997 into testing branch

  • 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
File size: 739 bytes
Line 
1MODULE YOMCOAPHY
2
3USE PARKIND1  ,ONLY : JPIM
4USE GRIDPOINT_BUFFERS , ONLY : gridpoint_buffer
5
6IMPLICIT NONE
7
8SAVE
9
10!     -----------------------------------------------------------------
11!*    ** *YOEPHY* - SWITCHES RELATED TO DIABATIC PROCESSES
12!     -----------------------------------------------------------------
13
14!        * E.C.M.W.F. PHYSICS PACKAGE *
15
16INTEGER(KIND=JPIM) :: NPHYINT      ! NPHYINT=0 -> Physics and dynamics at the same resolution
17                                   ! NPHYINT=1 -> Physics grid coarser than dynamics grid
18                                   ! NPHYINT=2 -> Physics grid finer than dynamics grid
19TYPE(gridpoint_buffer) :: PHYS_GPPBUF
20CHARACTER (LEN = 32) ::   CPTABLEFIL
21CHARACTER (LEN = 256) ::   CPTABLEDIR
22
23END MODULE YOMCOAPHY
Note: See TracBrowser for help on using the repository browser.