source: dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/rrtm/yomcoaphy.F90 @ 3809

Last change on this file since 3809 was 3809, checked in by ymipsl, 10 years ago

Add LMDZ in aquaplanet configuration
YM

File size: 802 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
23!$OMP THREADPRIVATE(cptabledir,cptablefil,nphyint,phys_gppbuf)
24END MODULE YOMCOAPHY
Note: See TracBrowser for help on using the repository browser.