Last change
on this file since 124 was
124,
checked in by emillour, 14 years ago
|
EM: suite mise au point discretisation verticale et quelques corrections de bugs dans le version de reference parallele.
|
File size:
562 bytes
|
Rev | Line | |
---|
[1] | 1 | ! |
---|
[109] | 2 | ! $Id: comvert.h 1279 2009-12-10 09:02:56Z fairhead $ |
---|
[1] | 3 | ! |
---|
| 4 | !----------------------------------------------------------------------- |
---|
| 5 | ! INCLUDE 'comvert.h' |
---|
| 6 | |
---|
[109] | 7 | COMMON/comvert/ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm), & |
---|
| 8 | & pa,preff,nivsigs(llm),nivsig(llm+1), & |
---|
[124] | 9 | & aps(llm),bps(llm),scaleheight |
---|
[1] | 10 | |
---|
[109] | 11 | REAL ap,bp,presnivs,dpres,pa,preff,nivsigs,nivsig,aps,bps |
---|
[124] | 12 | real scaleheight ! atmospheric (reference) scale height (km) |
---|
[1] | 13 | |
---|
[109] | 14 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.