Last change
on this file since 5218 was
5158,
checked in by abarral, 5 months ago
|
Add missing klon on strataer_emiss_mod.F90
Correct various missing explicit declarations
Replace tabs by spaces (tabs are not part of the fortran charset)
Continue cleaning modules
Removed unused arguments and variables
|
-
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:
814 bytes
|
Rev | Line | |
---|
[1989] | 1 | MODULE YOMCOAPHY |
---|
| 2 | |
---|
| 3 | USE PARKIND1 ,ONLY : JPIM |
---|
| 4 | USE GRIDPOINT_BUFFERS , ONLY : gridpoint_buffer |
---|
| 5 | |
---|
| 6 | IMPLICIT NONE |
---|
| 7 | |
---|
| 8 | SAVE |
---|
| 9 | |
---|
| 10 | ! ----------------------------------------------------------------- |
---|
| 11 | !* ** *YOEPHY* - SWITCHES RELATED TO DIABATIC PROCESSES |
---|
| 12 | ! ----------------------------------------------------------------- |
---|
| 13 | |
---|
| 14 | ! * E.C.M.W.F. PHYSICS PACKAGE * |
---|
| 15 | |
---|
| 16 | INTEGER(KIND=JPIM) :: NPHYINT ! NPHYINT=0 -> Physics and dynamics at the same resolution |
---|
| 17 | ! NPHYINT=1 -> Physics grid coarser than dynamics grid |
---|
[5158] | 18 | ! NPHYINT=2 -> Physics grid finer than dynamics grid |
---|
[1989] | 19 | TYPE(gridpoint_buffer) :: PHYS_GPPBUF |
---|
| 20 | CHARACTER (LEN = 32) :: CPTABLEFIL |
---|
| 21 | CHARACTER (LEN = 256) :: CPTABLEDIR |
---|
| 22 | |
---|
[2010] | 23 | !$OMP THREADPRIVATE(cptabledir,cptablefil,nphyint,phys_gppbuf) |
---|
[1989] | 24 | END MODULE YOMCOAPHY |
---|
Note: See
TracBrowser
for help on using the repository browser.