source: trunk/UTIL/PYTHON/planetoplot_v2/set_var.txt @ 938

Last change on this file since 938 was 933, checked in by aslmd, 12 years ago

UTIL PYTHON planetoplot_v2. units: set an additional column set_var.txt and put units over colorbar. 1D bounding and formatting. possible mode nothing. corrected bug coast/sea.

File size: 2.8 KB
Line 
1##################################
2## set_var.txt
3## var ; format ; colormap ; label
4##################################
5T ; %.0f ; gist_heat ; Temperature ; K
6TEMP ; %0.f ; gist_heat ; Temperature ; K
7TPOT ; %.0f ; Paired ; Potential temperature ; K 
8TSURF ; %.0f ; RdBu_r ; Surface temperature ; K
9TK ; %.0f ; gist_heat ; Temperature ; K
10U ; %.1f ; jet ; Zonal wind ; m s$^{-1}$
11UM ; %.1f ; jet ; Zonal wind ; m s$^{-1}$
12V ; %.1f ; jet ; Meridional wind ; m s$^{-1}$
13VM ; %.1f ; jet ; Meridional wind ; m s$^{-1}$
14W ; %.2f ; jet ; Vertical wind ; m s$^{-1}$
15WIND ; %.0f ; YlOrRd ; Wind speed ; m s$^{-1}$
16UV ; %.0f ; YlOrRd ; Wind speed ; m s$^{-1}$
17UVMET ; %.0f ; YlOrRd ; Wind speed ; m s$^{-1}$
18PTOT ; %.0f ; jet ; Pressure ; Pa
19PSFC ; %.1f ; RdYlBu_r ; Surface pressure ; Pa
20PS ; %.1f ; RdYlBu_r ; Surface pressure ; Pa
21ANOMALY ; %.1f ; gist_ncar ; Anomaly ; %
22HGT ; %.1e ; spectral ; Topography ; m
23HGT_M ; %.1e ; spectral ; Topography ; m
24MARS_TI ; %.0f ; jet ; Thermal inertia ; tiu
25THERMAL_INERTIA ; %.0f ; jet ; Thermal inertia ; tiu
26TAU ; %.1f ; YlOrBr_r ; Opacity ; dimless
27TAU_DUST ; %.1f ; Oranges_r ; Dust opacity ; dimless
28QDUST ; %.6f ; Oranges_r ; Dust mass mixing ratio ; kg/kg
29CCNQ ; %.2e ; YlOrBr ; Cloud condensation nuclei ; kg/kg
30CCNN ; %.2e ; YlOrBr ; Cloud condensation nuclei density ; dimless
31QH2O ; %.2e ; PuBu ; Water vapor mixing ratio ; kg/kg
32MTOT ; %.1e ; spectral ; Column vapor ; pr. $\mu$m
33ICETOT ; %.1e ; YlGnBu_r ; Column ice ; pr. $\mu$m
34TAU_ICE ; %.2f ; Blues ; Ice cloud opacity ; dimless
35TAUICE ; %.2f ; Blues ; Ice cloud opacity ; dimless
36VMR_ICE ; %.1e ; Blues ; Ice volume mix. rat. ; dimless
37VMR_H2OICE ; %.0f ; PuBu ; Ice volume mix. rat. ; dimless
38VMR_H2OVAP ; %.0f ; PuBu ; Vapor volume mix. rat. ; dimless
39QSURFICE ; %.0f ; hot_r ; Surface ice ; dimless
40WATERCAPTAG ; %.0f ; Blues ; Cap grid point ; dimless
41TAUTES ; %.2f ; jet ; Opacity ; dimless
42TAUTESAP ; %.2f ; jet ; Opacity ; dimless
43USTM ; %.2f ; jet ; Friction velocity ; m s$^{-1}$
44HFX ; %.0f ; RdYlBu ; Sensible heat flux ; W m$^{-2}$
45WSTAR ; %.1f ; YlOrRd ; Turbulent convective velocity scale ; m s$^{-1}$
46CO2 ; %.2f ; YlOrBr_r ; CO$_2$ mixing ratio ; dimless
47ENFACT ; %.1.f ; jet ; Enrichment factor ; dimless
48T_NADIR_DAY ; %.0f ; RdBu_r ; Temperature ; K
49T_NADIR_NIT ; %.0f ; RdBu_r ; Temperature ; K
50TEMP_DAY ; %.0f ; gist_heat ; Temperature ; K
51TEMP_NIGHT ; %.0f ; gist_heat ; Temperature ; K
52DTEMP ; %.0f ; gist_heat ; Temperature ; K
53NTEMP ; %.0f ; gist_heat ; Temperature ; K
54DNUMBINTEMP ; %.0f ; gist_heat ; Temperature ; K
55NNUMBINTEMP ; %.0f ; gist_heat ; Temperature ; K
56OLR ; %.0f ; gist_heat ; Outgoing Longwave Radiation ; W m$^{-2}$
57ASR ; %.0f ; gist_heat ; Absorbed Solar Radiation ; W m$^{-2}$
58ISR ; %.0f ; gist_heat ; Incoming Solar Radiation ; W m$^{-2}$
59SWDOWNZ ; %.0f ; gist_heat ; $\Phi^{SW}\downarrow$ ; W m$^{-2}$
Note: See TracBrowser for help on using the repository browser.