January 29, 2018; David Keller (email: dkeller@geomar.de) This directory contains all files needed to reproduce the UVic model results in Keller et al. (2018), The Carbon Dioxide Removal Model Intercomparison Project (CDR-MIP): Rationale and experimental design, Geoscientific Model Development. Individual model runs (named as in the article) contain their own README files. These directories have all of the compiled code, forcing data, output data, as well as the runtime parameter file and the model options file used to pre-process (make) the original source code. The UVic source code is also supplied. The figures were made in Excel so there are no scripts to run to reproduce them. The Excel file is available upon request. All UVic simulations were conducted on a 2015 MacPro and compiled with the 2013 Intel Fortran Compiler. ___________________________________________________________________________________ To reproduce any of the model runs: 1) Create a folder to compile the code in. 2) Make sure that the mk.ver file in the “run” folder (part of the source code) is set correctly for you computer and compiler. 3) Copy the mk.in and control.in files from the model run the you wish to reproduce. In the mk.in file point (change the Version_directory) to where you have the UVic source code, updates, data, and run directories, as well as the mk executable for UVic. 4) Compile the code. You will have to “make” this in a Unix terminal. For example, type the command “../mk e”. 5) Run the executable that is created upon successful compilation. It is usually also good to create a runlog while doing this. For example, “./my_executable > runlog &”.