Community Intercomparison Suite
latest
  • 1. Installing CIS
  • 2. What’s new in CIS
  • 3. What kind of data can CIS deal with?
  • 4. Using the command line
  • 5. CIS as a Python library (API)
  • 6. Getting file information
  • 7. Subsetting
  • 8. Aggregation
  • 9. Collocation
  • 10. Collocation Examples
  • 11. Plotting
  • 12. Gallery
  • 13. Evaluation
  • 14. Statistics
  • 15. Overlay Plot Examples
  • 16. How can I read my own data?
  • 17. Analysis plugin development
  • 18. Maintenance and Developer Guide
Community Intercomparison Suite
  • Docs »
  • 12. Gallery
  • Edit on GitHub

12. Gallery¶

A collection of example CIS plots along with the commands used to generate them.

_images/model.png

Model output data

_images/line.png

Aggregated model data

% cis plot precip:xenida_zonal.nc –itemwidth=2 –xaxis latitude –xlabel “Latitude (degrees)” –yaxis precip –ylabel “Precipitation ($kg/m^2/s$)” –title “Zonal mean of total precipitation rate” -o line.png
_images/MODIS_L2.png

MODIS Level 2

_images/MODIS_L3.png

MODIS Level 3

_images/seviri-ctt.png

Seviri Cloud top temperature

_images/agoufou_18022013_all_three.gif

Aeronet time series

_images/comparative_scatter_Aeronet.png

Aeronet comparative scatter

% cis plot 440-870Angstrom:../cis_repo_test_files/920801_091128_Agoufou_small.lev20 AOT_440:../cis_repo_test_files/920801_091128_Agoufou_small.lev20 –xlabel “440-870nm Angstrom Exponent” –ylabel “AOT at 440nm” –title “” –type comparativescatter -o comparative_scatter_Aeronet.png
_images/comparativehistogram3d.png

Aeronet comparatice histogram

% cis plot 440-870Angstrom:920801_091128_Agoufou_small.lev20 AOT_440:../cis_repo_test_files/920801_091128_Agoufou_small.lev20 –xlabel “440-870nm Angstrom Exponent” –ylabel “AOT at 440nm” –title “” –type histogram3d -o comparativehistogram3d
_images/aerosol_cci.png

Aerosol CCI

_images/Cloud_CCI.png

Cloud CCI

%cis plot cwp:20080620072500-ESACCI-L2_CLOUD-CLD_PRODUCTS-MODIS-AQUA-fv1.0.nc -o Cloud_CCI –xmin 75 –xmax 110 –xstep 5
_images/cloudsat_RVOD.png

CloudSat Liquid water content

_images/caliop_l1b.png

CALIOP Level 1b

_images/aircraft.png

NCAR-RAF ambient temperature

% cis plot ATX:RF04.20090114.192600_035100.PNI.nc –xaxis latitude –xlabel “Latitude (degrees north)” –yaxis altitude –ylabel “Altitude ($m$)” –cbarlabel “$^{circ}C$” -o aircraft.png
Next Previous

© Copyright 2013, University of Oxford. Revision bd61ff36.

Built with Sphinx using a theme provided by Read the Docs.