/xml-cmor3-database

Work on CMOR3 XML database which will replace CMOR2 tables.

Primary LanguagePython

Create CMIP6 CMOR tables from the CMIP6 Data Request XML document.

Steps

  1. Go into the src directory.
    cd src
    
  2. 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 in docs.
    bash updateDreqXML.sh 01.00.XX
    
  3. Run bash buildCMIP6Tables.sh to create the CMIP6 CMOR tables using the data request XML stored in docs.
    bash buildCMIP6Tables.sh
    
  4. 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