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