Visualizing data in Cubed-Sphere grid: Difference between revisions
No edit summary |
m Fix name of matlab syntaxhighlight lang |
||
Line 13: | Line 13: | ||
Users can find a “GridUtils” package in MATLAB ( R2015b and R2016a) at http://wiki.seas.harvard.edu/geos-chem/index.php/GEOS-Chem_HP_Output_Data#MATLAB_.28Cubed-sphere_and_regular_data.29 . The instructions are straight forward. Although it is intended for GCHP, it can be used for all the other outputs that use the same formats as that of GCHP. For the new format of the output, users can use the matlab code here to transform the data to lat-lon grid and visualize it. | Users can find a “GridUtils” package in MATLAB ( R2015b and R2016a) at http://wiki.seas.harvard.edu/geos-chem/index.php/GEOS-Chem_HP_Output_Data#MATLAB_.28Cubed-sphere_and_regular_data.29 . The instructions are straight forward. Although it is intended for GCHP, it can be used for all the other outputs that use the same formats as that of GCHP. For the new format of the output, users can use the matlab code here to transform the data to lat-lon grid and visualize it. | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="matlab" line> | ||
close all; | close all; | ||
clear all; | clear all; |