Recipe: Visualize downloaded data using Panoply: Difference between revisions
Move from http to https |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 7: | Line 7: | ||
== Solution == | == Solution == | ||
For the purpose of this example, we assume that we have already downloaded the file <code>c1440_NR.inst01hr_3d_T_Cv.20060918_0900z.nc4</code> from the ftp/ | For the purpose of this example, we assume that we have already downloaded the file <code>c1440_NR.inst01hr_3d_T_Cv.20060918_0900z.nc4</code> from the ftp/https server. For more information about file naming conventions, and how to download a file, please follow the links in the [[#See Also]] section. | ||
Panoply (v 4.0.5) is a cross-platform application that plots geo-gridded and other arrays from NetCDF, HDF, GRIB, and other datasets. For more information, please see | Panoply (v 4.0.5) is a cross-platform application that plots geo-gridded and other arrays from NetCDF, HDF, GRIB, and other datasets. For more information, please see | ||
https://www.giss.nasa.gov/tools/panoply/ | |||
Once <code>panoply</code> is installed, it can be launched from the command line via | Once <code>panoply</code> is installed, it can be launched from the command line via | ||
Line 22: | Line 22: | ||
[[Image:Panoply_main.png|500px]] | [[Image:Panoply_main.png|500px]] | ||
To load the downloaded data file | To load the downloaded data file click on File -> Open... and from the file browser we choose the file. Opening the file leads to the display | ||
[[Image:Panoply_data.png|500px]] | [[Image:Panoply_data.png|500px]] | ||
Line 28: | Line 28: | ||
Here, we select our variable, <code>T</code>, from the 'Datasets' tab and click on 'Create Plot'. In the new window that appears, we select the first option 'Create geogridded Longitude-Latitude plot' and click on 'Create'. To plot the air temperature at the surface (level=72), in the 'Array(s)' Tab we set the 'Vertical level:' to 72 and check the 'Always fit to data' box in the 'Scale' tab resulting in | Here, we select our variable, <code>T</code>, from the 'Datasets' tab and click on 'Create Plot'. In the new window that appears, we select the first option 'Create geogridded Longitude-Latitude plot' and click on 'Create'. To plot the air temperature at the surface (level=72), in the 'Array(s)' Tab we set the 'Vertical level:' to 72 and check the 'Always fit to data' box in the 'Scale' tab resulting in | ||
[[Image: | [[Image:Panoply_temperature.png|500px]] | ||
== Discussions == | == Discussions == | ||
Line 36: | Line 36: | ||
# File Spec: [[File:G5NR-Ganymed-7km FileSpec-ON6-V1.0.pdf]] | # File Spec: [[File:G5NR-Ganymed-7km FileSpec-ON6-V1.0.pdf]] | ||
# [[Recipe: Retrieve (global) data from FTP server]] | # [[Recipe: Retrieve (global) data from FTP server]] | ||
# [[Recipe: Retrieve (global) data from | # [[Recipe: Retrieve (global) data from HTTPS server]] | ||
== No Warranty == | == No Warranty == | ||
== Copyright == | == Copyright == |
Latest revision as of 10:22, 9 April 2019
Back to G5NR Data Access Guide.
Problem
We want to visualize a downloaded data file using Panoply.
Solution
For the purpose of this example, we assume that we have already downloaded the file c1440_NR.inst01hr_3d_T_Cv.20060918_0900z.nc4
from the ftp/https server. For more information about file naming conventions, and how to download a file, please follow the links in the #See Also section.
Panoply (v 4.0.5) is a cross-platform application that plots geo-gridded and other arrays from NetCDF, HDF, GRIB, and other datasets. For more information, please see
https://www.giss.nasa.gov/tools/panoply/
Once panoply
is installed, it can be launched from the command line via
> panoply.sh
assuming that the shell script panoply.sh
is in the user's path.
Once launched, the following window is presented
To load the downloaded data file click on File -> Open... and from the file browser we choose the file. Opening the file leads to the display
Here, we select our variable, T
, from the 'Datasets' tab and click on 'Create Plot'. In the new window that appears, we select the first option 'Create geogridded Longitude-Latitude plot' and click on 'Create'. To plot the air temperature at the surface (level=72), in the 'Array(s)' Tab we set the 'Vertical level:' to 72 and check the 'Always fit to data' box in the 'Scale' tab resulting in
Discussions
See Also
- File Spec: File:G5NR-Ganymed-7km FileSpec-ON6-V1.0.pdf
- Recipe: Retrieve (global) data from FTP server
- Recipe: Retrieve (global) data from HTTPS server