Last change
on this file since 2930 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_S0_ctr |
---|
| 2 | |
---|
| 3 | !--------------------------------------------------------------------------+ |
---|
| 4 | ! Sat 15-Jun-2013 MAR | |
---|
| 5 | ! module Mod_PHY_S0_ctr contains the main Switches of | |
---|
| 6 | ! Insolation Scheme | |
---|
| 7 | ! | |
---|
| 8 | ! version 3.p.4.1 created by H. Gallee, Thu 25-Apr-2013 | |
---|
| 9 | ! Last Modification by H. Gallee, Sat 15-Jun-2013 | |
---|
| 10 | ! | |
---|
| 11 | !--------------------------------------------------------------------------+ |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | use Mod_Real |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | IMPLICIT NONE |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | logical :: FaceS0 ! Slope Influence on Insolation |
---|
| 22 | logical :: MMskS0 ! Mount MASKing of Insolation |
---|
| 23 | logical :: LDayS0 = .TRUE. ! Day Length at Domain Origin |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | |
---|
| 27 | end module Mod_PHY_S0_ctr |
---|
Note: See
TracBrowser
for help on using the repository browser.