Last change
on this file since 3428 was
2089,
checked in by Laurent Fairhead, 10 years ago
|
Inclusion de la physique de MAR
Integration of MAR physics
|
File size:
1.6 KB
|
Rev | Line | |
---|
[2089] | 1 | module Mod_PHY_AT_grd |
---|
| 2 | |
---|
| 3 | !--------------------------------------------------------------------------+ |
---|
| 4 | ! Tue 30-Apr-2013 MAR | |
---|
| 5 | ! module Mod_PHY_AT_grd contains the main grid descriptor of | |
---|
| 6 | ! Turbulent Vertical Diffusion Scheme | |
---|
| 7 | ! | |
---|
| 8 | ! version 3.p.4.1 created by H. Gallee, Sun 17-Mar-2013 | |
---|
| 9 | ! Last Modification by H. Gallee, Tue 30-Apr-2013 | |
---|
| 10 | ! | |
---|
| 11 | !--------------------------------------------------------------------------+ |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | use Mod_Real |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | IMPLICIT NONE |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | integer, SAVE :: jt__AT ! Number of DYnamical Time Steps for one Vertical Diffusion Time Step |
---|
| 22 | real(kind=real8), SAVE :: dt__AT ! Time Step of Atmospheric Turbulence |
---|
| 23 | real(kind=real8), SAVE :: TimeAT ! Time previous call of Atmospheric Turbulence [HOURS since 1901-01-15 00:00:00] |
---|
| 24 | real(kind=real8), SAVE :: alphAT ! Explicitness |
---|
| 25 | real(kind=real8), SAVE :: betaAT ! Implicitness |
---|
| 26 | real(kind=real8), SAVE :: a_b_AT ! |
---|
| 27 | character(len=1) :: schmAT ! m = momentum / h = scalar / e = ekman spiral |
---|
| 28 | logical :: NewAAT ! Diagonal Time Depend. Coeff. Calculation Switch |
---|
| 29 | |
---|
| 30 | |
---|
| 31 | |
---|
| 32 | end module Mod_PHY_AT_grd |
---|
Note: See
TracBrowser
for help on using the repository browser.