Last change
on this file since 3990 was
2160,
checked in by Laurent Fairhead, 10 years ago
|
Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand
|
File size:
1.2 KB
|
Line | |
---|
1 | module Mod_PHY_S0_grd |
---|
2 | |
---|
3 | !--------------------------------------------------------------------------+ |
---|
4 | ! Fri 14-Jun-2013 MAR | |
---|
5 | ! module Mod_PHY_S0_grd contains the main grid descriptor 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, Fri 14-Jun-2013 | |
---|
10 | ! | |
---|
11 | !--------------------------------------------------------------------------+ |
---|
12 | |
---|
13 | |
---|
14 | use Mod_Real |
---|
15 | |
---|
16 | |
---|
17 | IMPLICIT NONE |
---|
18 | |
---|
19 | |
---|
20 | |
---|
21 | real(kind=real8), SAVE :: dST_UA ! Distance Soleil-Terre [u.a.] |
---|
22 | |
---|
23 | integer, SAVE :: n_azim ! Nb of azimuth to look for Mountain Mask [-] |
---|
24 | real(kind=real8), SAVE :: d_azim ! azimuth interval for one Mountain Mask [radian] |
---|
25 | |
---|
26 | |
---|
27 | |
---|
28 | end module Mod_PHY_S0_grd |
---|
Note: See
TracBrowser
for help on using the repository browser.