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 | subroutine PHY_Atm_RT_INI |
---|
2 | |
---|
3 | !------------------------------------------------------------------------------+ |
---|
4 | ! Sun 30-Jun-2013 MAR | |
---|
5 | ! MAR PHY_Atm_RT_INI | |
---|
6 | ! subroutine PHY_Atm_RT_INI intializes Radiative Vertical Transfer Scheme | |
---|
7 | ! | |
---|
8 | ! version 3.p.4.1 created by H. Gallee, Tue 12-Mar-2013 | |
---|
9 | ! Last Modification by H. Gallee, Sun 30-Jun-2013 | |
---|
10 | ! | |
---|
11 | !------------------------------------------------------------------------------+ |
---|
12 | |
---|
13 | use Mod_Real |
---|
14 | use Mod_PHY____grd |
---|
15 | use Mod_PHY_RT_grd |
---|
16 | |
---|
17 | |
---|
18 | IMPLICIT NONE |
---|
19 | |
---|
20 | |
---|
21 | |
---|
22 | |
---|
23 | ! Initialization of DATA |
---|
24 | ! ====================== |
---|
25 | |
---|
26 | ! ********** |
---|
27 | CALL Atm_RT_INI |
---|
28 | ! ********** |
---|
29 | |
---|
30 | |
---|
31 | |
---|
32 | end subroutine PHY_Atm_RT_INI |
---|
Note: See
TracBrowser
for help on using the repository browser.