--------------------------- Part 5: run_cedsyn (FILTER) --------------------------- FILTER U U TWO FILTER V V TWO *ONVERGECONV U V 3.0 CONVERGECONV U V 5.0 FUNCTIONNAME 1.0 FULL UVSQ T SQ+SQ U V SPEED P SQRT UVSQ DZ_max P MAX DZ_2 DZ_3 DZ_max P ORELSE DZ_max DZ_2 DZ_max P ORELSE DZ_max DZ_3 VORT P DDI-DDJ V U 1.0 1.0 0.0 0.0 END COMMENT ------------------------------------------------------------------------ * Filter horizontal convergence and vertical vorticity to eliminate * two-delta noise that results from finite differencing. HAN (Hanning) * followed by INV (inverse Hanning) or TWO (Hanning-inverse) does this. * If more filtering is needed or desired, use the LEA (least-squares) * method going out two (2.0) or more grid points. ------------------------------------------------------------------------ COMEND FILTER CONV CONV HAN FILTER CONV CONV INV *ILTER CONV CONV TWO *ILTER CONV CONV LEA 2.0 FILTER VORT VORT HAN FILTER VORT VORT INV *ILTER VORT VORT TWO *ILTER VORT VORT LEA 2.0