|
Last change
on this file since 2910 was
710,
checked in by emillour, 13 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
|
| Line | |
|---|
| 1 | !********************************************************************** |
|---|
| 2 | |
|---|
| 3 | ! diffusion.h |
|---|
| 4 | |
|---|
| 5 | !********************************************************************** |
|---|
| 6 | |
|---|
| 7 | real*8 Pdiff |
|---|
| 8 | real*8 tdiffmin |
|---|
| 9 | real*8 dzres |
|---|
| 10 | |
|---|
| 11 | parameter (Pdiff=15.) ! 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.