Skip to content

PCMDI/xml-cmor3-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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