E3SM_to_CMIP
The E3SM_to_CMIP is a python package developed to convert E3SM model output into Climate Model Intercomparison Project Phase 6 (CMIP6) compatible data format. It is a Python script that converts atmosphere, land, sea-ice, and ocean variables into CMIP compliant datasets, with strict tests of compliance with CMOR metadata.
The usage is very simple:
e3sm_to_cmip -i <input> -o <output> -t ~/cmip_tables -u metadata.json –var-list . . .
Documentation
- e3sm_to_cmip code on github
- End to End CMIP6 processing tutorial
- Tool to help stage the data from zstash for post-processing with e3sm_to_cmip