Last change
on this file since 57 was
57,
checked in by aslmd, 14 years ago
|
mineur LMD_MM_MARS: ajout du GCM ancienne physique, systeme maintenant complet sur SVN (ne manque que la base de donnees d'etats initiaux)
|
File size:
1.1 KB
|
Rev | Line | |
---|
[57] | 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 | INTEGER :: l |
---|
| 20 | c |
---|
| 21 | c |
---|
| 22 | EXTERNAL disvert |
---|
| 23 | c |
---|
| 24 | c----------------------------------------------------------------------- |
---|
| 25 | c dimension des boucles: |
---|
| 26 | c ---------------------- |
---|
| 27 | |
---|
| 28 | im = iim |
---|
| 29 | jm = jjm |
---|
| 30 | lllm = llm |
---|
| 31 | imp1 = iim |
---|
| 32 | jmp1 = jjm + 1 |
---|
| 33 | lllmm1 = llm - 1 |
---|
| 34 | lllmp1 = llm + 1 |
---|
| 35 | |
---|
| 36 | c----------------------------------------------------------------------- |
---|
| 37 | |
---|
| 38 | dtdiss = idissip * dtvr |
---|
| 39 | dtphys = iphysiq * dtvr |
---|
| 40 | unsim = 1./iim |
---|
| 41 | pi = 2.*ASIN( 1. ) |
---|
| 42 | |
---|
| 43 | c----------------------------------------------------------------------- |
---|
| 44 | c |
---|
| 45 | |
---|
| 46 | r = cpp * kappa |
---|
| 47 | |
---|
| 48 | PRINT*,' R CPP Kappa ', r , cpp, kappa |
---|
| 49 | c |
---|
| 50 | c----------------------------------------------------------------------- |
---|
| 51 | CALL disvert |
---|
| 52 | c |
---|
| 53 | c |
---|
| 54 | RETURN |
---|
| 55 | END |
---|
Note: See
TracBrowser
for help on using the repository browser.