Visualizing data in Cubed-Sphere grid: Difference between revisions
Line 25: | Line 25: | ||
== Python == | == Python == | ||
To use python scripts to visualize GEOS-5 cubed-sphere products : | |||
#Install python 3 (or above) and the modules numpy, netcdf4, matplotlib and mpl_toolkits on your computer. | |||
#Download source codes CSnative.py, example1.py, example2.py and the example data file HU_getc180forweyium_c180.geosgcm_prog.20000414_2200z.nc4 to the same folder. | |||
#To show example 1, $python example1.py | |||
#To show example 2, $python example2.py | |||
For the new format of the output, users can use the python code here to transform the data to lat-lon grid and visualize it. | For the new format of the output, users can use the python code here to transform the data to lat-lon grid and visualize it. | ||