source:
LMDZ4/trunk/libf/dyn3dpar/inicons0.F
@
961
Last change on this file since 961 was 774, checked in by , 17 years ago | |
---|---|
|
|
File size: 1.1 KB |
Line | |
---|---|
1 | ! |
2 | ! $Header$ |
3 | ! |
4 | SUBROUTINE inicons0 |
5 | IMPLICIT NONE |
6 | c |
7 | c P. Le Van |
8 | c |
9 | c----------------------------------------------------------------------- |
10 | c Declarations: |
11 | c ------------- |
12 | c |
13 | #include "dimensions.h" |
14 | #include "paramet.h" |
15 | #include "comconst.h" |
16 | #include "temps.h" |
17 | #include "control.h" |
18 | #include "comvert.h" |
19 | #include "comdissnew.h" |
20 | |
21 | |
22 | c |
23 | c |
24 | c |
25 | c----------------------------------------------------------------------- |
26 | c dimension des boucles: |
27 | c ---------------------- |
28 | |
29 | im = iim |
30 | jm = jjm |
31 | lllm = llm |
32 | imp1 = iim |
33 | jmp1 = jjm + 1 |
34 | lllmm1 = llm - 1 |
35 | lllmp1 = llm + 1 |
36 | |
37 | c----------------------------------------------------------------------- |
38 | |
39 | dtdiss = idissip * dtvr |
40 | dtphys = iphysiq * dtvr |
41 | unsim = 1./iim |
42 | pi = 2.*ASIN( 1. ) |
43 | |
44 | c----------------------------------------------------------------------- |
45 | r = cpp * kappa |
46 | |
47 | PRINT*,' Cp R kappa ', cpp, r , kappa |
48 | c |
49 | c----------------------------------------------------------------------- |
50 | |
51 | CALL disvert0(pa,preff,ap,bp,dpres,presnivs,nivsigs,nivsig) |
52 | c |
53 | c |
54 | RETURN |
55 | END |
Note: See TracBrowser
for help on using the repository browser.