|
Last change
on this file since 3114 was
888,
checked in by slebonnois, 13 years ago
|
|
SL: small modifications to the tools, to Venus default .def files and to outputs (including forgotten modifications linked to the 1D); + bug corrections in phytitan
|
|
File size:
419 bytes
|
| Line | |
|---|
| 1 | ! Tuning parameters for fft.F90 |
|---|
| 2 | |
|---|
| 3 | ! Low cutting frequency, in Hz : fcoup1 |
|---|
| 4 | real, parameter :: fcoup1=1.e-6 |
|---|
| 5 | |
|---|
| 6 | ! High cutting frequency, in Hz : fcoup2 |
|---|
| 7 | real, parameter :: fcoup2=3.5e-6 |
|---|
| 8 | |
|---|
| 9 | ! Half-width of the filters, in Hz : width |
|---|
| 10 | real, parameter :: width=4.e-7 |
|---|
| 11 | |
|---|
| 12 | ! Choice of output files: |
|---|
| 13 | ! (U, V, W, T) |
|---|
| 14 | logical,dimension(4) :: ok_out=(/.true.,.true.,.false.,.true./) |
|---|
| 15 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.