source: dynamico_lmdz/aquaplanet/LMDZ5/libf/phymar/Mod_PHY_CP_dat.f90 @ 4031

Last change on this file since 4031 was 3990, checked in by millour, 8 years ago

An updated LMDZ5 (based on LMDZ rev 2786) to play with.
EM

File size: 1.0 KB
Line 
1      module Mod_PHY_CP_dat
2
3!--------------------------------------------------------------------------+
4!                                                     Tue  9-Apr-2013  MAR |
5!     module Mod_PHY_CP_dat contains the      data                   of    |
6!                MASS FLUX CONVECTION         Routine                      |
7!                                                                          |
8!     version 3.p.4.1 created by H. Gallee,           Tue  9-Apr-2013      |
9!           Last Modification by H. Gallee,           Tue  9-Apr-2013      |
10!                                                                          |
11!--------------------------------------------------------------------------+
12
13
14      use Mod_Real
15
16
17      IMPLICIT NONE
18
19
20      real(kind=real8), SAVE                 ::  vANA   =  4.0e+0  ! Characteristic Mountain Breeze Wind Scale                 [m/s]
21      real(kind=real8), SAVE                 ::  xANA   = 10.0e+3  ! Characteristic Mountain Width       Scale                   [m]
22     
23
24      end module Mod_PHY_CP_dat
Note: See TracBrowser for help on using the repository browser.