Difference between revisions of "GEOS-Chem output files"
From Geos-chem
(→Additional output files created by GCHP) |
|||
Line 41: | Line 41: | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Further reading == | == Further reading == |
Revision as of 22:14, 8 December 2020
Previous | Next | Getting Started with GEOS-Chem
- Minimum system requirements
- Installing required software
- Configuring your computational environment
- Downloading source code
- Downloading data directories
- Creating run directories
- Configuring runs
- Compiling
- Running
- Output files
- Python tools for use with GEOS-Chem
- Coding and debugging
- Further reading
Output files created by GEOS-Chem
GEOS-Chem creates several output files. They can be grouped into 3 categories. Please click on each link to find more information.
Output file type | Description |
---|---|
Log files | Log files redirect the output of GEOS-Chem PRINT* or WRITE statements to a file. You can check the log files for an "echo-back" of simulation options, as well as error messages. |
Restart files | Restart files contain the initial conditions that are used to start a GEOS-Chem simulation. Restart files are also written to disk at the end of each GEOS-Chem simulation, and can be used to initialize the subsequent simulation stage. |
Diagnostic output files | Diagnostic output files contain quantities that are archived from a GEOS-Chem simulation. These can be used in your scientific analysis. |
Further reading