Visualizing data in Cubed-Sphere grid: Difference between revisions
Make the in progress quite visible. A few edits to the GrADS section |
|||
Line 1: | Line 1: | ||
{{rightTOC}} | |||
<span style="color: red; font-weight: bold; font-size: 24pt">IN PROGRESS</span> | |||
== Cubed-Sphere grid background == | == Cubed-Sphere grid background == | ||
Line 692: | Line 694: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
To use | == GrADS == | ||
To use GrADS to display cube-sphere grid data in a NetCDF file, the path should be in the PATH environment: | |||
/discover/nobackup/projects/gmao/share/dasilva/opengrads/Contents/grads | /discover/nobackup/projects/gmao/share/dasilva/opengrads/Contents/grads | ||
Then the users can follow the steps | Then the users can follow the steps. First, we assume a version of GEOS-5 is available. | ||
# run $ESMADIR/src/GMAO_Shared/GEOS_Util/plots/configure. This will produce a .quickplotrc in that directory | |||
# source $ESMADIR/src/GMAO_Shared/GEOS_Util/plots/.quickplotrc | |||
# run grads | |||
# sdfopen file.nc4 | |||
# run command <tt>dc</tt> to plot the cube-sphere grid NetCDF file. Users can get help by just run dc without any argument. |