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

Last change on this file since 1242 was 1029, checked in by aslmd, 11 years ago

UTIL PYTHON planetoplot_v2

  • added keywords nxticks nyticks xp yp missing for improved plot settings
  • added function to print contents of pp object
  • added to ppplot a function figureref to easily set a figure of given size
  • bug fix affecting .ppobj objects containing fields with missing values
  • bug fix when size of z coordinate do not match field
  • bug fix for Ls time coordinates (added changetime=correctls)
  • bug fix if not connected to internet
  • tidying up examples
File size: 3.0 KB
Line 
1##################################
2## set_var.txt
3## var ; format ; colormap ; label
4##################################
5T ; %.0f ; gist_heat ; Temperature ; K
6TEMP ; %.1f ; 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}$
15U025 ; %.1f ; jet ; Wind speed 25cm above the surface ; m s$^{-1}$
16WIND ; %.0f ; YlOrRd ; Wind speed ; m s$^{-1}$
17UV ; %.0f ; YlOrRd ; Wind speed ; m s$^{-1}$
18UVMET ; %.0f ; YlOrRd ; Wind speed ; m s$^{-1}$
19PTOT ; %.0f ; jet ; Pressure ; Pa
20PSFC ; %.1f ; RdYlBu_r ; Surface pressure ; Pa
21PS ; %.1f ; RdYlBu_r ; Surface pressure ; Pa
22ANOMALY ; %.1f ; gist_ncar ; Anomaly ; %
23HGT ; %.1e ; spectral ; Topography ; m
24HGT_M ; %.1e ; spectral ; Topography ; m
25ZMOL ; %.0f ; spectral ; Topography ; km
26MARS_TI ; %.0f ; jet ; Thermal inertia ; tiu
27THERMAL_INERTIA ; %.0f ; jet ; Thermal inertia ; tiu
28ALBEDO ; %.2f ; Greys_r ; Albedo ; dimless
29TAU ; %.1f ; YlOrBr_r ; Opacity ; dimless
30TAU_DUST ; %.1f ; Oranges_r ; Dust opacity ; dimless
31QDUST ; %.6f ; Oranges_r ; Dust mass mixing ratio ; kg/kg
32CCNQ ; %.2e ; YlOrBr ; Cloud condensation nuclei ; kg/kg
33CCNN ; %.2e ; YlOrBr ; Cloud condensation nuclei density ; dimless
34QH2O ; %.2e ; PuBu ; Water vapor mixing ratio ; kg/kg
35MTOT ; %.1e ; spectral ; Column vapor ; pr. $\mu$m
36ICETOT ; %.1e ; YlGnBu_r ; Column ice ; pr. $\mu$m
37TAU_ICE ; %.2f ; Blues ; Ice cloud opacity ; dimless
38TAUICE ; %.2f ; Blues ; Ice cloud opacity ; dimless
39VMR_ICE ; %.1e ; Blues ; Ice volume mix. rat. ; dimless
40VMR_H2OICE ; %.0f ; PuBu ; Ice volume mix. rat. ; dimless
41VMR_H2OVAP ; %.0f ; PuBu ; Vapor volume mix. rat. ; dimless
42QSURFICE ; %.0f ; hot_r ; Surface ice ; dimless
43WATERCAPTAG ; %.0f ; Blues ; Cap grid point ; dimless
44TAUTES ; %.2f ; jet ; Opacity ; dimless
45TAUTESAP ; %.2f ; jet ; Opacity ; dimless
46USTM ; %.2f ; jet ; Friction velocity ; m s$^{-1}$
47HFX ; %.0f ; RdYlBu ; Sensible heat flux ; W m$^{-2}$
48WSTAR ; %.1f ; YlOrRd ; Turbulent convective velocity scale ; m s$^{-1}$
49CO2 ; %.2f ; YlOrBr_r ; CO$_2$ mixing ratio ; dimless
50ENFACT ; %.1.f ; jet ; Enrichment factor ; dimless
51T_NADIR_DAY ; %.0f ; RdBu_r ; Temperature ; K
52T_NADIR_NIT ; %.0f ; RdBu_r ; Temperature ; K
53TEMP_DAY ; %.0f ; gist_heat ; Temperature ; K
54TEMP_NIGHT ; %.0f ; gist_heat ; Temperature ; K
55DTEMP ; %.0f ; gist_heat ; Temperature ; K
56NTEMP ; %.0f ; gist_heat ; Temperature ; K
57DNUMBINTEMP ; %.0f ; gist_heat ; Temperature ; K
58NNUMBINTEMP ; %.0f ; gist_heat ; Temperature ; K
59OLR ; %.0f ; gist_heat ; Outgoing Longwave Radiation ; W m$^{-2}$
60ASR ; %.0f ; gist_heat ; Absorbed Solar Radiation ; W m$^{-2}$
61ISR ; %.0f ; gist_heat ; Incoming Solar Radiation ; W m$^{-2}$
62SWDOWNZ ; %.0f ; gist_heat ; $\Phi^{SW}\downarrow$ ; W m$^{-2}$
63ZMAX_TH ; %.1f ; spectral ; PBL depth ; km
Note: See TracBrowser for help on using the repository browser.