Last change
on this file since 3624 was
3175,
checked in by emillour, 18 months ago
|
Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM
|
File size:
405 bytes
|
Rev | Line | |
---|
[3175] | 1 | !********************************************************************** |
---|
| 2 | |
---|
| 3 | ! diffusion.h |
---|
| 4 | |
---|
| 5 | !********************************************************************** |
---|
| 6 | |
---|
| 7 | real*8 Pdiff |
---|
| 8 | real*8 tdiffmin |
---|
| 9 | real*8 dzres |
---|
| 10 | |
---|
| 11 | parameter (Pdiff=1.) ! pressure below which diffusion is computed |
---|
| 12 | parameter (tdiffmin=5d0) |
---|
| 13 | parameter (dzres=2d0) ! grid resolution (km) for diffusion |
---|
| 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.