|
Last change
on this file since 2437 was
2149,
checked in by emillour, 6 years ago
|
|
Mars GCM:
Add F.Lott's non-orographic GW parametrization. Disabled by default for now, activated by setting calllott_nonoro=.true. in callphys.def
GG+EM
|
|
File size:
513 bytes
|
| Line | |
|---|
| 1 | ! ----------------------------------------------------------------- |
|---|
| 2 | !* *COMMON* *YOEGWD* - PARAMETERS FOR GRAVITY WAVE DRAG CALCULATIONS |
|---|
| 3 | ! ----------------------------------------------------------------- |
|---|
| 4 | ! |
|---|
| 5 | real :: GFRCRIT,GRCRIT,GVCRIT,GKDRAG,GKDRAGL,GHMAX |
|---|
| 6 | real :: GRAHILO,GSIGCR,GSSEC, GTSEC, GVSEC, GKWAKE |
|---|
| 7 | integer :: NKTOPG |
|---|
| 8 | COMMON/YOEGWD/ GFRCRIT,GRCRIT,GVCRIT,GKDRAG,GKDRAGL,GHMAX & |
|---|
| 9 | & ,GRAHILO,GSIGCR,NKTOPG,GSSEC, GTSEC, GVSEC,GKWAKE |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.