Create CMIP6 CMOR tables from the CMIP6 Data Request XML document.
- Go into the
src
directory.cd src
- Run
bash updateDreqXML.sh <DREQ-VERSION>
to get the latest changes from the SVN repository for the provided data request version. This script will update the data request XML stored indocs
.bash updateDreqXML.sh 01.00.XX
- Run
bash buildCMIP6Tables.sh
to create the CMIP6 CMOR tables using the data request XML stored indocs
.bash buildCMIP6Tables.sh
- Copy the CMIP6 tables from
tables
into the table directory of cmip6-cmor-tables to push updates for CMOR's CMIP6 tables.cp ../tables/CMIP6_*.json ~/git/cmip6-cmor-tables/Tables