Skip to content
/ xagg Public
forked from pochedls/xagg

Software to create xml links to underlying CMIP netCDF data

Notifications You must be signed in to change notification settings

bonfils2/xagg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XAGG

XML Aggregator for CMIPx data

Dependencies:

python3, joblib, scandir, cdscan (part of cdms2)

Setup:

  • Create anaconda environment with dependencies (creates a Py3 environment by default)
conda create -n xagg -c conda-forge -c cdat cdms2 joblib scandir
  • Download local tables database
cd tools
./updateTables.sh
cd ..

Run software:

  • Execute test cases
./xagg.py -f mon -v tas --outputDirectory ~/tmp > log.txt

Or

./xagg.py -f mon -v tas -e hist-CO2 --outputDirectory ~/tmp --updatePaths False > log.txt
  • Execute complete scan
./xagg.py --outputDirectory ~/tmp > log.txt

About

Software to create xml links to underlying CMIP netCDF data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 96.1%
  • Shell 3.9%