CMOR Installation
Download the required libraries
The CMOR2 requires external libraries: the zlib, netCDF-4.0 , HDF5 and UDUNITS-2 packages to be installed.
Configuring the libraries
Be sure to build NetCDF4 with the --enable-netcdf-4 option! Also make sure to install UDUNITS version 2 and not version 1 !
We suggest you use the following parameters when installing the external components:
- HDF5 library:
./configure --prefix=<installdir> --disable-shared
- netCDF4 library:
./configure --prefix=<installdir> --with-hdf5=<installdir> --enable-netcdf-4 --disable-shared
- UDUNITS version 2 library:
./configure --prefix=<installdir> --disable-shared
Configuring the CMOR2 libraries
Be sure to build NetCDF4 with the --enable-netcdf-4 option! Also make sure to install UDUNITS version 2 and not version 1 !
./configure --prefix=<installdir_cmor> --with-netcdf=<installdir-NetCDF4> --with-hdf5=<installdir_HDF5> --with-udunits2=<installdir_udunits2> make make install
Installing python version
/path/to/your/python/bin/python setup.py install
Detailed instructions can be found in the INSTALL file in the CMOR distribution
For questions concerning CMOR2 installation, contact Charles Doutriaux (doutriaux1@llnl.gov).