Last change
on this file since 3572 was
3455,
checked in by afalco, 4 months ago
|
Pluto PCM: added conduction & molvis.
AF
|
File size:
363 bytes
|
Rev | Line | |
---|
[3455] | 1 | |
---|
| 2 | module diffusion_h |
---|
| 3 | |
---|
| 4 | implicit none |
---|
| 5 | |
---|
| 6 | real*8 Pdiff |
---|
| 7 | real*8 tdiffmin |
---|
| 8 | real*8 dzres |
---|
| 9 | !$OMP THREADPRIVATE(Pdiff,tdiffmin,dzres) |
---|
| 10 | parameter (Pdiff=1.) ! pressure below which diffusion is computed |
---|
| 11 | parameter (tdiffmin=5d0) |
---|
| 12 | parameter (dzres=2d0) ! grid resolution (km) for diffusion |
---|
| 13 | |
---|
| 14 | end module diffusion_h |
---|
Note: See
TracBrowser
for help on using the repository browser.