This step-by-step guide provides instructions for running the standalone version of the GTMM to a pre-anthropogenic equilibrium. This document contains information from on the GTMM manual.
1. Set Up GTMM Directories
Follow instructions in the GTMM/GEOS-Chem Odyssey Guide to set up directories and download data files.
Directories include:
YOUR_SOURCE_DIRECTORY (i.e., GCgtmm)
YOUR_GTMM_DIRECTORY (i.e., GTMM)
1a. New Simulation (Not a Continuation Run)
If performing a new simulation, make sure that your
- Modify and compile GTMM code:
- Edit defineConstants.F90 in GTMM code (step 3.1 in GTMM/GEOS-Chem Odyssey Guide)
- Compile (step 3.2 in GTMM/GEOS-Chem Odyssey Guide)
- Set up output directory:
- Output directory should contain the following files:
- gtmm*
- input.gtmm
- rungtmm.sh
- Modify input.gtmm to the following:
- Modify
- Output directory should contain the following files:
01: Years for NPP equilibrium : 50
02: Years for Hg pools equilibrium : 10000
03: Number of preindustrial years : 10000
04: Is it a continuation run? : N
05: File with Hg pools value for restart : 'XXXXX'
1b. Continuation Run
Related articles