Atmospheric clumped O2 isotope composition simulation data and analysis scripts from EMAC/aMC models
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/7402614
下载链接
链接失效反馈官方服务:
资源简介:
This publication contains source code, data and analysis scripts/results of the simulations presented in the following manuscript:
Laskar, A.H., G.A. Adnew, S.S. Gromov, R. Peethambaran, B. Steil, J. Lelieveld, T. Blunier and T. Röckmann (2022). "Large variations in atmospheric oxidants and temperature during the Holocene" (in review)
EMAC simulations analysis
The analysis contains integrals of species burdens and other atmospheric physicochemical parameters obtained with the clumped isotopes of oxygen (CIO)-enabled ECHAM/MESSy Atmospheric Chemistry model (EMAC, see MESSy consortium website for more information) model in various climate states. Simulations were performed in 2021–2022 at the German Climate Computing Centre (DKRZ) with the support of the PalMod project.
Analysis data is stored in human/machine-readable file D36-EMAC-analysis.dat, please refer to its header for variables description, etc.
Additional (to those presented in the manuscript) analysis plots from EMAC data analysis are available in D36-EMAC-analysis.vsz (see the hardcopy in D36-EMAC-analysis.pdf) prepared using the Veusz software.
2BM/MC (two-box Monte-Carlo) model code, simulation data and analysis
2BM/MC code/simulation setup is implemented within the advanced Monte-Carlo framework (aMC) and is available in the respective repository. A copy of the source code used to perform simulations is provided here (see aMC-vpCIO.tar.gz archive).
2BM/MC output is stored in the netCDF format (ver. 4) and can be read in by any compatible software. The output contains probe statistics (reference probed distributions of the variables) in vpCIO-probe_stat-*.nc and resulting statistics (distributions matching given criteria, i.e. changes to the Δ36 signature vs. PD conditions) in vpCIO-delta-*.nc files, respectively.
We use NOAA Ferret software to derive additional statistics of the third parameter (viz. average STE (S) changes) over the obtained 2D frequency histograms of other parameters (viz. changes to equilibration rate (Req) and temperature (Teq)). The scripts exemplifying this calculation are presented in D36-vpCIO-analysis__proc* files, which output results/overview plots in vpCIO-delta-*__proc.nc and vpCIO-delta-*.gif files.
The analysis of the 2BM/MC simulation is available in D36-vpCIO-analysis.vsz script (see the hardcopy in D36-vpCIO-analysis.pdf) prepared using the Veusz software. Note that some plots require the abovementioned third-parameter statistics as input.
Performing simulations with 2BM/MC
In order to perform simulations (e.g. with altered parameters), please follow the respective guide for and build the aMC-vpCIO model. A typical sequence of shell commands to build and run 2BM/MC (which is referred to as vpCIO generic model within the aMC) is:
# clone the distribution and check-out `vpCIO` branch or particular commit referenced in the repository history
[user@pc]/~> git clone https://gitlab.com/sergey.gromov/amc.git
[user@pc]/~> cd amc
[user@pc]/~/amc> git checkout vpCIO
# or unpack the source code available in this publication:
[user@pc]/~> tar -xvf `aMC-vpCIO.tar.gz`
[user@pc]/~> cd amc
# build the aMC/vpCIO model executable
# (note that you need at least a GCC or Intel compiler suite and respective netCDF v.4 library Fortran interface available in your environment):
[user@pc]/~/amc> make vpCIO
# adjust model setup (see the `vpCIO/amc.nml` namelist)
...
# perform simulation
[user@pc]/~/amc> cd vpCIO
[user@pc]/~/amc/vpCIO> ./xamc
# calculate additional statistics/produce overview with NOAA Ferret:
[user@pc]/~/amc/vpCIO> ferret -gif -script D36-vpCIO-analysis__proc.jnl MH
[user@pc]/~/amc/vpCIO> ./D36-vpCIO-analysis__proc
Note that output files contain the build timestamp and repository commit hash for the code used in the simulation, e.g.:
[user@pc]/~/amc/vpCIO> ncdump -h ./vpCIO-delta-dMH.nc | grep 'build'
:build = "vpCIO@https://gitlab.com/sergey.gromov/amc__aMC_v1.9-110-g2566229@2022-12-09T16:43:12+01:00__built@2022-12-09T16:48:03+01:00__@" ;
Please contact Sergey Gromov ( sergey.gromov (at) mpic.de ) for additional information and access to the original experiment data.
创建时间:
2024-07-15



