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

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

clean and organized UTIL/PYTHON folder

File size: 2.9 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
24ZMOL ; %.0f ; spectral ; Topography ; km
25MARS_TI ; %.0f ; jet ; Thermal inertia ; tiu
26THERMAL_INERTIA ; %.0f ; jet ; Thermal inertia ; tiu
27ALBEDO ; %.2f ; Greys_r ; Albedo ; dimless
28TAU ; %.1f ; YlOrBr_r ; Opacity ; dimless
29TAU_DUST ; %.1f ; Oranges_r ; Dust opacity ; dimless
30QDUST ; %.6f ; Oranges_r ; Dust mass mixing ratio ; kg/kg
31CCNQ ; %.2e ; YlOrBr ; Cloud condensation nuclei ; kg/kg
32CCNN ; %.2e ; YlOrBr ; Cloud condensation nuclei density ; dimless
33QH2O ; %.2e ; PuBu ; Water vapor mixing ratio ; kg/kg
34MTOT ; %.1e ; spectral ; Column vapor ; pr. $\mu$m
35ICETOT ; %.1e ; YlGnBu_r ; Column ice ; pr. $\mu$m
36TAU_ICE ; %.2f ; Blues ; Ice cloud opacity ; dimless
37TAUICE ; %.2f ; Blues ; Ice cloud opacity ; dimless
38VMR_ICE ; %.1e ; Blues ; Ice volume mix. rat. ; dimless
39VMR_H2OICE ; %.0f ; PuBu ; Ice volume mix. rat. ; dimless
40VMR_H2OVAP ; %.0f ; PuBu ; Vapor volume mix. rat. ; dimless
41QSURFICE ; %.0f ; hot_r ; Surface ice ; dimless
42WATERCAPTAG ; %.0f ; Blues ; Cap grid point ; dimless
43TAUTES ; %.2f ; jet ; Opacity ; dimless
44TAUTESAP ; %.2f ; jet ; Opacity ; dimless
45USTM ; %.2f ; jet ; Friction velocity ; m s$^{-1}$
46HFX ; %.0f ; RdYlBu ; Sensible heat flux ; W m$^{-2}$
47WSTAR ; %.1f ; YlOrRd ; Turbulent convective velocity scale ; m s$^{-1}$
48CO2 ; %.2f ; YlOrBr_r ; CO$_2$ mixing ratio ; dimless
49ENFACT ; %.1.f ; jet ; Enrichment factor ; dimless
50T_NADIR_DAY ; %.0f ; RdBu_r ; Temperature ; K
51T_NADIR_NIT ; %.0f ; RdBu_r ; Temperature ; K
52TEMP_DAY ; %.0f ; gist_heat ; Temperature ; K
53TEMP_NIGHT ; %.0f ; gist_heat ; Temperature ; K
54DTEMP ; %.0f ; gist_heat ; Temperature ; K
55NTEMP ; %.0f ; gist_heat ; Temperature ; K
56DNUMBINTEMP ; %.0f ; gist_heat ; Temperature ; K
57NNUMBINTEMP ; %.0f ; gist_heat ; Temperature ; K
58OLR ; %.0f ; gist_heat ; Outgoing Longwave Radiation ; W m$^{-2}$
59ASR ; %.0f ; gist_heat ; Absorbed Solar Radiation ; W m$^{-2}$
60ISR ; %.0f ; gist_heat ; Incoming Solar Radiation ; W m$^{-2}$
61SWDOWNZ ; %.0f ; gist_heat ; $\Phi^{SW}\downarrow$ ; W m$^{-2}$
62ZMAX_TH ; %.1f ; spectral ; PBL depth ; km
Note: See TracBrowser for help on using the repository browser.