MET Online Tutorial for METv8.0 | PCP-Combine > Output

When PCP-Combine is finished, you may view the output NetCDF files it wrote using the ncdump and ncview utilities (if available on your machine). Run the following commands to view contents of the NetCDF files:

ncview $MET_TUTORIAL_DATA/output/pcp_combine/sample_fcst_24L_2005080800V_12A.nc &
ncview $MET_TUTORIAL_DATA/output/pcp_combine/sample_obs_2005080800V_12A.nc &

ncdump -h $MET_TUTORIAL_DATA/output/pcp_combine/sample_fcst_24L_2005080800V_12A.nc
ncdump -h $MET_TUTORIAL_DATA/output/pcp_combine/sample_obs_2005080800V_12A.nc

The ncview windows display plots of the precipitation data in these files. The output of ncdump indicates that the gridded fields are named APCP_12, the GRIB code abbreviation and accumulation interval for precipitation. We'll use these NetCDF output files from PCP-Combine as input for the Grid-Stat tool.