MET Online Tutorial for METv1.1

PCP-Combine Tool: 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 tutorial/out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc &
    ncview tutorial/out/pcp_combine/sample_obs_12L_2005080712V_12A.nc &
    ncdump -h tutorial/out/pcp_combine/sample_fcst_12L_2005080712V_12A.nc
    ncdump -h tutorial/out/pcp_combine/sample_obs_12L_2005080712V_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, the GRIB code abbrevation for accumulated precipiation. Next, we'll use these NetCDF output file from PCP-Combine as input for the Grid-Stat tool.