2 #-----------------------------------------------------------------------
3 # Script gen_be_plot_wrapper.ksh
5 # Purpose: Plot the background error statistics (BES) for WRF-Var
7 # After finished the BES, this script gives the BES plots
8 # by using ncl shell under var/graphics/ncl/gen_be.
10 # Y.-R. Guo 06/16/2008
11 #-----------------------------------------------------------------------
12 #export NCARG_ROOT=/contrib
14 #[1] Define job by overriding default environment variables:
16 export WRFVAR_DIR
=/kukui
/users
/xinzhang
/code
/WRFDA
17 export GEN_BE_PLOT
=${WRFVAR_DIR}/var
/graphics
/ncl
/gen_be
19 export GRAPHIC_WORKS
=pdf
21 export NUM_WE
=74 # 1 point less than stagger points 90
22 export NUM_SN
=69 # 1 point less than stagger points 60
23 export NUM_LEVELS
=27 # 1 point less than stagger points 41
24 export RESOLUTION_KM
=35.0 # km
25 export REGION
=tutorial
# only for naming output purpose
26 export BE_DIR
=/kukui
/users
/xinzhang
/code
/tmp
/GENBE
/gen_be
5/working
27 export BE_NROW
=$NUM_LEVELS
31 # 1, First five eigenvectors:
32 #----------------------------
33 ncl
${GEN_BE_PLOT}/gen_be_global_evecs.ncl
35 # 2, First five eigenvaluess:
36 #----------------------------
37 ncl
${GEN_BE_PLOT}/gen_be_global_evals.ncl
40 #----------------------------
41 ncl
${GEN_BE_PLOT}/gen_be_lengthscales.ncl
43 # 4, Correlation: chi_b.chi ans t_b.t
44 #-----------------------------------
45 ncl
${GEN_BE_PLOT}/gen_be_corr_z.ncl
47 # 5, Correlation yz coross-section: <chi_b.chi> ans <t_b.t>
48 #---------------------------------------------------------
49 ncl
${GEN_BE_PLOT}/gen_be_corr_yz.ncl
51 # 6, Correlation: <ps_b.ps>
52 #--------------------------
53 ncl
${GEN_BE_PLOT}/gen_be_corr_ps.ncl