Rev | Line | |
---|
[1632] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | !----------------------------------------------------------------------- |
---|
| 5 | ! INCLUDE 'comvert.h' |
---|
| 6 | |
---|
| 7 | COMMON/comvert/ap(llm+1),bp(llm+1),presnivs(llm),dpres(llm), & |
---|
| 8 | & pa,preff,nivsigs(llm),nivsig(llm+1) |
---|
| 9 | |
---|
| 10 | common/comverti/disvert_type |
---|
| 11 | |
---|
| 12 | REAL ap,bp,presnivs,dpres,pa,preff,nivsigs,nivsig |
---|
| 13 | |
---|
| 14 | integer disvert_type ! type of vertical discretization: |
---|
| 15 | ! 1: Earth (default for planet_type==earth), |
---|
| 16 | ! automatic generation |
---|
| 17 | ! 2: Planets (default for planet_type!=earth), |
---|
| 18 | ! using 'z2sig.def' (or 'esasig.def) file |
---|
| 19 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.