Wednesday, January 13, 2010

Wind retreival from ELDORA

. Preparation of input data
(1) Check Dorade Sweep files in /Volumes/DataHD/ELDORA/newswp/swps/
The data is just like "eldora.20080926_0000.swp.tar.gz"
(2) Check Correstion file in /Volumes/DataHD/ELDORA/newcfacs.cfac/
The data is just like "rf02.cfac.aft" and "rf02.cfac.fore"
rf# is mission number. This information is shown in "TPARC flights summaries (EXCEL)"
(3) my priviate directory structure
mspark/
TCS37-16W/ `
0906/
0908_0200/
sed......_automatic (this file is generated after finishing editing)
swp/

Movie (1) and (2) into my swp/
gzip -d *.gz
tar -xvf *.tar


2. Editing in SOLO
(1) % /opt/local/bin/soloii (start SOLO)
we can see 4 default PPI images.

(2) cleck the right button

---------------------------------------------------------------------------
1. 2-d variational method



2. 3-d variational method using Gamache code

<< Run Gamache code>>
1) Modify swp2uf and run it(*.swp --> .uf)
% swp2uf
2) Modify job_interp and run it
% wind_interpolate.linux
 <---job_interp
3) Modify job_wind3 and rut in
% wind3_fill.static
<---job_wind3

output is named as *.w

<< Post-process of Gamache>>
1) convert *.w into *.ced
% ln –sf *.w fort.99
% cedwrite.linux
% mv fort.10 *.ced
The example of output is "Wind3_prejangmi_0923_0500_0550_31.ced".

2) modify postprocess (the script running CEDRIC)
and run it
%postprocess
There are two output files: "pst_wind3_0500_0550.ced" (cedric file) and "pst_wind3_0500_0550.plt (gmeta file)".

-The gmeta file is used to visualize the wind retreival.
Change *.plt to *.pdf for saving in PC.
%plt2pdf.csh
-The cedric file is used to retrieved T', P', and Heat Source suing Roux's code.

No comments:

Post a Comment