CDFvidar is used to prepare initial conditions and mesonest atmospheric data for downscaling with the Conformal Cubic Atmospheric Model (CCAM). Typically CDFvidar is used to interpolate analyses, reanalyses and General Circulation Models to the conformal cubic grid used by CCAM.
For documentation, see our website at
[https://research.csiro.au/ccam/]
CDFvidar requires the NetCDF C library.
To build CDFvidar with intel, gnu and cray fortran compiler use
make
make GFORTRAN=yes
make CRAY=yes
Debugging is also enabled with
make TEST=yes