Last change
on this file since 3224 was
2089,
checked in by Laurent Fairhead, 10 years ago
|
Inclusion de la physique de MAR
Integration of MAR physics
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2089] | 1 | module Mod_PHY_RT_dat |
---|
| 2 | |
---|
| 3 | !--------------------------------------------------------------------------+ |
---|
| 4 | ! Tue 7-May-2013 MAR | |
---|
| 5 | ! module Mod_PHY_RT_dat contains specific data of | |
---|
| 6 | ! Radiative Transfert Scheme | |
---|
| 7 | ! | |
---|
| 8 | ! version 3.p.4.1 created by H. Gallee, Tue 7-May-2013 | |
---|
| 9 | ! Last Modification by H. Gallee, Tue 7-May-2013 | |
---|
| 10 | ! | |
---|
| 11 | !--------------------------------------------------------------------------+ |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | use Mod_Real |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | IMPLICIT NONE |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | real(kind=real8), SAVE :: ZEPAER = 1.E-12 ! Generic [O3] Concentration [Pa/Pa] |
---|
| 22 | real(kind=real8), SAVE :: FraQws = 0.02 ! Cloud Fraction Parameterization [-] |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | end module Mod_PHY_RT_dat |
---|
Note: See
TracBrowser
for help on using the repository browser.