Last change
on this file since 5304 was
2089,
checked in by Laurent Fairhead, 10 years ago
|
Inclusion de la physique de MAR
Integration of MAR physics
|
File size:
1.2 KB
|
Line | |
---|
1 | module Mod_PHY_CM_grd |
---|
2 | |
---|
3 | !--------------------------------------------------------------------------+ |
---|
4 | ! Sun 30-Jun-2013 MAR | |
---|
5 | ! module Mod_PHY_CM_grd contains the main grid descriptor of | |
---|
6 | ! Cloud MicroPhysical Scheme | |
---|
7 | ! | |
---|
8 | ! version 3.p.4.1 created by H. Gallee, Fri 22-Mar-2013 | |
---|
9 | ! Last Modification by H. Gallee, Sun 30-Jun-2013 | |
---|
10 | ! | |
---|
11 | !--------------------------------------------------------------------------+ |
---|
12 | |
---|
13 | |
---|
14 | use Mod_Real |
---|
15 | |
---|
16 | |
---|
17 | IMPLICIT NONE |
---|
18 | |
---|
19 | |
---|
20 | |
---|
21 | real(kind=real8), SAVE :: dt__CM ! Time Step of Cloud MicroPhysical Scheme [s] |
---|
22 | integer, SAVE :: jt__CM ! Number of DYnamical Time Steps for one Cloud Microphysics Time Step [-] |
---|
23 | |
---|
24 | integer, parameter :: mz1_CM = 2 ! Top of Clouds Vertical Index |
---|
25 | |
---|
26 | |
---|
27 | |
---|
28 | end module Mod_PHY_CM_grd |
---|
Note: See
TracBrowser
for help on using the repository browser.