source: trunk/LMDZ.TITAN/Tools/filter.h @ 832

Last change on this file since 832 was 816, checked in by slebonnois, 12 years ago

SL: tools for postprocessing (Veznus and Titan); see DOC/documentation/vt-tools.pdf

File size: 439 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),parameter :: ok_out=(/.true.,.true.,.false.,.true./)
15
Note: See TracBrowser for help on using the repository browser.