Last change
on this file was
2047,
checked in by slebonnois, 6 years ago
|
SL: VENUS, ajout des modifs apportees par Thomas Navarro pour la parametrisation des ondes de gravite orographiques
|
File size:
580 bytes
|
Rev | Line | |
---|
[778] | 1 | ! ----------------------------------------------------------------- |
---|
| 2 | !* *COMMON* *YOEGWD* - PARAMETERS FOR GRAVITY WAVE DRAG CALCULATIONS |
---|
| 3 | ! ----------------------------------------------------------------- |
---|
| 4 | ! |
---|
| 5 | integer :: NKTOPG,NTOP |
---|
| 6 | real :: GFRCRIT,GKWAKE,GRCRIT,GVCRIT,GKDRAG,GKLIFT |
---|
| 7 | real :: GHMAX,GRAHILO,GSIGCR,GSSEC,GTSEC,GVSEC |
---|
[2047] | 8 | real :: TAUBS |
---|
| 9 | integer :: LEVBS |
---|
[780] | 10 | COMMON/YOEGWD/ GFRCRIT,GKWAKE,GRCRIT,GVCRIT,GKDRAG,GKLIFT & |
---|
[2047] | 11 | & ,GHMAX,GRAHILO,GSIGCR,NKTOPG,NTOP,GSSEC,GTSEC,GVSEC & |
---|
| 12 | & ,TAUBS,LEVBS |
---|
[3] | 13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.