This repository provides a lightweight reporting format and an accompanying workflow notebook for packaging results from Advanced Terrestrial Simulator (ATS) simulations as a Model Data Archive (MDA) suitable for publication and long-term stewardship (e.g., in ESS-DIVE).
The intent is to help ATS users produce a package that is:
- Curated (contains the files you intend to publish, without unnecessary intermediates),
- Documented (includes file-level metadata and a data dictionary for tabular outputs), and
- Transferable (optional archiving/splitting support for large directories).
ats_mda_workflow.ipynb: the end-to-end workflow notebook (copy → cleanup → metadata tables → optional packaging).instructions.md: background and a step-by-step guide aligned with the notebook.- Templates generated by the workflow:
flmd.csv(File Level Metadata)dd.csv(Data Dictionary)
Running the notebook against an ATS simulation directory produces a curated destination directory (commonly named my_ATS_MDA/) that contains:
- selected input/output artifacts (based on include rules you configure),
flmd.csvanddd.csv, and optionally:sha256sums.txt(checksum manifest for integrity verification),- one
*.tar.gzper top-level subdirectory (e.g.,run0.tar.gz,run1.tar.gz), with optional splitting into*.partNNNfiles when archives exceed 5 GiB.
- Read
instructions.mdto understand the expected package contents and the workflow steps. - Edit the configuration block in
ats_mda_workflow.ipynbto point to your simulation directory and choose what to include. - Run the notebook to generate
my_ATS_MDA/,flmd.csv, anddd.csv(and optional packaging outputs). - Review the curated directory and edit
flmd.csv/dd.csvto ensure descriptions and definitions are accurate. - Submit the curated package to ESS-DIVE using their submission workflow.
Report issues at https://github.com/ess-dive-workspace/essdive-ATS-model-data-archiving/issues.
ESS-DIVE support email: ess-dive-support at lbl.gov
This repository content is licensed for use under the CC BY 4.0 license
Funding for the development of ESS-DIVE's ATS Model Data Archive (MDA) Standard was provided by the U.S. Department of Energy, Office of Science, Office of Biological and Environmental Research, Climate and Environmental Science Division, Data Management program under contract number DE-AC02-05CH11231.