source: LMDZ6/trunk/libf/phymar/Mod_PHY_CM_ctr.f90 @ 3863

Last change on this file since 3863 was 2089, checked in by Laurent Fairhead, 10 years ago

Inclusion de la physique de MAR


Integration of MAR physics

File size: 943 bytes
Line 
1      module Mod_PHY_CM_ctr
2
3!--------------------------------------------------------------------------+
4!                                                     Wed 22-May-2013  MAR |
5!     module Mod_PHY_CM_ctr contains the main swichtes               of    |
6!                Cloud MicroPhysical          Scheme                       |
7!                                                                          |
8!     version 3.p.4.1 created by H. Gallee,           Wed 22-May-2013      |
9!           Last Modification by H. Gallee,           Wed 22-May-2013      |
10!                                                                          |
11!--------------------------------------------------------------------------+
12
13
14      use Mod_Real
15
16
17      IMPLICIT NONE
18
19
20
21      logical                                       ::  CM_UpD          !  Flag: (T,F) => Microphysical Variable Update (IN,OUT)side CMiPhy
22
23
24
25      end module Mod_PHY_CM_ctr
Note: See TracBrowser for help on using the repository browser.