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
|
Rev | Line | |
---|
[2] | 1 | SUBROUTINE iniconst |
---|
| 2 | |
---|
| 3 | IMPLICIT NONE |
---|
| 4 | c |
---|
| 5 | c P. Le Van |
---|
| 6 | c |
---|
| 7 | c----------------------------------------------------------------------- |
---|
| 8 | c Declarations: |
---|
| 9 | c ------------- |
---|
| 10 | c |
---|
| 11 | #include "dimensions.h" |
---|
| 12 | #include "paramet.h" |
---|
| 13 | #include "comconst.h" |
---|
| 14 | #include "temps.h" |
---|
| 15 | #include "control.h" |
---|
| 16 | #include "comvert.h" |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | c |
---|
| 20 | c |
---|
| 21 | EXTERNAL disvert |
---|
| 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 | c |
---|
| 44 | |
---|
| 45 | r = cpp * kappa |
---|
| 46 | |
---|
| 47 | PRINT*,' R CP Kappa ', r , cpp, kappa |
---|
| 48 | c |
---|
| 49 | c----------------------------------------------------------------------- |
---|
| 50 | |
---|
| 51 | CALL disvert(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.