Difference between revisions of "GEOS-Chem output files"
From Geos-chem
Line 14: | Line 14: | ||
#*[[GEOS-Chem restart files|Restart files]] | #*[[GEOS-Chem restart files|Restart files]] | ||
#*[[GEOS-Chem diagnostic output files|Diagnostic output files]] | #*[[GEOS-Chem diagnostic output files|Diagnostic output files]] | ||
− | #[[ | + | #[[Python tools for use with GEOS-Chem]] |
#[[GEOS-Chem_coding_and_debugging|Coding and debugging]] | #[[GEOS-Chem_coding_and_debugging|Coding and debugging]] | ||
#[[GEOS-Chem_overview#Further_reading|Further reading]] | #[[GEOS-Chem_overview#Further_reading|Further reading]] |
Revision as of 21:33, 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
Contents
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. |
Additional output files created by GCHP
In addition to the file types mentioned above, GEOS-Chem with the High-Performance (aka GCHP) writes out additional files. Please see the GCHP Output Data wiki page for more information.
--Lizzie Lundgren (talk) 18:38, 10 May 2019 (UTC)
--Bob Yantosca (talk) 22:37, 17 December 2019 (UTC)
Further reading