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

Since PCP-Combine performs a simple operation and reformatting step, no configuration file is needed.

Run PCP-Combine on the command line using the following two commands:

pcp_combine \
-sum 20050807_000000 3 20050808_000000 12 \
$MET_TUTORIAL_DATA/output/pcp_combine/sample_fcst_24L_2005080800V_12A.nc \
-pcpdir $MET_TUTORIAL_DATA/input/sample_fcst/2005080700

pcp_combine \
-sum 00000000_000000 1 20050808_000000 12 \
$MET_TUTORIAL_DATA/output/pcp_combine/sample_obs_2005080800V_12A.nc \
-pcpdir $MET_TUTORIAL_DATA/input/sample_obs/ST2ml

In the first command, PCP-Combine summed up 4 3-hourly accumulation forecast files into a single 12-hour accumulation forecast. In the second command, PCP-Combine summed up 12 1-hourly accumulation observation files into a single 12-hour accumulation observation. PCP-Combine should perform these tasks very quickly. In the second command, we told PCP-Combine to ignore the initialization time by setting its YYYYMMDD_HHMMSS to all zeros (0000000_000000).