Last change
on this file since 2203 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
|
Line | |
---|
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 |
---|
8 | real :: TAUBS |
---|
9 | integer :: LEVBS |
---|
10 | COMMON/YOEGWD/ GFRCRIT,GKWAKE,GRCRIT,GVCRIT,GKDRAG,GKLIFT & |
---|
11 | & ,GHMAX,GRAHILO,GSIGCR,NKTOPG,NTOP,GSSEC,GTSEC,GVSEC & |
---|
12 | & ,TAUBS,LEVBS |
---|
13 | |
---|
Note: See
TracBrowser
for help on using the repository browser.