Last change
on this file since 2198 was
2198,
checked in by flefevre, 5 years ago
|
reglages Diogo Quirino & Gabriella Gilli pour la haute atmosphere
|
File size:
411 bytes
|
Rev | Line | |
---|
[1442] | 1 | !********************************************************************** |
---|
| 2 | |
---|
| 3 | ! diffusion.h |
---|
| 4 | |
---|
| 5 | !********************************************************************** |
---|
| 6 | |
---|
| 7 | real*8 Pdiff |
---|
| 8 | real*8 tdiffmin |
---|
| 9 | real*8 dzres |
---|
| 10 | |
---|
[1591] | 11 | parameter (Pdiff=1.e-1) ! pressure below which diffusion is computed |
---|
| 12 | parameter (tdiffmin=5.d0) |
---|
[2198] | 13 | parameter (dzres=0.1d0) ! grid resolution (km) for diffusion |
---|
[1442] | 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.