Last change
on this file since 3556 was
2622,
checked in by slebonnois, 3 years ago
|
SL: VENUS update (i) bug correction (2 bugs, phytrac and physiq), affected meam molec mass computations... (ii) updates for VCD 2.0 (iii) aeropacity: for latitudinal variations of the cloud distribution
|
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) |
---|
[2622] | 13 | parameter (dzres=0.2d0) ! grid resolution (km) for diffusion |
---|
[1442] | 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.