Pcc2hist is used to post-process the Conformal Cubic Atmospheric Model (CCAM). It converts the history output on the conformal cubic grid to a lat/lon grid typically used for subsequent workflows and analysis.
For documentation, see our website at
[https://research.csiro.au/ccam/]
pcc2hist requires the NetCDF C library and the MPI library.
To build pcc2hist with intel, gnu and cray fortran compiler use
make
make GFORTRAN=yes
make CRAY=yes
Debugging is also enabled with
make TEST=yes