Last change
on this file since 2325 was
710,
checked in by emillour, 12 years ago
|
Mars GCM:
- Decreased time step for molecular diffusion (diffusion.h) for better stability
- Added test in moldiff_red.F90 to enforce that the system can't be stuck in an
infinite loop.
- The creation and output of coefficients in file 'coeffs.dat' in moldiff_red.F
is now controled by an internal flag (by default set to false).
JYC + EM
|
File size:
406 bytes
|
Rev | Line | |
---|
[517] | 1 | !********************************************************************** |
---|
| 2 | |
---|
| 3 | ! diffusion.h |
---|
| 4 | |
---|
| 5 | !********************************************************************** |
---|
| 6 | |
---|
[645] | 7 | real*8 Pdiff |
---|
[517] | 8 | real*8 tdiffmin |
---|
| 9 | real*8 dzres |
---|
| 10 | |
---|
[645] | 11 | parameter (Pdiff=15.) ! pressure below which diffusion is computed |
---|
[710] | 12 | parameter (tdiffmin=5d0) |
---|
[645] | 13 | parameter (dzres=2d0) ! grid resolution (km) for diffusion |
---|
| 14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.