Last change
on this file since 1310 was
1310,
checked in by slebonnois, 10 years ago
|
SL: VENUS VERTICAL EXTENSION. NLTE and thermospheric processes, to be run with 78 levels and specific inputs.
|
File size:
931 bytes
|
Line | |
---|
1 | c----------------------------------------------------------------------- |
---|
2 | c INCLUDE 'nlteparams.h' |
---|
3 | c |
---|
4 | c Parameters which govern the transition from LTE to NLTE radiation |
---|
5 | c tendencies. |
---|
6 | c----------------------------------------------------------------------- |
---|
7 | |
---|
8 | real ptrans ! central pressure for transition (Pa) |
---|
9 | parameter (ptrans = 0.5) |
---|
10 | real zw ! half-width for transition (scale heights) |
---|
11 | parameter (zw = 0.5) |
---|
12 | real pminte ! pressure up to which LTE is calculated (Pa) |
---|
13 | parameter (pminte = 0.3*ptrans) |
---|
14 | c almost one scale height above transition in worst case is very safe |
---|
15 | real zwi |
---|
16 | parameter (zwi = 2./zw) |
---|
17 | |
---|
18 | c----------------------------------------------------------------------- |
---|
19 | |
---|
20 | c Number of layers on which LTE calculations (in lw and sw) are performed |
---|
21 | c (Computed in nlthermeq) : |
---|
22 | INTEGER nlaylte |
---|
23 | common/nltepar/nlaylte |
---|
Note: See
TracBrowser
for help on using the repository browser.