Difference between revisions of "GEOS-Chem 12"

From Geos-chem
Jump to: navigation, search
(12.2.0)
 
(712 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
'''''[[Main_Page|GEOS-Chem Main Page]] | [[GCHP_Main_Page|GCHP Main Page]]'''''
 +
 
== Version history summary ==
 
== Version history summary ==
  
Line 4: Line 6:
  
 
|width="225px" align="center"|<font size="+2">[[GEOS-Chem versions|Past releases]]</font>
 
|width="225px" align="center"|<font size="+2">[[GEOS-Chem versions|Past releases]]</font>
|width="450px" align="center" bgcolor="#CCFFFF"|<font size="+2">[[GEOS-Chem 12#12.1.0|'''Current release: GEOS-Chem 12.1.0''']]</font>
 
 
|width="225px" align="center"|<font size="+2">[[GEOS-Chem model development_priorities|Future releases]]</font>
 
|width="225px" align="center"|<font size="+2">[[GEOS-Chem model development_priorities|Future releases]]</font>
  
Line 13: Line 14:
 
Several GEOS-Chem updates have been proposed by the relevant Working Groups, but have not yet been assigned to a specific GEOS-Chem version.  For a complete list of these updates, please visit [[GEOS-Chem model development priorities|our ''GEOS-Chem model development priorities'' wiki page]].
 
Several GEOS-Chem updates have been proposed by the relevant Working Groups, but have not yet been assigned to a specific GEOS-Chem version.  For a complete list of these updates, please visit [[GEOS-Chem model development priorities|our ''GEOS-Chem model development priorities'' wiki page]].
  
== Current version in development ==
+
== Previously released stable versions ==
  
The GEOS-Chem version listed below is currently under development.
+
We list below past releases of GEOS-Chem.  But we recommend that you always download the current stable version listed above when starting a new research project. That version corresponds to the '''main''' branch of the [https://github.com/geoschem/geos-chem GEOS-Chem source code repository on Github].
 +
 
 +
Each released version of GEOS-Chem will be assigned a unique Digital Object Identifier (DOI).  This will allow you to cite each GEOS-Chem version in publications. We also have obtained a "Concept DOI", which will always point to the current stable version of GEOS-Chem: [https://doi.org/10.5281/zenodo.1343546 '''DOI 10.5281/zenodo.1343546'''].  This can be convenient if you wish to cite GEOS-Chem without making reference to a particular version.
 +
 
 +
=== 12.9.3 ===
 +
 
 +
This version contains additional fixes for bugs and technical issues discovered after the release of 12.9.2.
 +
 
 +
<span style="color:green">'''''This version was released on 06 Aug 2020.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.3959279 '''DOI: 10.5281/zenodo.3959279''']
 +
 
 +
This version contains additional fixes for bugs and technical issues discovered during the 12.9.0 benchmarking process.
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.9.2 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
<blockquote>''NOTE: In GEOS-Chem 13.0.0 and later versions, run directory generation will be moved to the GEOS-Chem source code repository.  The Unit Tester repository will be retired.''</blockquote>
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.9.3
 +
cd Code.12.9.3
 +
 +
# Create and checkout a new branch "GC_12.9.3" at the tag "12.9.3"
 +
git checkout -b GC_12.9.3 12.9.3
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.9.3" at the tag "12.9.3"
 +
git checkout -b GC_12.9.3 12.9.3</nowiki>
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that WILL NOT AFFECT the full-chemistry simulation
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/391 Fix to make HEMCO properly read vertical coordinates for data on arbitrary vertical grids]
 +
|Lyssa Freese (MIT)<br>Haipeng Lin (Harvard)<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
*This bug does not affect any data files used by the benchmark simulation.
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/397 Bug fix for planeflight diagnostic: Change parameter definition MAXAN=15 to MAXAN=20]
 +
|Paolo Sebastianelli (Wollongong)<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/400 Fix additional typos in GEOS-Chem species database]
 +
|Thibaud Fritz (MIT)<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
*Typos were in species used by the specialty simulations or in the complexSOA_SVPOA simulation.  None of the affected species were used by the standard or benchmark simulations.
 +
 
 +
|}
 +
 
 +
=== 12.9.2 ===
 +
 
 +
<span style="color:green">'''''This version was released on 24 Jul 2020.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.3959279 '''DOI: 10.5281/zenodo.3959279''']
 +
 
 +
This version contains additional fixes for bugs and technical issues discovered during the 12.9.0 benchmarking process.
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.9.2 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
<blockquote>''NOTE: In GEOS-Chem 13.0.0 and later versions, run directory generation will be moved to the GEOS-Chem source code repository.  The Unit Tester repository will be retired.''</blockquote>
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.9.2
 +
cd Code.12.9.2
 +
 +
# Create and checkout a new branch "GC_12.9.2" at the tag "12.9.2"
 +
git checkout -b GC_12.9.2 12.9.2
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.9.2" at the tag "12.9.2"
 +
git checkout -b GC_12.9.2+GFAS_fix 12.9.2</nowiki>
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that WILL NOT AFFECT the full-chemistry simulation
 +
 
 +
|-valign="top"
 +
|Bug fixes for the CO2 and tagged CO2 simulations:
 +
#[https://github.com/geoschem/geos-chem/issues/381 Fix for inconsistent tagged CO2 species names]
 +
#[https://github.com/geoschem/geos-chem/issues/258 Fix for reading A3dyn met fields in the default HEMCO_Config.rc file for CO2 simulations]
 +
|Monika Szelag (Finnish Met. Inst.)<br>Xuyan Yue (U. New South Wales)<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/384 Add OPOA to PM2.5 definition in complexSOA_SVPOA simulations]
 +
|Maggie Marvin (Edinburgh)<br>Aerosols Working Group<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
*This will not affect Standard or Benchmark simulations, only complexSOA with SVPOA.
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/369 Bug fix for dry-run issues in 12.9.0+]
 +
|Lee Murray (Rochester)<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/380 Prevent negative values in the computation of FNO_NOx in PARANOX]
 +
|Tina Liu (Harvard)<br>Eimy Bonilla (Harvard)<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
*NOTE: This issue seems to only arise at fine grid resolutions, such as the 0.5&deg; x 0.625&deg; nested grid simulations.
 +
 
 +
|}
 +
 
 +
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:21, 24 July 2020 (UTC)
 +
 
 +
=== 12.9.1 ===
 +
 
 +
<span style="color:green">'''''This version was released on 17 Jul 2020.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.3950473 '''DOI: 10.5281/zenodo.3950473''']
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.9.1 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.9.1
 +
cd Code.12.9.1
 +
 +
# Create and checkout a new branch "GC_12.9.1" at the tag "12.9.1"
 +
git checkout -b GC_12.9.1 12.9.1
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.9.1" at the tag "12.9.1"
 +
git checkout -b GC_12.9.1 12.9.1</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.9.1|new data directories for this version]] and [[#New data directories in 12.9.0|for version 12.9.0]].
 +
 
 +
This version contains fixes for bugs and technical issues discovered during the 12.9.0 benchmarking process.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that WILL NOT AFFECT the full-chemistry simulation
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/355 Bug fix: Fixed a lingering issue that caused the GEOS-Chem dry-run not to recognize missing files]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/372 Fix run-time error when optional Luo wet deposition scheme is turned on]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/369 Fixes for interpolating RCP emissions data via HEMCO]
 +
|Jenny Fisher (Wollongong)<br>Melissa Sulprizio (GCST)<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
*The RCP emissions are turned off by default in the full-chemistry simulations.  This update will not affect benchmark results.
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.9.1 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[Downloading_GEOS-Chem_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|RCP
 +
|OPTIONAL
 +
|[https://github.com/geoschem/geos-chem/issues/369 Fixes for interpolating RCP emissions data via HEMCO]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/RCP/v2020-07/MERRA2/README <tt>HEMCO/RCP/v2020-07/</tt>]
 +
 
 +
|}
 +
 
 +
 
 +
=== 12.9.0 ===
 +
 
 +
<span style="color:green">'''''This version was released on 17 Jul 2020.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.3950327 '''DOI: 10.5281/zenodo.3950327''']
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.9.0 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.9.0
 +
cd Code.12.9.0
 +
 +
# Create and checkout a new branch "GC_12.9.0" at the tag "12.9.0"
 +
git checkout -b GC_12.9.0 12.9.0
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.9.0" at the tag "12.9.0"
 +
git checkout -b GC_12.9.0 12.9.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.9.0|new data directories for this version]].
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.9.0:
 +
#[[Benchmark/GEOS-Chem_12.9.0#GEOS-Chem_Classic_1-month_benchmark|''1-month benchmark for GEOS-Chem Classic'']]
 +
#[[Benchmark/GEOS-Chem_12.9.0#GCHP_1-month_benchmark|''1-month benchmark for GCHP'']]
 +
#[[Benchmark/GEOS-Chem_12.9.0#GEOS-Chem_Classic_1-year_benchmark|''1-year full-chemistry benchmark for GEOS-Chem Classic'']]
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that WILL AFFECT the full-chemistry simulation
 +
 
 +
|-valign="top"
 +
|[https://www.atmos-chem-phys.net/19/3981/2019/ Updated halogen chemistry]
 +
|Xuan Wang (Harvard)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[http://acmg.seas.harvard.edu/publications/2020/Shah_2020.pdf Improved cloudwater pH]
 +
|Viral Shah (Harvard)<br>Jonathan Moch (Harvard)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem-unittest/pull/20 Update offline lightning data through Dec 2019]
 +
|Lee Murray (Rochester)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|Convert GEOS-Chem species database to YAML format, includes:
 +
*[https://github.com/geoschem/geos-chem/issues/110 Defining all species properties in the species database, not just advected species]
 +
*[https://github.com/geoschem/geos-chem/issues/216 Initializing the species database with values read from the YAML file]
 +
|Melissa Sulprizio (GCST)<br>Bob Yantosca (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/232 Update GEOS-Chem core to apply masking and scaling to HEMCO inputs]
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
*Will introduce numerical noise differences due to precision change
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/324 Bug fix: Restore missing photolysis reactions from 12.8.0 and add an extra error check]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/362 Bug fix: remove inefficient code that was slowing down computation of heterogenous chemistry rates]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
*Will introduce numerical differences due to removing inconsistently-defined parameters
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that WILL NOT AFFECT the full-chemistry simulation
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/312 Corrected issue in GEOS-Chem dry-run where some files were not being properly marked for download]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Bug fixes for the ObsPack diagnostic:
 +
*[https://github.com/geoschem/geos-chem/issues/333 Change units of ObsPack specific humidity (Q) field to g/kg]
 +
*[https://github.com/geoschem/geos-chem/issues/337 Restore missing code due to Git merge that caused the OBSPACK MENU of input.geos not to be read]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Fixes for reading meteorology fields in HEMCO:
 +
*[https://github.com/geoschem/geos-chem/issues/279 Skip reading FLASH_DENS and CONV_DEPTH fields when lightning NOx extension is turned off]
 +
*[https://github.com/geoschem/geos-chem/issues/357 Change time cycle flag for meteorology fields to use exact date]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/353 Restore missing metadata for satellite timeseries diagnostics]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/371 Fix bug compiling with Luo wet deposition scheme option]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that affect GCHP only
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/70 Fix bug where non-advected species not updated in restart file]
 +
|Sebastian Eastham (MIT)
 +
|Bug fix
 +
|
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.9.0 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[Downloading_GEOS-Chem_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|OFFLINE_LIGHTNING
 +
|DEFAULT<br>(full-chemistry simulations)
 +
|[https://github.com/geoschem/geos-chem-unittest/pull/20 Update offline lightning data through Dec 2019]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_LIGHTNING/v2020-03/MERRA2/README <tt>HEMCO/OFFLINE_LIGHTNING/v2020-03/</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.8.2 ===
 +
 
 +
<span style="color:green">'''''This version was released on 27 May 2020.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.3860693 '''DOI: 10.5281/zenodo.3860693''']
 +
 
 +
GEOS-Chem 12.8.2 contains minor fixes, as well as structural changes needed for WRF-GC development.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that WILL NOT AFFECT the full-chemistry simulation
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/commit/2770922e7b6254a0a77f62ec695e2560e74cedb7 Bug fix: Set version numbers to 12.8.2 in <tt>CMakeLists.txt</tt> and <tt>gc_classic_version.H</tt>]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Updates to facilitate WRF-GC development:
 +
*[https://github.com/geoschem/geos-chem/pull/319 Ignore KPP integrate errors and send them to a log file instead]
 +
*[https://github.com/geoschem/geos-chem/pull/323 Wrap OpenMP-specific code with <tt>#ifdef MODEL_CLASSIC</tt> and <tt>#ifndef NO_OMP</tt> blocks]
 +
*[https://github.com/geoschem/geos-chem/pull/325 Move certain module variables into the <tt>State_Met</tt> and <tt>State_Chm</tt> objects]
 +
*[https://github.com/geoschem/geos-chem/pull/326 Exit INIT_DRYDEP immediately if arrays have already been allocated]
 +
|Haipeng Lin (Harvard)
 +
|Structural
 +
|
 +
 
 +
|}
 +
 
 +
=== 12.8.1 ===
 +
 
 +
<span style="color:green">'''''This version was released on 21 May 2020.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.3837666 '''DOI: 10.5281/zenodo.3837666''']
 +
 
 +
GEOS-Chem 12.8.1 fixes several issues that were discovered during and after the 12.8.0 benchmarking process. 
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.8.1 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.8.1
 +
cd Code.12.8.1
 +
 +
# Create and checkout a new branch "GC_12.8.1" at the tag "12.8.1"
 +
git checkout -b GC_12.8.1 12.8.1
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.8.1" at the tag "12.8.1"
 +
git checkout -b GC_12.8.1 12.8.1</nowiki>
 +
 
 +
'''<span style="color:red">For GCHP users only:</span> ''' Make sure you also download the [[#New data directories in 12.8.1|new data directories for this version]].
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/318 Update the dry-run download data script to make files group-writeable]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/240 Add more timers for gas-phase chemistry]
 +
|Melissa Sulprizio (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/306 Reduce the amount of memory that GEOS-Chem dry-runs require]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/303 Add bounds-checking and floating point exceptions to CMake "Debug" target]
 +
|Melissa Sulprizio (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/293 Fix incorrect indexing for AOD diagnostics]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Updates for GEOS-Chem "Classic" HISTORY diagnostics:
 +
*[https://github.com/geoschem/geos-chem/issues/269 Fix for instantaneous timeseries diagnostics to avoid overwriting hour zero]
 +
*[https://github.com/geoschem/geos-chem/issues/305 Fix to allow diagnostics with frequency="End" to properly straddle year-end boundaries]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/268  Allow for missing species in boundary conditions]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/251 Disable FlexGrid checks to allow for running with any horizontal or vertical grid]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Fixes for WRF-GC and CESM-GC, including:
 +
*[https://github.com/geoschem/geos-chem/pull/257 Fix Init_Pressure error for NZ /= 47, 72]
 +
*[https://github.com/geoschem/geos-chem/pull/274 Only perform pole-averaging of regridded data if actually regridding to the poles]
 +
*[https://github.com/geoschem/geos-chem/pull/282 Add a State_Grid%ID field]
 +
|Haipeng Lin (Harvard)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/292 Add fix for POPs emissions diagnostics]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/HEMCO/issues/30  Avoid memory corruption bug in HEMCO when certain debug flags are on]
 +
|Sebastian Eastham (MIT)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/297  Fix bug causing seg fault when ConcAboveSfc diagnostic collection is on]
 +
|Lizzie Lundgren (Harvard)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/304  Fix bug causing crash if not starting on the first day and time of the month]
 +
|Lizzie Lundgren (Harvard)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting GCHP only:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/313 Fix incorrect GCHP config file entry for surf_iodide source file in 12.8.0]
 +
|Lizzie Lundgren (Harvard)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/GEOS-ESM/MAPL/issues/279 Avoid unexpected behavior if dynamic timestep is changed to non-default values]
 +
|Lizzie Lundgren (Harvard)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/271 Fix input data to avoid crashing in late Dec/early Jan if using offline biogenic VOCs]
 +
|Lizzie Lundgren (Harvard)
 +
|Bug fix
 +
|
 +
*See updated data directories section below
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gcpy/issues/67 Add internal state met variables to benchmark and transport tracers simulations]
 +
|Lizzie Lundgren (Harvard)
 +
|Output data
 +
|
 +
*For use in benchmarking
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gcpy/issues/40 Enable all budget diagnostics output in GCHP transport tracer simulation by default]
 +
|Lizzie Lundgren (Harvard)
 +
|Output data
 +
|
 +
*For use in benchmarking
 +
 
 +
|}
 +
 
 +
==== New or updated data directories in 12.8.1 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[Downloading_GEOS-Chem_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Biogenic_VOC_emissions|OFFLINE_BIOVOC]]
 +
|Default
 +
|[https://github.com/geoschem/geos-chem/issues/271 Update time dimension attribute to reflect current day in late December and early January for all GEOS-FP and MERRA2 years. This update impacts only GCHP.]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_BIOVOC/v2019-10/ <tt>HEMCO/OFFLINE_BIOVOC/v2019-10</tt>]
 +
 
 +
 
 +
|}
 +
 
 +
=== 12.8.0 ===
 +
 
 +
<span style="color:green">'''''This version was released on 04 May 2020.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3784796 DOI: 10.5281/zenodo.3784796]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.8.0 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.8.0
 +
cd Code.12.8.0
 +
 +
# Create and checkout a new branch "GC_12.8.0" at the tag "12.8.0"
 +
git checkout -b GC_12.8.0 12.8.0
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.8.0" at the tag "12.8.0"
 +
git checkout -b GC_12.8.0 12.8.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.8.0|new data directories for this version]].
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.8.0:
 +
#[[Benchmark/GEOS-Chem_12.8.0#GEOS-Chem_Classic_1-month_benchmark|''1-month benchmark for GEOS-Chem Classic'']]
 +
#[[Benchmark/GEOS-Chem_12.8.0#GCHP_1-month_benchmark|''1-month benchmark for GCHP'']]
 +
#[[Benchmark/GEOS-Chem_12.8.0#1-year_Transport_Tracers_benchmarks|''1-year transport tracer benchmark for GEOS-Chem Classic'']]
 +
#[[Benchmark/GEOS-Chem_12.8.0#GEOS-Chem_Classic_1-year_benchmark|''1-year full-chemistry benchmark for GEOS-Chem Classic'']]
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[https://www.atmos-chem-phys.net/19/9613/2019/ Isoprene chemistry]
 +
|Kelvin Bates (Harvard)
 +
|Science
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/142 geoschem/geos-chem PR #142]
 +
 
 +
|-valign="top"
 +
|[https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2017GL075270 Wet deposition parameterization]
 +
|Kelvin Bates (Harvard)<br>Sarah Safieddine (MIT)
 +
|Science
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/142 geoschem/geos-chem PR #142]
 +
 
 +
|-valign="top"
 +
|[https://www.atmos-chem-phys.net/20/4227/2020/ Ozone deposition to the ocean]
 +
|Ryan Pound (York)<br>Mat Evans (York)
 +
|Science
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/170 geoschem/geos-chem PR #170]
 +
 
 +
|-valign="top"
 +
|Use online [[Mineral_dust_aerosols|DustDead]], [[MEGAN_v2.1_plus_Guenther_2012_biogenic_emissions|MEGAN]], [[Sea_salt_aerosols|SeaSalt]], and [[Hudman_et_al_2012_soil_NOx_emissions_algorithm|SoilNOx]] emissions for benchmark simulations
 +
|Melissa Sulprizio (GCST)
 +
|Science
 +
|
 +
*Standard simulations still use [[Grid-independent_emissions|high-resolution offline emissions]] by default
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/233 Shift CMIP6 time from middle to start of month to allow start in January]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[GFED4_biomass_burning_emissions|GFED 4.1s beta emissions for 2017-2019]]
 +
|Maggie Marvin (U. Edinburgh)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/137 Replace <tt>State_Chm%nAero</tt> with <tt>State_Chm%nAeroSpc</tt> and <tt>State_Chm%nAeroType</tt>]
 +
|Seb Eastham (MIT)<br>Bob Yantosca (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/92 Convert all files in <tt>GeosCore</tt>, <tt>GeosUtil</tt>, and <tt>Headers</tt> to <tt>.F90</tt>]
 +
|Melissa Sulprizio (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/247 Change GEOS-Chem timers from a CPP switch to an option in input.geos]
 +
|Melissa Sulprizio (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/250 Remove potential for surface CH4 retrieval error in SET_CH4 due to reliance on HEMCO emissions year]
 +
|Christoph Keller (GMAO)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting GCHP only:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/64 Fix leap year handling bug in GCHP multi-run script]
 +
|Lizzie Lundgren (Harvard)
 +
|Bug Fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/34 Fix SH surface ozone bias]
 +
|Sebastian Eastham (MIT)<br>Lizzie Lundgren (Harvard)
 +
|Bug Fix
 +
|
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.8.0 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[Downloading_GEOS-Chem_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|CMIP6
 +
|DEFAULT<br>(UCX-based simulations)
 +
|[https://github.com/geoschem/geos-chem/issues/233 Shift time values from middle of month to start of month]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/CMIP6/v2020-03/README <tt>HEMCO/CMIP6/v2020-03</tt>]
 +
 
 +
|-valign-"top"
 +
|OCEAN_O3_DRYDEP
 +
|DEFAULT
 +
|[https://www.atmos-chem-phys-discuss.net/acp-2019-1043/ Ozone deposition to the ocean]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OCEAN_O3_DRYDEP/v2020-02/README <tt>HEMCO/OCEAN_O3_DRYDEP/v2020-02</tt>]
 +
 
 +
|-valign="top"
 +
|[[GFED4_biomass_burning_emissions|GFED4]]
 +
|DEFAULT
 +
|GFED 4.1s beta emissions for 2017-2019 (previous years are unchanged from <tt>GFED4/v2015-10</tt>)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/GFED4/v2020-02README <tt>HEMCO/GFED4/v2020-02</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.7.2 ===
 +
 
 +
<span style="color:green">'''''This version was released on 09 Mar 2020.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3701669 DOI: 10.5281/zenodo.3701669]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.7.2 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.7.2
 +
cd Code.12.7.2
 +
 +
# Create and checkout a new branch "GC_12.7.2" at the tag "12.7.2"
 +
git checkout -b GC_12.7.2 12.7.2
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.7.2" at the tag "12.7.2"
 +
git checkout -b GC_12.7.2 12.7.2</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.7.2|new data directories for this version]].
 +
 
 +
This version fixed several minor issues identified during the [[#12.7.0|12.7.0]] benchmarking process.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/211 Restrict wet scavenging to troposphere in Luo et al 2019 wetdep scheme]
 +
*NOTE: The Luo et al 2019 wetdep scheme is turned OFF by default, but can be used for research purposes.
 +
|Gan Luo (Albany)<br>[[Transport Working Group]]<br>Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/226 Bug fix for reading 3-hourly boundary condition files after hour 21]
 +
|Melissa Sulprizio (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/225 Remove unused routines in regrid_a2a_mod.F90]
 +
|Haipeng Lin (Harvard)
 +
|Structural
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting the GCHP only:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/219 Fix pointer retrieval error in SET_CH4 introduced in 12.7.0 when running at c180+]
 +
*NOTE: This also corrects a long-standing and previously unidentified issue when running with reduced timesteps
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
*[https://github.com/geoschem/gchp/issues/62 geoschem/gchp #62]
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/59 Use new Ordonez files to avoid error in MAPL when running at c360]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.7.2 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[Downloading_GEOS-Chem_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[Halogen_chemistry_mechanism#Source_code_and_data_files|IODINE]]
 +
|Default (GCHP)
 +
|[https://github.com/geoschem/gchp/issues/59 Shifted latitude range]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/IODINE/v2020-02/ <tt>HEMCO/IODINE/v2020-02</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.7.1 ===
 +
 
 +
<span style="color:green">'''''This version was released on 19 Feb 2020.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3676008 DOI: 10.5281/zenodo.3676008]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.7.1 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.7.1
 +
cd Code.12.7.1
 +
 +
# Create and checkout a new branch "GC_12.7.1" at the tag "12.7.1"
 +
git checkout -b GC_12.7.1 12.7.1
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.7.1" at the tag "12.7.1"
 +
git checkout -b GC_12.7.1 12.7.1</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.7.0|new data directories for this version]].
 +
 
 +
This version fixed several minor issues identified during the [[#12.7.0|12.7.0]] benchmarking process.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/211 Prevent excessive scavenging in the stratosphere in the Luo et al 2019 wet deposition scheme]
 +
*The Luo wetdep scheme is turned off by default in the standard simulation.
 +
*Further fixes will be applied in [[#12.7.2|12.7.2]].
 +
|Gan Luo (Albany)<br>[[Transport Working Group]]<br>Bob Yantosca ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/218 Bug fixes for the TOMAS microphysics simulation]
 +
|Dana McGuffin (CMU)<br>Bob Yantosca ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/206 Bug fix for ND51/ND51b satellite timeseries w/ nested-grid simulations]
 +
|Bob Yantosca ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/208 Bug fix in computation of AOD from isoprene SOA diagnostic]
 +
|Jun Meng ([[GCST]])<br>Bob Yantosca ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/204 Bug fixes for ObsPack diagnostic re: instantaneous sampling]
 +
|Charley Fite (FSU)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/205 Fix for segmentation fault when dry deposition is turned off]
 +
|Lizzie Lundgren ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/184 Fix WRF-GC SetGridFromCtrEdges interface]
 +
|Haipeng Lin (Harvard)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/207 Fix bug where GCHP 12.7.0 standard run failed if emissions turned off]
 +
|Lizzie Lundgren ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|https://github.com/geoschem/geos-chem/issues/227 Update MEGAN file used in GCHP 12.7.0 that caused run failure if using gfortran]
 +
|Lizzie Lundgren ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/168 Add MODEL_GCHP (and MODEL_CLASSIC) as CPP options in GEOS-Chem]
 +
|Lizzie Lundgren ([[GCST]])
 +
|Structural
 +
|
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.7.1 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[Downloading_GEOS-Chem_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[MEGAN_biogenic_emissions|MEGAN]]
 +
|Default (GCHP)
 +
|Changed seconds string in time dimension units attribute from '0.0' to '00'
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MEGAN/v2020-02/ <tt>HEMCO/MEGAN/v2020-02</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.7.0 ===
 +
 
 +
<span style="color:green">'''''This version was released on 03 Feb 2020.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3634864 DOI: 10.5281/zenodo.3634864]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.7.0 source code and 12.7.0 [[GEOS-Chem Unit Tester]] package.
 +
 
 +
You can also use our GEOS-Chem 12.7.0 tutorial AMI to initialize your Amazon Web Services cloud instance with a pre-compiled GEOS-Chem 12.7.0 executable and all required software libraries.  For more details, see [https://cloud-gc.readthedocs.io/en/latest/chapter02_beginner-tutorial/quick-start.html our ''Quick Start Guide'' at cloud.geos-chem.org].
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.7.0
 +
cd Code.12.7.0
 +
 +
# Create and checkout a new branch "GC_12.7.0" at the tag "12.7.0"
 +
git checkout -b GC_12.7.0
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.7.0" at the tag "12.7.0"
 +
git checkout -b GC_12.7.0 12.7.0</nowiki>
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.7.0:
 +
#[[Benchmark/GEOS-Chem_12.7.0#GEOS-Chem_Classic_1-month_benchmark|''1-month benchmark for GEOS-Chem Classic'']]
 +
#[[Benchmark/GEOS-Chem_12.7.0#GCHP_1-month_benchmark|''1-month benchmark for GCHP'']]
 +
#[[Benchmark/GEOS-Chem_12.7.0#1-year_Transport_Tracers_benchmarks|''1-year transport tracer benchmark for GEOS-Chem Classic'']]
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2018JD029046 Small alkyl nitrate chemistry]
 +
|Jenny Fisher (Wollongong)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[https://www.atmos-chem-phys.net/19/9097/2019/acp-19-9097-2019.html Methanol as part of standard chemical mechanism]
 +
|Xin Chen (UMN)<br>Dylan Millet (UMN)<br>Katie Travis (NASA)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[Leaf_area_indices_in_GEOS-Chem#Yuan_processed_MODIS_LAI|Update to Yuan processed MODIS LAI product (covering years 2005-2016)]]
 +
|GCST
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/78 Latitudinally and monthly resolved fixed surface concentrations for long-lived organohalogen species (1750-2014) and methane (prior to 1979)]
 +
|Tomás Sherwen (York)<br>Lee Murray (Rochester)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/84 Bug fix: Prevent differences in chemistry caused by toggling the ND65 bpch diagnostics off or on]
 +
|Bob Yantosca (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/123 Fix incorrect uptake coefficient for N2O5 in heterogeneous chemistry]
 +
|Hyeonmin Kim (Seoul Nat'l U.)<br>Chris Holmes (FSU)
 +
|Bug fix
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/124 geoschem/geos-chem PR #124]
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/121 Fix offline dust scale factors]
 +
|Jun Meng (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[Downloading data with the GEOS-Chem dry-run option|Add GEOS-Chem "dry-run" option to obtain a list of required input files]]
 +
|Haipeng Lin (Harvard)<br>Jiawei Zhuang (Harvard)<br>Bob Yantosca (GCST)
 +
|Structural
 +
|
 +
*[https://github.com/geoschem/geos-chem/pull/122 geoschem/geos-chem PR #122]
 +
*[https://www.youtube.com/watch?v=L7T5QtWehLs Tutorial at youtube.geos-chem.org]
 +
 
 +
|-valign="top"
 +
|[[HEMCO_versions#HEMCO_development_history|HEMCO 2.2.0: Updates and fixes to improve file I/O]]
 +
|Melissa Sulprizio ([[GCST]])
 +
|Structural
 +
|
 +
*Needed for Yuan processed MODIS LAI
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/95 Implement Gan Luo et al wetdep (GMD-12-3439-2019) as an option]
 +
|Gan Luo (SUNY-Albany)<br>Fangqun Yu (SUNY-Albany)<br>Bob Yantosca (GCST)
 +
|Science (optional)
 +
|
 +
*This scheme is turned OFF by default. To activate, compile with LUO_WETDEP=y.
 +
*Further updates are expected for GEOS-Chem 12.8.0.
 +
*Code: [https://github.com/geoschem/geos-chem/pull/95 geoschem/geos-chem PR #95]
 +
*Paper: [https://www.geosci-model-dev.net/12/3439/2019/ GMD-12-3439-2019]
 +
 
 +
|-valign="top"
 +
|[https://www.geosci-model-dev.net/11/2009/2018/ CH4 soil absorption from MeMo model]
 +
|Melissa Sulprizio (Harvard)
 +
|Science
 +
|
 +
*geoschem/geos-chem commits [https://github.com/geoschem/geos-chem-unittest/commit/9b2e87ceca329272ba234680042b6a736bb56656 9b2e87ce], [https://github.com/geoschem/geos-chem-unittest/commit/2714b8c8bf8809f029c0079ee35bcb6a70e59135 2714b8c8]
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/82 Removal of most binary punch (aka "bpch") diagnostics]
 +
 
 +
NOTE: The following bpch diagnostics will be preserved for the time being:
 +
*For RRTMG: ND72
 +
*For TOMAS: ND06, ND44, ND59, ND60, ND61
 +
*For Hg: ND03
 +
*For POPS: ND53
 +
*For Satellite timeseries: ND51, ND51b
 +
|[[GCST]]
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/69 Add netCDF diagnostic for UV fluxes from FAST-JX]
 +
|Jonathan Moch (Harvard)<br>Bob Yantosca ([[GCST]])
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/134 KPP equation reactivity rate and OH reactivity diagnostics]
 +
|Christoph Keller (GMAO)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/157 Bug fix for HEMCO standalone using high-resolution input grids]
 +
|Chris Holmes (FSU)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/166 Incorrect units returned from GET_OH in sulfate_mod.F]
 +
|Rong Tian (NUIST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[FlexChem#Building_a_custom_chemical_mechanism|Use common build_mechanism.sh script for all KPP mechanisms]]
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
*[https://github.com/geoschem/geos-chem/commit/0a19e43dc7e5afb9bb5091eafb74a8ea3c9c06e1 geoschem/geos-chem Commit 0a19e43d]
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/49 Preserve mass conservation when advection is off by adding delta pressure to internal state for mixing ratio scaling during initialization]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/3 Use same CEDS anthropogenic emissions inventory as GC Classic, including 1750-1949 and additional VOC species]
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
*Enables [[CEDS_anthropogenic_emissions#Updates_introduces_in_GEOS-Chem_12.3.2|GC Classic 12.3.2 update]] in GCHP
 +
 
 +
|-valign="top"
 +
|Assorted GCHP structural changes to facilitate GEOS-Chem in GEOS
 +
*[https://github.com/geoschem/gchp/issues/46 Move high-level GCHP files to GEOS-Chem repository]
 +
*[https://github.com/geoschem/gchp/issues/47 Move GCHP run directory creation to GEOS-Chem repository]
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/48 Use same precision in non-species Internal state variables and the equivalent GEOS-Chem states (REAL8)]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/58 Update ESMF to v8.0.0 public release]
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.7.0 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[Downloading_GEOS-Chem_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
''NOTE: In GEOS-Chem 12.7.0 and later versions, you can use the '''[[Downloading_data_with_the_GEOS-Chem_dry-run_option|GEOS-Chem dry-run option]]''' to simplify the data download process!''
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Biogenic_VOC_emissions|OFFLINE_BIOVOC]]
 +
|Default
 +
|Offline biogenic VOC emissions generated using GEOS-Chem 12.3.0 and the Yuan-processed MODIS-LAI product
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_BIOVOC/v2019-10/ <tt>HEMCO/OFFLINE_BIOVOC/v2019-10</tt>]
 +
 
 +
|-valign="top"
 +
|XUAN_XLAI
 +
|DEFAULT
 +
|[[Leaf_area_indices_in_GEOS-Chem#Yuan_processed_MODIS_LAI|Yuan-processed MODIS LAI product (covering years 2005-2016)]]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/Yuan_XLAI/v2019-03/README <tt>HEMCO/Yuan_XLAI/v2019-03</tt>]
 +
 
 +
|-valign="top"
 +
|RONO2
 +
|DEFAULT
 +
|Monthly seawater concentrations of methyl nitrate (MENO3) and ethyl nitrate (ETNO3) needed for [https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2018JD029046 small alkyl nitrate chemistry]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/RONO2/v2019-05/README <tt>HEMCO/RONO2/v2019-05</tt>]
 +
 
 +
|-valign="top"
 +
|MOH
 +
|DEFAULT
 +
|Methanol emissions as described in [https://www.atmos-chem-phys.net/19/9097/2019/acp-19-9097-2019.html Chen et al. (2019)]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MOH/v2019-12/README <tt>HEMCO/MOH/v2019-12</tt>]
 +
 
 +
|-valign="top"
 +
|CMIP6
 +
|DEFAULT<br>(UCX-based simulations)
 +
|[https://github.com/geoschem/geos-chem/pull/78 Latitudinally and monthly resolved fixed surface concentrations for long-lived organohalogen species (1750-2014) and methane (prior to 1979)]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/CMIP6/v2019-12/README <tt>HEMCO/CMIP6/v2019-12</tt>]
 +
 
 +
|-valign="top"
 +
|SfcFix
 +
|DEFAULT<br>(UCX-based simulations)
 +
|Latitudinally and monthly resolved fixed surface concentrations for long-lived organohalogen species from GMI and UCX (1959-2099)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/SfcFix/v2019-12/README <tt>HEMCO/SfcFix/v2019-12</tt>]
 +
 
 +
|-valign="top"
 +
|MODIS_CHLR
 +
|OPTIONAL
 +
|MODIS-Aqua Chlorophyll-A data for use in the [[Aerosol_emissions#Online_emission_of_marine_primary_organic_aerosol_.28POA.29|marinePOA simulation]]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MODIS_CHLR/v2019-11/README <tt>HEMCO/MODIS_CHLR/v2019-11</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.6.3 ===
 +
 
 +
<span style="color:green">'''''This version was released on 25 Nov 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3552959 DOI: 10.5281/zenodo.3552959]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.6.3 source code and 12.6.0 [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.6.3
 +
cd Code.12.6.3
 +
 +
# Create and checkout a new branch "GC_12.6.3" at the tag "12.6.3"
 +
git checkout -b GC_12.6.3 12.6.3
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 +
# NOTE: You can use 12.6.0 rundirs, as GC 12.6.3 does not change rundirs.
 +
git checkout -b GC_12.6.0 12.6.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.6.0|new data directories for this version]].
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/57 Fix bug preventing successful transport tracer simulation runs]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|}
 +
 
 +
=== 12.6.2 ===
 +
 
 +
<span style="color:green">'''''This version was released on 15 Nov 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3543702 DOI: 10.5281/zenodo.3543702]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.6.2 source code and 12.6.0 [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.6.12
 +
cd Code.12.6.2
 +
 +
# Create and checkout a new branch "GC_12.6.2" at the tag "12.6.2"
 +
git checkout -b GC_12.6.2 12.6.2
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 +
# NOTE: You can use 12.6.0 rundirs, as GC 12.6.2 does not change rundirs.
 +
git checkout -b GC_12.6.0 12.6.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.6.0|new data directories for this version]].
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/126 geoschem/geos-chem Now make sure the HEMCO standalone gets the proper met field name and grid resolution]
 +
|Jun Meng (GCST)<br>Bob Yantosca (GCST)
 +
|Bug Fix
 +
|
 +
*[https://github.com/geoschem/HEMCO/issues/5 geoschem/HEMCO #5]
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/issues/135 Prevent overwriting restart variables H2O2AfterChem and SO2AfterChem if present]
 +
|Lizzie Lundgren (GCST)
 +
|Bug Fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/53 Fix incorrect vertical flipping of MAPL 3D imports impacting mesospheric chemistry]
 +
|Lizzie Lundgren (GCST)<br>Sebastian Eastham (MIT)
 +
|Bug fix
 +
|
 +
*Fixes issue introduced in 12.5.0
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/54 Fix incorrect mapping between internal state H2O2AfterChem and the equivalent State_Chm field]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/55  Fix two timestep delay in update time for LAI upon day change]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
 
 +
|}
 +
 
 +
=== 12.6.1 ===
 +
 
 +
<span style="color:green">'''''This version was released on 28 Oct 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3520966 DOI: 10.5281/zenodo.3520966]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.6.1 source code and 12.6.0 [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.6.1
 +
cd Code.12.6.1
 +
 +
# Create and checkout a new branch "GC_12.6.1" at the tag "12.6.1"
 +
git checkout -b GC_12.6.1 12.6.1
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 +
# NOTE: You can use 12.6.0 rundirs, as GC 12.6.1 does not change rundirs.
 +
git checkout -b GC_12.6.0 12.6.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.6.0|new data directories for this version]].
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that will NOT affect full-chemistry simulations
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/94 Fix CMake error message for when NetCDF is not found]
 +
|Liam Bindle (Dalhousie)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/commit/ab0e743f2b19ff46abb87dfa608f1c1bba0cd089 Fix units for PRECANV, PRECCON, PRECLSC, PRECTOT in state_met_mod.F90]
 +
|Tomas Sherwen (York)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Various minor structural updates:
 +
#[https://github.com/geoschem/geos-chem/issues/105 ObsPack now defaults to hourly sampling if a sampling interval is not found in data files]
 +
#[https://github.com/geoschem/geos-chem/issues/106 GEOS-Chem now prints the full path of each file that is read]
 +
#[https://github.com/geoschem/geos-chem/issues/113 GNU Fortran 9.2.1 can now compile GEOS-Chem]
 +
#[https://github.com/geoschem/geos-chem/pull/112 Use Microsoft Azure DevOps instead of TravisCI for continuous integration]
 +
|Bob Yantosca (GCST)<br>Liam Bindle (GCST)
 +
|Structural
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP:
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/gchp/issues/50 Fix regridding bug at poles]
 +
|Lizzie Lundgren (GCST)
 +
|Bug fix
 +
|
 +
*Corrects problem running with MERRA2
 +
 
 +
|}
 +
 
 +
=== 12.6.0 ===
 +
 
 +
<span style="color:green">'''''This version was released on 18 Oct 2019.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.3507501 '''DOI: 10.5281/zenodo.3507501''']
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.6.0 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.6.0
 +
cd Code.12.6.0
 +
 +
# Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 +
git checkout -b GC_12.6.0 12.6.0
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 +
git checkout -b GC_12.6.0 12.6.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.6.0|new data directories for this version]].
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.6.0:
 +
#[[Benchmark/GEOS-Chem_12.6.0#GEOS-Chem_Classic_1-month_benchmark|''1-month benchmark for GEOS-Chem Classic'']]
 +
#[[Benchmark/GEOS-Chem_12.6.0#GCHP_1-month_benchmark|''1-month benchmark for GCHP'']]
 +
#[[Benchmark/GEOS-Chem_12.6.0#GEOS-Chem_Classic_1-year_benchmark|''1-year benchmark for GEOS-Chem Classic'']]
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that will affect full-chemistry simulations
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_chemistry_mechanisms#Updates_to_heterogeneous_and_cloud_chemistry|Combined heterogeneous chemistry updates]], includes
 +
*N2O5, NO3, NO2 reactive uptake updates
 +
*Subgrid cloud NOy chemistry
 +
|Chris Holmes (FSU)<br>Erin McDuffie (Dalhousie)<br>Viral Shah (UW)<br>Lyatt Jaegle (UW)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[Dry_deposition#Cold-temperature_dry_deposition_updates|HNO3 cold-temperature deposition]]
 +
|Viral Shah (Harvard)
 +
|Science
 +
|
 +
 
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_12#Quick_fix_for_aerosol_pH_calculation_when_dry|Quick fix for aerosol pH calculation when dry]]
 +
|Becky Alexander (UW)<br>Xuan Wang (Harvard)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[Secondary_organic_aerosols#Removal_of_VBS_isoprene_SOA|Remove isoprene in VBS]] (leaving aqueous)
 +
|Melissa Sulprizio (GCST)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[FAST-JX_v7.0_photolysis_mechanism#Updated_aerosol_hygroscopicity_and_optics|Updated aerosol hygroscopicity and optics]]
 +
|Robyn Latimer (Dalhousie)<br>Jun Meng (Dalhousie)
 +
|Science
 +
|[[#New data directories in 12.6.0|See ''New data directories in 12.6.0'']]
 +
 
 +
|-valign="top"
 +
|[[DICE-Africa_anthropogenic_emissions_inventory#Add_EDGAR_BCPI_and_BCPO_emissions_for_remaining_sectors_to_DICE-Africa|Add EDGAR BCPI and BCPO emissions for remaining sectors to DICE-Africa]]
 +
|Tomas Sherwen (York)<br>Eloise Marais (Leicester)
 +
|Bug fix
 +
|[https://github.com/geoschem/geos-chem-unittest/pull/9 geoschem/geos-chem-unittest PR #9]
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that will NOT affect full-chemistry simulations
 +
 
 +
|-valign="top"
 +
|[[Dry_deposition#Simple_parameterization_for_CO2_dependence_of_stomatal_resistance|Simple parameterization for CO2 dependence of stomatal resistance]] (off by default)
 +
|Amos Tai (CUHK)
 +
|Science
 +
|[https://github.com/geoschem/geos-chem/pull/41 geoschem/geos-chem PR #41]
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_chemistry_mechanisms#Aerosol_nitrate_photolysis_option|Aerosol nitrate photolysis option]] (off by default)
 +
|Tomas Sherwen (York)<br>Prasad Kasibhatla (Duke)
 +
|Science
 +
|[https://github.com/geoschem/geos-chem/pull/32 geoschem/geos-chem PR #32]
 +
 
 +
|-valign="top"
 +
|[[Building_GEOS-Chem_with_CMake|CMake in GEOS-Chem Classic]] (optional)
 +
|Liam Bindle (Dalhousie)
 +
|Structural
 +
|[https://github.com/geoschem/geos-chem/pull/35 geoschem/geos-chem PR #35]
 +
 
 +
|-valign="top"
 +
|[[Overview_of_History_diagnostics#Sample_HISTORY.rc_diagnostic_input_file|Enable GEOS-Chem "Classic" netCDF (History) diagnostics to be subsetted vertically and horizontally]]
 +
|Bob Yantosca (GCST)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/BB4CMIP6/v2019-07/README BB4CMIP historical biomass burning emissions (1750-2014)]
 +
*NOTE: This is an optional emissions inventory.
 +
|Pengfei Liu (Harvard)
 +
|Science
 +
|[[#New data directories in 12.6.0|See ''New data directories in 12.6.0'']]
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem chemistry mechanisms#Correcting ozone from the height of the lowest model level to 10m|Surface diagnostic (O3, HNO3) with user-selected height]]
 +
|Katie Travis (MIT)<br>GCST
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[APM aerosol microphysics|APM update and integration with GEOS-Chem 12]]
 +
|Gan Luo (SUNY-Albany)<br>Fangqun Yu (SUNY-Albany)
 +
|Science
 +
|[https://github.com/geoschem/geos-chem/pull/40 geoschem/geos-chem PR #40]
 +
*More work (e.g. converting RF diagnostics to netCDF) will be done in a later version
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.6.0 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[HEMCO_data_directories#Downloading_the_HEMCO_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[FAST-JX_v7.0_photolysis_mechanism|FAST_JX]]
 +
|DEFAULT
 +
|
 +
*The <tt>FJX_j2j.dat</tt> file (which lists the photolyzing species for FAST-JX) was updated to include the [[GEOS-Chem_chemistry_mechanisms#Aerosol_nitrate_photolysis_option|aerosol nitrate photolysis option]]
 +
*The <tt>so4.dat</tt> and <tt>org.dat</tt> files have been updated [[FAST-JX_v7.0_photolysis_mechanism#Updated_aerosol_hygroscopicity_and_optics|following Latimer et al. (2019)]]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/CHEM_INPUTS/FAST_JX/v2019-06/README <tt>CHEM_INPUTS/FAST_JX/v2019-06</tt>]
 +
 
 +
|-valign="top"
 +
|BB4CMIP6
 +
|OPTIONAL
 +
|Historical biomass burning emissions (1750-2015, BB4CMIP)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/BB4CMIP6/v2019-07/README <tt>HEMCO/BB4CMIP6/v2019-06</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.5.0 ===
 +
 
 +
<span style="color:green">'''''This version was released on 09 Sep 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3403111 DOI: 10.5281/zenodo.3403111]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.5.0 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.5.0
 +
cd Code.12.5.0
 +
 +
# Create and checkout a new branch "GC_12.5.0" at the tag "12.5.0"
 +
git checkout -b GC_12.5.0 12.5.0
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.5.0" at the tag "12.5.0"
 +
git checkout -b GC_12.5.0 12.5.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.5.0|new data directories for this version]].
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.5.0:
 +
#[[Benchmark/GEOS-Chem_12.5.0#GEOS-Chem_Classic_1-month_benchmark|''1-month benchmark for GEOS-Chem Classic'']]
 +
#[[Benchmark/GEOS-Chem_12.5.0#GCHP_1-month_benchmark|''1-month benchmark for GCHP'']]
 +
 
 +
This version includes the updates listed below.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that will affect full-chemistry simulations
 +
 
 +
|-valign="top"
 +
|[[Issues_now_resolved_in_GEOS-Chem_12#Retire_obsolete_emission_inventories|Retire obsolete emission inventories]]
 +
|Eloise Marais (Leicester)<br>[[Emissions and Deposition Working Group]]
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Biogenic_VOC_emissions|Updated offline biogenic emissions generated with GEOS-Chem 12.3.0]]
 +
*Includes [[Grid-independent_emissions#Fixes_for_biogenic_SOAP.2C_SOAS.2C_and_CO_emissions|fixes for biogenic SOAP, SOAS, and CO emissions]]
 +
|Hongjian Weng (PKU)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[Volcanic_SO2_emissions|Updated volcano emissions to include eruptive emissions through April 2018]]
 +
|Christoph Keller (NASA/GMAO)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[MEGAN_v2.1_plus_Guenther_2012_biogenic_emissions#Remove_biogenic_CO_emissions_to_avoid_double_counting|Remove CO from MEGAN HEMCO extension to avoid double counting]]
 +
|Jenny Fisher (Wollongong)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Fixes for GFED4 emissions, including:
 +
*Change the HEMCO cycling flag so that the model crashes if it doesn't find the right GFED year
 +
*Remove the 27% scaling of POG to POA and emit 1:1 instead
 +
|Sidhant Pai (MIT)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[DICE-Africa_anthropogenic_emissions_inventory#Scale_DICE-Africa_emissions_to_address_errors_in_inventory|Scale DICE-Africa emissions to address errors in inventory]]
 +
|Eloise Marais (Leicester)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[Issues_now_resolved_in_GEOS-Chem_12#Bug_fix_for_C3H8_anthropogenic_emissions|Bug fix for C3H8 anthropogenic emissions]]
 +
|Melissa Sulprizio ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[Mineral_dust_aerosols#Separate_AFCID_from_DustDead_extension|Separate anthropogenic PM2.5 dust source from the DustDead extension]]
 +
|Melissa Sulprizio ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[Issues_now_resolved_in_GEOS-Chem_12#Corrections_for_CFCs_in_the_chemistry_mechanism|Corrections for CFCs in the chemistry mechanism]]
 +
|Xuan Wang (Harvard)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[Issues_now_resolved_in_GEOS-Chem_12#Fix_typo_in_CLD_PARAMS_routine_in_gckpp_HetRates.F90|Fix typo in CLD_PARAMS routine in gckpp_HetRates.F90]]
 +
|Stephen Steenrod (NASA GMAO)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[Stratospheric_chemistry#Bug_fix:_make_sure_stratospheric_BrY_concentrations_are_read_properly_each_month|Bug fix: make sure stratospheric BrY concentrations are read properly each month]]
 +
|Lyatt Jaegl&eacute; (U. Washington)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that will NOT affect full-chemistry simulations
 +
 
 +
|-valign="top"
 +
|[[Issues_now_resolved_in_GEOS-Chem_12#Enable_accurate_cloud_pH_diagnostic_calculation|Enable accurate cloud pH diagnostic calculation via post-processing]]
 +
|Jonathan Moch (Harvard)
 +
|Structural
 +
|[https://github.com/geoschem/geos-chem/pull/37 geoschem/geos-chem PR #37]
 +
*Applies to NetCDF diagnostic only
 +
 
 +
|-valign="top"
 +
|[[Physical_properties_of_GEOS-Chem_species#Proposed_list_of_Henry.27s_law_constants_from_the_literature|Bug fix for proposed Henry's law constants]]
 +
|Jenny Fisher (Wollongong)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
!colspan="4" bgcolor="#CCFFFF"|Updates that will only affect GCHP
 +
 
 +
|-valign="top"
 +
|[[Getting_Started_with_GCHP#New_in_12.5.0|Update GCHP to use MAPL v1.0.0 and ESMF v8.0.0 beta snapshot 28]]
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
*Replaces external tile files with online ESMF regridding weights
 +
*Includes parallel file I/O module
 +
*Enables use of GNU fortran compiler
 +
 
 +
|-valign="top"
 +
|[[Getting_Started_with_GCHP#New_in_12.5.0|Replace 4x5 input files in GCHP with higher resolution equivalents to avoid ESMF domain decomposition issue at high core counts]]
 +
|Lizzie Lundgren (GCST)
 +
|Emissions
 +
|
 +
|}
 +
 
 +
==== New data directories in 12.5.0 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[HEMCO_data_directories#Downloading_the_HEMCO_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Biogenic_VOC_emissions|OFFLINE_BIOVOC]]
 +
|Default
 +
|Offline biogenic VOC emissions generated using GEOS-Chem 12.3.0 and:
 +
*GEOS-FP meteorology (0.25&deg;x0.3125&deg;, 2014-2017)
 +
*MERRA-2 meteorlogy (0.5&deg;x0.625&deg;, 1980-2017)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_BIOVOC/v2019-08/ <tt>HEMCO/OFFLINE_BIOVOC/v2019-08</tt>]
 +
 
 +
|-valign="top"
 +
|[[Volcanic_SO2_emissions|Volcano]]
 +
|Default
 +
|[[Volcanic_SO2_emissions#OMI-based_volcanic_emissions|Updated volcanic SO2 emissions (1978-2019), with eruptive emissions through 28 April 2018]]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/VOLCANO/v2019-08/ <tt>HEMCO/VOLCANO/v2019-08</tt>]
 +
 
 +
|-valign="top"
 +
|[[Mineral_dust_aerosols|AFCID]]
 +
|Default
 +
|Separate [[Mineral_dust_aerosols#Anthropogenic_PM2.5_dust_source_in_GEOS-Chem|anthropogenic PM2.5 dust emissions]] from the DustDead extension
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/AFCID/v2018-04/ <tt>HEMCO/AFCID/v2018-04</tt>]
 +
 
 +
|-valign="top"
 +
|[https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2016JD025767 C2H6_2010]
 +
|Default
 +
|Removed unused lev dimension and include 2x2.5 files regridded from 4x5
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/C2H6_2010/v2019-06/ <tt>HEMCO/C2H6_2010/v2019-06</tt>]
 +
 
 +
|-valign="top"
 +
|[[Mineral_dust_aerosols|DUST_DEAD]]
 +
|Optional
 +
|Changed longitude dimension format from integer to float and time units seconds string from '0.0' to '00'
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/DUST_DEAD/v2019-06/ <tt>HEMCO/DUST_DEAD/v2019-06</tt>]
 +
 
 +
|-valign="top"
 +
|UVALBEDO
 +
|Default
 +
|Changed seconds string in time dimension units attribute from '0.0' to '00'
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/UVALBEDO/v2019-06/ <tt>HEMCO/UVALBEDO/v2019-06</tt>]
 +
 
 +
|-valign="top"
 +
|TOMS/SBUV
 +
|Default
 +
|Changed seconds string in time dimension units attribute from '0.0' to '00'
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/TOMS_SBUV/v2019-06/ <tt>HEMCO/TOMS_SBUV/v2019-06</tt>]
 +
 
 +
|-valign="top"
 +
|India mask
 +
|Default
 +
|Removed unused attribute 'valid_range'
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MASKS/v2019-05/ <tt>HEMCO/MASKS/v2019-05</tt>]
 +
 
 +
|-valign="top"
 +
|BIOFUEL
 +
|Default
 +
|Regridded from 4x5 to 2x2.5
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/BIOFUEL/v2019-08/ <tt>HEMCO/BIOFUEL/v2019-08</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.4.0 ===
 +
 
 +
<span style="color:green">'''''This version was released on 05 Aug 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.3360635 DOI 10.5281/zenodo.3360635]'''
 +
 
 +
<span style="color:red">'''''NOTE: We recommend users update to [[#12.5.0|GEOS-Chem 12.5.0]], which contains some bug fixes and updates for the offline biogenic VOC and volcano emissions.'''''</span>
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.4.0:
 +
#[[Benchmark/GEOS-Chem_12.4.0#GEOS-Chem_Classic_1-month_benchmark|''1-month benchmark for GEOS-Chem Classic'']]
 +
#[[Benchmark/GEOS-Chem_12.4.0#GCHP_1-month_benchmark|''1-month benchmark for GCHP'']]
 +
#[[Benchmark/GEOS-Chem_12.4.0#GEOS-Chem_Classic_1-year_benchmark|''1-year benchmark for GEOS-Chem Classic'']]
 +
 
 +
This version includes the updates listed below.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes and References
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[Mineral_dust_aerosols#Offline_Dust_Emissions|Grid-independent dust emissions]] (hourly)
 +
|David Ridley (CARB, formerly MIT)<br>Jun Meng (Dalhousie)
 +
|Science
 +
|[[#New data directories in 12.4.0|See ''New data directories in 12.4.0'']]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Lightning_NOx_emissions|Grid-independent lightning NOx emissions]] (3-hourly)
 +
|Lee Murray (Rochester)
 +
|Science
 +
|[[#New data directories in 12.4.0|See ''New data directories in 12.4.0'']]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Biogenic_VOC_emissions|Grid-independent biogenic emissions]] (hourly)
 +
|Jintai Lin (PKU)<br>Hongjian Meng (PKU)
 +
|Science
 +
|[[#New data directories in 12.4.0|See ''New data directories in 12.4.0'']]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Sea_salt_emissions|Grid-independent sea salt emissions]] (hourly)
 +
|Jintai Lin (PKU)<br>Hongjian Meng (PKU)
 +
|Science
 +
|[[#New data directories in 12.4.0|See ''New data directories in 12.4.0'']]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Soil_NOx_emissions|Grid-independent soil NOx emissions]] (hourly)
 +
|Jintai Lin (PKU)<br>Hongjian Meng (PKU)
 +
|Science
 +
|[[#New data directories in 12.4.0|See ''New data directories in 12.4.0'']]
 +
 
 +
|-valign="top"
 +
|[[Volcanic_SO2_emissions#OMI-based_volcanic_emissions|Updated volcano emissions (1978-2019)]]
 +
|Christoph Keller (NASA/GMAO)
 +
|Science
 +
|[[#New data directories in 12.4.0|See ''New data directories in 12.4.0'']]
 +
 
 +
|-
 +
|[[FAST-JX_v7.0_photolysis_mechanism#Further_fix_added_in_12.4.0|Bug fix: Rebuild chemical mechanisms for FAST-JX fix added in 12.3.2]]
 +
|Katie Travis (NASA)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[FlexGrid|FlexGrid Stage 2: Add capability to define custom grids]]
 +
|Melissa Sulprizio ([[GCST]])<br>Jiawei Zhuang (Harvard)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[[FAST-JX_v7.0_photolysis_mechanism#FAST-JX_directory|Add photolysis menu to input.geos for specifying FAST-JX directory]]
 +
|Tomas Sherwen (York)
 +
|Structural
 +
|[https://github.com/geoschem/geos-chem/pull/34 geoschem/geos-chem PR #34]
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.4.0 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[HEMCO_data_directories#Downloading_the_HEMCO_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[Mineral_dust_aerosols#Offline_Dust_Emissions|OFFLINE_DUST]]
 +
|Default
 +
|Offline dust emissions generated with:
 +
*GEOS-FP meteorology (0.25&deg;x0.3125&deg;, 2014-present)
 +
*MERRA-2 meteorlogy (0.5&deg;x0.625&deg;, 1980-present)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_DUST/v2019-01/ <tt>HEMCO/OFFLINE_DUST/v2019-01</tt>]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Lightning_NOx_emissions|OFFLINE_LIGHTNING]]
 +
|Default
 +
|Offline lightning flash densities and convective-cloud depths generated with:
 +
*GEOS-FP meteorology (0.25x0.3125, 2014-2018)
 +
*MERRA-2 meteorology (0.5x0.625, 1980-2018).
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_LIGHTNING/v2019-01/ <tt>HEMCO/OFFLINE_LIGHTNING/v2019-01</tt>]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Biogenic_VOC_emissions|OFFLINE_BIOVOC]]
 +
|Default
 +
|Offline biogenic VOC emissions generated using GEOS-Chem v11-02 and:
 +
*GEOS-FP meteorology (0.25&deg;x0.3125&deg;, 2014-2017)
 +
*MERRA-2 meteorlogy (0.5&deg;x0.625&deg;, 1980-2017)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_BIOVOC/v2019-01/ <tt>HEMCO/OFFLINE_BIOVOC/v2019-01</tt>]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Sea_salt_emissions|OFFLINE_SEASALT]]
 +
|Default
 +
|Offline sea salt emissions generated with:
 +
*GEOS-FP meteorology (0.25&deg;x0.3125&deg;, 2014-2017)
 +
*MERRA-2 meteorlogy (0.5&deg;x0.625&deg;, 1980-2017)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_SEASALT/v2019-01/ <tt>HEMCO/OFFLINE_SEASALT/v2019-01</tt>]
 +
 
 +
|-valign="top"
 +
|[[Grid-independent_emissions#Soil_NOx_emissions|OFFLINE_SOILNOX]]
 +
|Default
 +
|Offline soil NOx emissions generated with:
 +
*GEOS-FP meteorology (0.25&deg;x0.3125&deg;, 2014-2017)
 +
*MERRA-2 meteorlogy (0.5&deg;x0.625&deg;, 1980-2017)
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_SOILNOX/v2019-01/ <tt>HEMCO/OFFLINE_SOILNOX/v2019-01</tt>]
 +
 
 +
|-valign="top"
 +
|[[Volcanic_SO2_emissions|Volcano]]
 +
|Default
 +
|[[Volcanic_SO2_emissions#OMI-based_volcanic_emissions|Updated volcanic SO2 emissions (1978-2019), with eruptive emissions through 3 Dec 2015]]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/VOLCANO/v2019-04/ <tt>HEMCO/VOLCANO/v2019-04/</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.3.2 ===
 +
 
 +
<span style="color:green">'''''This version was released on 02 May 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.2658178 DOI 10.5281/zenodo.2658178]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.3.1 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
<nowiki> # Download the GEOS-Chem source code
 +
git clone -b 12.3.2 https://github.com/geoschem/geos-chem Code.12.3.2
 +
cd Code.12.3.2
 +
git checkout 12.3.2
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone -b 12.3.2 https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
git checkout 12.3.2
 +
cd ..</nowiki>
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.3.2:
 +
 
 +
#[[Benchmark/GEOS-Chem_12.3.2|1-month benchmark simulation 12.3.2 for GCC and GCHP (unofficial)]]
 +
 
 +
This version includes the updates listed below.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[#Inconsistency in H2402 concentrations in GCHP vs GEOS-Chem Classic|Fix inconsistency for species H2402 between GCHP and GEOS-Chem "Classic"]]
 +
|Sebastian Eastham (MIT)<br>[[GCST]]
 +
|Bug fix
 +
|
 +
*This update results in very minor changes w/r/t the prior 1-month benchmark (Bug fixes for the FAST-JX mechanism):
 +
**Mean OH changed by -0.0002%
 +
**MCF lifetime was unchanged
 +
**CH4 lifetime changed by +0.0012%
 +
 
 +
|-valign="top"
 +
|Bug fixes for the FAST-JX photolysis mechanism:
 +
*[[FAST-JX_v7.0_photolysis_mechanism#Duplicate_entries_for_species_ClNO2_in_FJX_j2j.dat_file|Remove duplicate entry for species ClNO2 in the FJX_j2j.dat file]]
 +
*[[FAST-JX_v7.0_photolysis_mechanism#Species_DHDC_was_not_listed_as_photolyzing_in_the_species_database|Species DHDC was not listed as photolyzing in the GEOS-Chem species database]]
 +
|Bob Yantosca ([[GCST]])
 +
|Bug fix
 +
|
 +
*This update results in very minor changes w/r/t the 12.3.0 1-month benchmark:
 +
**Mean OH changed by +0.2782%
 +
**MCF lifetime changed by -0.3597%
 +
**CH4 lifetime changed by -0.3936%
 +
 
 +
|-valign="top"
 +
|Updates and fixes for HEMCO diagnostics, including:
 +
*Enable saving out fertilizer NOx emissions
 +
*Lightning NOx emissions are 3D not, 2D
 +
*HNO3 ship emissions are 2D, not 3D
 +
*Update and fill in missing inventory diagnostics (currently used in only in benchmark simulations)
 +
|Melissa Sulprizio ([[GCST]])
 +
|Bug fix
 +
|
 +
*These fixes impact both GEOS-Chem "Classic" and GCHP
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[CEDS_anthropogenic_emissions#Updates_introduces_in_GEOS-Chem_12.3.2|Extending the CEDS anthropogenic emissions inventory to include 1750-1949 and additional VOC species]]
 +
|Melissa Sulprizio (GCST)
 +
|Science
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP:
 +
 
 +
|-valign="top"
 +
|[[#Disable Br2 offline seasalt emissions to match GEOS-Chem Classic default|Disable Br2 offline seasalt emissions to match GEOS-Chem Classic default]]
 +
|Sebastian Eastham (MIT)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Assorted GCHP run directory feature updates
 +
*Rename Makefile clean and build options
 +
*Remove deprecated Makefile/build.sh clean and build options
 +
*Remove aliases from sample run scripts
 +
*Remove output file runConfig.log; send to gchp.log instead
 +
*Update benchmark run directory to match GEOS-Chem Classic settings
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
*Users should use 'make' or 'make help' at the command prompt to view all clean and compile options
 +
 
 +
|-valign="top"
 +
|Embed GEOS code within select GCHP files
 +
|Lizzie Lundgren (GCST)
 +
|Structural
 +
|
 +
*All GEOS-only code is within if defined MODEL_GEOS blocks and will not impact GCHP simulations
 +
|}
 +
 
 +
==== New data directories in 12.3.2 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[HEMCO_data_directories#Downloading_the_HEMCO_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[FAST-JX_v7.0_photolysis_mechanism|FAST_JX]]
 +
|DEFAULT
 +
|
 +
*The <tt>FJX_j2j.dat</tt> file (which lists the photolyzing species for FAST-JX) was edited to [[FAST-JX_v7.0_photolysis_mechanism#Duplicate_entries_for_species_ClNO2_in_FJX_j2j.dat_file|remove a duplicate entry for ClNO2]].  This was causing the J-values of ClNO2 to be passed to the solver twice.  The new <tt>FJX_j2j.dat</tt> file corrects this issue.
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/CHEM_INPUTS/FAST_JX/v2019-04/README <tt>CHEM_INPUTS/FAST_JX/v2019-04</tt>]
 +
 
 +
|-valign="top"
 +
|[[UCX chemistry mechanism]]
 +
|DEFAULT
 +
|
 +
*A new file (<tt>Montreal_fix.nc</tt>) was created to fix an [[#Inconsistency in H2402 concentrations in GCHP vs GEOS-Chem Classic|inconsistency in H2402 concentrations between GCHP and GEOS-Chem "Classic"]].
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/CHEM_INPUTS/UCX_201904/README <tt>CHEM_INPUTS/UCX_201904</tt>]
 +
 
 +
|-valign="top"
 +
|[[CEDS_anthropogenic_emissions|CEDS]]
 +
|OPTIONAL
 +
|
 +
*CEDS anthropogenic emissions for 1750-1949. Data now encompasses the entire CEDS record of 1750-2014.
 +
*New files for additional NMVOCs
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/CEDS/v2018-08/ <tt>HEMCO/CEDS/v2018-08</tt>]
 +
 
 +
|}
 +
 
 +
=== 12.3.1 ===
 +
 
 +
<span style="color:green">'''''This version was released on 08 Apr 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.2633278 DOI 10.5281/zenodo.2633278]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.3.1 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
<nowiki> # Download the GEOS-Chem source code
 +
git clone -b 12.3.1 https://github.com/geoschem/geos-chem Code.12.3.1
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone -b 12.3.1 https://github.com/geoschem/geos-chem-unittest UT</nowiki>
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[List_of_diagnostics_archived_to_netCDF_format#The_JValuesLocalNoon_collection|Fix the netCDF diagnostic for noontime J-values]]
 +
|[[GCST]]
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[Planeflight_diagnostic#Planeflight_diagnostic_now_writes_out_data_for_the_last_timestep_of_the_day|Planeflight diagnostic now writes out data for the last timestep of the day]]
 +
|Luke Schiferl (LDEO/Columbia)<br>[[GCST]]
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[Stratospheric_chemistry#Do not allocate memory to array MINIT in strat_chem_mod.F90|Reduce memory footprint: Do not allocate memory to array MINIT in <tt>strat_chem_mod.F90</tt>]]
 +
|Bob Yantosca ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP:
 +
 
 +
|-valign="top"
 +
|[[#Declare State_Met%AREA_M2 as 2-dimensional, not 3-dimensional|Declare <tt>State_Met%AREA_M2</tt> as 2-dimensional, not 3-dimensional]]
 +
|[[GCST]]
 +
|Bug fix
 +
|
 +
 
 +
|}
 +
 
 +
=== 12.3.0 ===
 +
 
 +
<span style="color:green">'''''This version was released on 01 Apr 2019.'''''</span>
 +
 
 +
'''[https://doi.org/10.5281/zenodo.2620535 DOI: 10.5281/zenodo.2620535]'''
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.3.0 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.3.0
 +
cd Code.12.3.0
 +
 +
# Create and checkout a new branch "GC_12.3.0" at the tag "12.3.0"
 +
git checkout -b GC_12.3.0 12.3.0
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.3.0" at the tag "12.3.0"
 +
git checkout -b GC_12.3.0 12.3.0</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.3.0|new data directories for this version]].
 +
 
 +
Please see the following links for complete information about the validation of GEOS-Chem 12.3.0:
 +
#[[Benchmark/GEOS-Chem 12.3.0|''Approval form for 1-month benchmark simulation 12.3.0]]
 +
This version includes the updates listed below.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[ISORROPIA_II#Investigating_persistent_noise_observed_in_ISORROPIA_output|Update ISORROPIA from v2.0 to v2.2, in order to remove persistent noise in output]]
 +
|Seb Eastham (Harvard)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[MEGAN_v2.1_plus_Guenther_2012_biogenic_emissions#Updated_PFT_file|Updated PFT file for MEGAN]]
 +
|Jenny Fisher (Wollongong)<br>Dylan Millet (UMN)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[Volcanic_SO2_emissions#Bug_fix_for_eruptive_volcanic_emissions|Bug fix for eruptive volcanic emissions]]
 +
|Barron Henderson (EPA)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Read in and regrid existing MODIS LAI and OLSON data via HEMCO
 +
|Bob Yantosca ([[GCST]])
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|Update from [[HEMCO_versions#HEMCO_development_history|HEMCO version]] 2.1.011 to 2.1.012
 +
*[[HEMCO_versions#Bug_fixes_for_HEMCO_interpolation_algorithm|Bug fixes for the HEMCO interpolation algorithm]]
 +
*[[HEMCO_versions#Updates from the NASA GEOS development branch|Updates from the NASA GEOS development branch]]
 +
*[[HEMCO_versions#Add_option_to_always_use_simulation_year_for_specified_fields|Add option to always use simulation year for specified fields]]
 +
*[[HEMCO_versions#Prevent zero emissions for MEGAN_Mono extension species|Prevent zero emissions for MEGAN_Mono extension species]]
 +
*[[HEMCO_versions#Updates_to_the_volcanic_emissions_extension|Updates to the HEMCO volcanic emissions extension]]
 +
|Christoph Keller (NASA/GMAO)<br>[[GCST]]
 +
|Bug fix &<br>Structural
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[Leaf_area_indices_in_GEOS-Chem#Yuan_processed_MODIS_LAI|Update to Yuan processed MODIS LAI product (covering years 2005-2016)]]
 +
*'''Off while we investigate an issue in the HEMCO interpolation'''
 +
|Jenny Fisher (Wollongong) <br>Barron Henderson (US EPA)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[Volcanic_SO2_emissions#OMI-based_volcanic_emissions|OMI-based Volcanic emissions 2005-2012]] (off by default)
 +
|Cui Ge (U. Iowa)<br>Jun Wang (U. Iowa)<br>[[GCST]]
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[#Further_bug_fix_to_prevent_incorrect_restart_file_output_when_spanning_leap_year_days|Further bug fix for netCDF diagnostics spanning leap years]]
 +
|Bob Yantosca ([[GCST]])
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[GFAS_biomass_burning_emissions#Fix_GFAS_SOAP_entry_in_HEMCO_Config.rc|Fix GFAS_SOAP entry in HEMCO_Config.rc]]
 +
|Killian Murphy (York)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_12#Tagged_CO_bug_fixes:_Fix_CO_units_and_write_secondary_production_into_a_netcdf_file|Tagged CO bug fixes: Fix CO units and write secondary production into a netcdf file]]
 +
|Beata Bukosa (Wollongong)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting GCHP only:
 +
 
 +
|-valign="top"
 +
|[[#GCHP_adjoint_development_requires_time_to_run_backwards_in_GCHP|Enable running time backwards in GCHP]]
 +
|Atanas Trayanov (GMAO), Lizzie Lundgren ([[GCST]])
 +
|Structural
 +
|
 +
*Off by default
 +
|}
 +
 
 +
==== New data directories in 12.3.0 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[HEMCO_data_directories#Downloading_the_HEMCO_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|OLSON_MAP
 +
|DEFAULT
 +
|Olson 2001 land map masks, separated into 73 netCDF variables (one per land type).  This format facilitates regridding by HEMCO.
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OLSON_MAP/v2019-02/ <tt>HEMCO/OLSON_MAP/v2019-02</tt>]
 +
 
 +
|-valign="top"
 +
|MODIS_XLAI
 +
|DEFAULT
 +
|MODIS LAI data (corresponding to <tt>ExtData/CHEM_INPUTS/MODIS_LAI_201707</tt>)
 +
 
 +
This data has been processed into 73 netCDF variables (one corresponding to each Olson land type), which facilitates regridding by HEMCO.
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MODIS_XLAI/v2017-07/ <tt>HEMCO/MODIS_XLAI/v2017-07</tt>]
 +
 
 +
|-valign="top"
 +
|MEGAN
 +
|DEFAULT
 +
|[[MEGAN_v2.1_plus_Guenther_2012_biogenic_emissions#Updated_PFT_file|Updated PFT file for MEGAN]]
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MEGAN/v2018-05/ <tt>HEMCO/MEGAN/v2018-05/</tt>]
 +
 
 +
|}
 +
 
 +
NOTES:
 +
#DEFAULT denotes that the inventory is part of the default HEMCO emissions configuration that you get when you run GEOS-Chem "out-of-the-box".
 +
#OPTIONAL denotes optional inventories that you may use (or not) according to your research needs.
 +
 
 +
=== 12.2.1 ===
 +
 
 +
<span style="color:green">'''''This version was released on 28 Feb 2019.'''''</span>
 +
 
 +
[https://doi.org/10.5281/zenodo.2580198 '''DOI: 10.5281/zenodo.2580198''']
 +
 
 +
You can use the following Git commands to download the GEOS-Chem 12.2.1 source code and [[GEOS-Chem Unit Tester]] package.
 +
 
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.2.1
 +
cd Code.12.2.1
 +
 +
# Create and checkout a new branch "GC_12.2.1" at the tag "12.2.1"
 +
git checkout -b GC_12.2.1 12.2.1
 +
cd ..
 +
 
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.2.1" at the tag "12.2.1"
 +
git checkout -b GC_12.2.1 12.2.1</nowiki>
 +
 
 +
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.2.1|new data directories for this version]].
 +
 
 +
This version includes the updates listed below.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="500px"|Feature
 +
!width="200px"|Submitted by
 +
!width="100px"|Type
 +
!width="300px"|Notes
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation:
 +
 
 +
|-valign="top"
 +
|[[#Bug fix: netCDF diagnostic collections with frequency "End" now properly span leap year days|Bug fix: netCDF diagnostic collections with frequency "End" now properly span leap year days]]
 +
|Amos Tai (CUHK)<br>[[GCST]]
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[https://github.com/geoschem/geos-chem/pull/27 Move module-level variables from Linoz and MODIS LAI]
 +
|Haipeng Lin (PKU)
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[[Mercury#Polar_bromine_explosion_default_option|Make polar bromine explosion the default option in Hg simulation]]
 +
|Colin Thackray (Harvard)<br>Jenny Fisher (Wollongong)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|TOMAS updates
 +
*[[TOMAS_aerosol_microphysics#Biomass_burning_subgrid_coagulation_switch|Add biomass burning subgrid coagulation option]]
 +
*[[TOMAS_aerosol_microphysics#Restore_DST1.2C_DST2.2C_DST3.2C_and_DST4_in_TOMAS_simulations|Restore DST1, DST2, DST3, and DST4 in TOMAS simulations]]
 +
|Emily Ramnarine (Colorado State)<br>Jeff Pierce (Colorado State)<br>Betty Croft (Dalhousie)
 +
|Science
 +
|
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_12#Fix_Henry.27s_Law_coefficient_for_C2H6|Fix Henry's Law coefficient for C2H6]]
 +
|Chris Holmes (FSU)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|Add routine to save the GC species database to JSON format (commented out)
 +
|Bob Yantosca ([[GCST]])
 +
|Structural
 +
|
 +
 
 +
|-valign="top"
 +
|[[List_of_diagnostics_archived_to_netCDF_format|Add RRTMG fluxes to netCDF diagnostics]]
 +
|Bob Yantosca ([[GCST]])
 +
|Structural
 +
|
 +
*Still needs to be validated
 +
 
 +
|-valign="top"
 +
|[[CO2_simulation#Prevent_double-counting_in_CO2_chemical_source|Fix for CO2 simulation chemical source]]
 +
|Beata Bukosa (U. Wollongong)
 +
|Bug fix
 +
|
 +
 
 +
|-
 +
!colspan="4" bgcolor="#CCFFFF"|Features affecting GCHP only:
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_12#GCHP_uses_outdated_MODIS_files_missing_projection_error_fix|Update MODIS LAI source directory to match GEOS-Chem Classic]]
 +
|GCST
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_12#Missing_scaling_factors_for_MERRA-2_simulations_with_GCHP|Missing scaling factors for MERRA-2 simulations with GCHP]]
 +
|Sebastian Eastham (MIT)
 +
|Bug fix
 +
|
 +
 
 +
|-valign="top"
 +
|[[GEOS-Chem_12#Use_online_sea_flux_emissions_by_default_in_GCHP|Use online sea flux emissions by default in GCHP]]
 +
|GCST
 +
|Emissions
 +
|
 +
 
 +
|}
 +
 
 +
==== New data directories in 12.2.1 ====
 +
 
 +
The following data directories have been added or updated in this version.  You will have to [[HEMCO_data_directories#Downloading_the_HEMCO_data_directories|download the directories]] relevant to your simulation.
 +
 
 +
{| border=1 cellspacing=0 cellpadding=5
 +
|-bgcolor="#CCCCCC"
 +
!width="200px"|Inventory
 +
!width="100px"|Type
 +
!width="400px"|What was added?
 +
!width="300px"|Directory
 +
 
 +
|-valign="top"
 +
|[[CO2_simulation#Prevent_double-counting_in_CO2_chemical_source|Updated chemical source for CO2 simulation]]
 +
|OPTIONAL
 +
|Reprocessed the chemical source file for the [[CO2 simulation]], because the existing file was somehow corrupted.
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/CO2/v2019-02/CHEM <tt>HEMCO/CO2/v2019-02/CHEM/</tt>]
 +
 
 +
|-valign="top"
 +
|[[FINNv1_biomass_burning_emissions|FINN]]
 +
|OPTIONAL
 +
|[[TOMAS_aerosol_microphysics#Biomass_burning_subgrid_coagulation_switch|Files containing the number of fires per grid box for use with the biomass burning subgrid coagulation option in TOMAS simulations]].
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/FINN/v2015-02/ <tt>HEMCO/FINN/v2015-02/</tt>]
 +
 
 +
|}
 +
 
 +
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:34, 13 February 2019 (UTC)
  
 
=== 12.2.0 ===
 
=== 12.2.0 ===
 +
 +
<span style="color:green">'''''This version was released on 19 Feb 2019.'''''</span>
 +
 +
[https://doi.org/10.5281/zenodo.2572887 '''10.5281/zenodo.2572887''']
 +
 +
You can use the following Git commands to download the GEOS-Chem 12.2.0 source code and [[GEOS-Chem Unit Tester]] package.
 +
 +
  <nowiki># Download the GEOS-Chem source code
 +
git clone https://github.com/geoschem/geos-chem Code.12.2.0
 +
cd Code.12.2.0
 +
 +
# Create and checkout a new branch "GC_12.2.0" at the tag "12.2.0"
 +
git checkout -b GC_12.2.0 12.2.0
 +
cd ..
 +
 +
# Download the GEOS-Chem Unit Tester, from which run directories can be generated
 +
git clone https://github.com/geoschem/geos-chem-unittest UT
 +
cd UT
 +
 +
# Create and checkout a new branch "GC_12.2.0" at the tag "12.2.0"
 +
git checkout -b GC_12.2.0 12.2.0</nowiki>
  
 
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.2.0|new data directories for this version]].
 
'''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.2.0|new data directories for this version]].
Line 23: Line 2,440:
 
Please see the following links for complete information about the validation of GEOS-Chem 12.2.0:
 
Please see the following links for complete information about the validation of GEOS-Chem 12.2.0:
 
#[[GEOS-Chem_12_benchmark_history#12.2.0|''Approval form for 1-month benchmark simulation 12.2.0'']]
 
#[[GEOS-Chem_12_benchmark_history#12.2.0|''Approval form for 1-month benchmark simulation 12.2.0'']]
#[[GEOS-Chem_12_benchmark_history#12.2.0-RnPbBePassive|''1-year Rn-Pb-Be benchmark simulation'']]
+
#[[GEOS-Chem_12_benchmark_history#12.2.0-TransportTracers|''1-year transport benchmark simulation'']]
  
 
This version includes the updates listed below.
 
This version includes the updates listed below.
Line 41: Line 2,458:
 
|Melissa Sulprizio ([[GCST]])
 
|Melissa Sulprizio ([[GCST]])
 
|Science
 
|Science
 +
|
 +
 +
|-valign="top"
 +
|[[EPA/NEI11_North_American_emissions#Update_mask_file_applied_to_NEI2011_emissions|Update mask file applied to NEI2011 emissions]]
 +
|Melissa Sulprizio ([[GCST]])
 +
|Bug fix
 
|
 
|
  
Line 47: Line 2,470:
  
 
|-valign="top"
 
|-valign="top"
|[[Transport_Working_Group#Common_set_of_tracers_in_GEOS-Chem_and_GEOS|Common set of tracers in GEOS-Chem and GEOS]]
+
|[[Transport_Working_Group#Transport_Tracers_simulation|Transport Tracers simulation: a common set of tracers in GEOS-Chem and GEOS]]
 
|Transport WG<br>Melissa Sulprizio ([[GCST]])
 
|Transport WG<br>Melissa Sulprizio ([[GCST]])
 
|Benchmarking
 
|Benchmarking
Line 70: Line 2,493:
 
|Jonathan Moch (Harvard)<br>Christoph Keller (GMAO)
 
|Jonathan Moch (Harvard)<br>Christoph Keller (GMAO)
 
|Bug fix
 
|Bug fix
 +
|
 +
 +
|-valign="top"
 +
|Update from HEMCO 2.1.010 to HEMCO 2.1.011:
 +
*[[HEMCO versions#Wrap remaining HEMCO extensions in instances|Now wrap the remaining HEMCO extensions in instances (to facilitate running in HPC environments)]]
 +
*[[HEMCO_versions#Update_HEMCO_standalone_for_compatibility_with_FlexGrid|Update HEMCO standalone for compatibility with FlexGrid met field names]]
 +
*[[HEMCO_versions#HEMCO_standalone_now_calls_HCO_RUN_in_two_phases|HEMCO standalone now calls HCO_RUN in two phases]]
 +
|[[GCST]]
 +
|Structural
 
|
 
|
  
Line 76: Line 2,508:
  
 
|-valign="top"
 
|-valign="top"
|[[GEOS-Chem_12#ESMF_version_update_required_for_MAPL_upgrade|Update ESMF version from v5.2.0rp2 to v7.1.0r]]
+
|[[GEOS-Chem_12#ESMF_version_update_required_for_MAPL_upgrade|Update ESMF version in GCHP from v5.2.0rp2 to v7.1.0r]]
 
|Lizzie Lundgren ([[GCST]])
 
|Lizzie Lundgren ([[GCST]])
 
|Structural
 
|Structural
Line 121: Line 2,553:
 
|EDGAR v4.2 emissions of SF6 for 1970-2008
 
|EDGAR v4.2 emissions of SF6 for 1970-2008
 
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/SF6/v2019-01/ <tt>HEMCO/SF6/v2019-01/</tt>]
 
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/SF6/v2019-01/ <tt>HEMCO/SF6/v2019-01/</tt>]
 +
 +
|-valign="top"
 +
|MASKS
 +
|DEFAULT
 +
|[[EPA/NEI11_North_American_emissions#Update_mask_file_applied_to_NEI2011_emissions|Update mask file applied to NEI2011 emissions]]
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MASKS/v2018-09/ <tt>HEMCO/MASKS/v2018-09/</tt>]
 +
 +
|-valign="top"
 +
|TileFiles
 +
|DEFAULT<br>(in GCHP)
 +
|New tile files for 0.1x0.1 CONUS, Canada, and Mexico mask files
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/GCHP/TileFiles/ <tt>GCHP/TileFiles</tt>]
  
 
|}
 
|}
Line 127: Line 2,571:
 
#DEFAULT denotes that the inventory is part of the default HEMCO emissions configuration that you get when you run GEOS-Chem "out-of-the-box".
 
#DEFAULT denotes that the inventory is part of the default HEMCO emissions configuration that you get when you run GEOS-Chem "out-of-the-box".
 
#OPTIONAL denotes optional inventories that you may use (or not) according to your research needs.
 
#OPTIONAL denotes optional inventories that you may use (or not) according to your research needs.
 
== Current bug fix patch version in development ==
 
 
None at this time.
 
 
== Current stable version ==
 
 
The GEOS-Chem version listed below is considered stable and can be used to start a new research project.  This version corresponds to the '''master''' branch of the [https://github.com/geoschem/geos-chem GEOS-Chem source code repository on Github].
 
 
Each released version of GEOS-Chem will be assigned a unique Digital Object Identifier (DOI).  This will allow you to cite each GEOS-Chem version in publications. We also have obtained a "Concept DOI", which will always point to the current stable version of GEOS-Chem: [https://doi.org/10.5281/zenodo.1343546 '''DOI 10.5281/zenodo.1343546'''].  This can be convenient if you wish to cite GEOS-Chem without making reference to a particular version.
 
  
 
=== 12.1.1 ===
 
=== 12.1.1 ===
Line 172: Line 2,606:
 
!width="300px"|Notes
 
!width="300px"|Notes
  
|-
+
|-valign="top"
 
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry (benchmark) simulation:
 
!colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry (benchmark) simulation:
  
Line 213: Line 2,647:
  
 
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 16:05, 6 December 2018 (UTC)
 
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 16:05, 6 December 2018 (UTC)
 
== Previously released stable versions ==
 
 
We list below past releases of GEOS-Chem.  But we recommend that you always download the [[#Current stable version|current stable version]] listed above when starting a new research project.
 
  
 
=== 12.1.0 ===
 
=== 12.1.0 ===
Line 434: Line 2,864:
 
!width="400px"|What was added?
 
!width="400px"|What was added?
 
!width="300px"|Directory
 
!width="300px"|Directory
 +
 +
|-valign="top"
 +
|[[Mineral_dust_aerosols|DUST DEAD]]
 +
|DEFAULT
 +
|[[Mineral_dust_aerosols#Anthropogenic_PM2.5_dust_source_in_GEOS-Chem|Anthropogenic PM2.5 dust source]]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/DUST_DEAD/v2018-04/ <tt>HEMCO/DUST_DEAD/v2018-04/</tt>]
  
 
|-valign="top"
 
|-valign="top"
Line 440: Line 2,876:
 
|[[GEOS-Chem_restart_files#New_fields_added_to_the_GEOS-Chem_restart_file|GEOS-Chem restart file updates: New variables, new variable names, new file names]]
 
|[[GEOS-Chem_restart_files#New_fields_added_to_the_GEOS-Chem_restart_file|GEOS-Chem restart file updates: New variables, new variable names, new file names]]
 
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/GEOSCHEM_RESTARTS/v2018-11/ <tt>GEOSCHEM_RESTARTS/v2018-11/</tt>]
 
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/GEOSCHEM_RESTARTS/v2018-11/ <tt>GEOSCHEM_RESTARTS/v2018-11/</tt>]
 +
 +
|-valign="top"
 +
|[[FAST-JX_v7.0_photolysis_mechanism#Input_files_for_FAST-JX_v7.0|Input files for FAST-JX]]
 +
|DEFAULT
 +
|[[GEOS-Chem_v11-02#Code_cleanup_suggestions|Move Fast-JX .dat files from the <tt>geos-chem-unittest</tt> repository to <tt>gcgrid/ExtData</tt>]]
 +
|[http://ftp.as.harvard.edu/gcgrid/data/ExtData/CHEM_INPUTS/FAST_JX/v2018-09/ <tt>CHEM_INPUTS/FAST_JX/v2018-09/</tt>]
  
 
|-valign="top"
 
|-valign="top"
Line 452: Line 2,894:
 
|[[CEDS_anthropogenic_emissions#Reduce_file_size_for_CEDS_inventory|Reduce file size for CEDS inventory]]
 
|[[CEDS_anthropogenic_emissions#Reduce_file_size_for_CEDS_inventory|Reduce file size for CEDS inventory]]
 
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/CEDS/v2018-08/ <tt>HEMCO/CEDS/v2018-08/YYYY</tt>]
 
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/CEDS/v2018-08/ <tt>HEMCO/CEDS/v2018-08/YYYY</tt>]
 +
 +
|-valign="top"
 +
|MASKS
 +
|DEFAULT
 +
|Clean up mask file directory to remove obsolete files
 +
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MASKS/v2018-09/ <tt>HEMCO/MASKS/v2018-09/</tt>]
  
 
|}
 
|}
Line 551: Line 2,999:
 
|-valign="top"
 
|-valign="top"
 
|[[#Fixed_local-time_averaging_in_ND51_and_ND51b_satellite_timeseries_diagnostics|Fixed local-time averaging in ND51 and ND51b satellite timeseries diagnostics]]
 
|[[#Fixed_local-time_averaging_in_ND51_and_ND51b_satellite_timeseries_diagnostics|Fixed local-time averaging in ND51 and ND51b satellite timeseries diagnostics]]
|Bo Zheng (NIA)
+
|Bo Zhang (NIA)
 
|Bug fix
 
|Bug fix
 
|Implemented 04 Oct 2018
 
|Implemented 04 Oct 2018
Line 1,052: Line 3,500:
 
|[[Halogen_chemistry_mechanism#Source_code_and_data_files|Monthly emission fluxes of organic iodine compounds (CH3I, CH2I2, CH2ICl, CH2IBr) from Carlos Ordonez.]]
 
|[[Halogen_chemistry_mechanism#Source_code_and_data_files|Monthly emission fluxes of organic iodine compounds (CH3I, CH2I2, CH2ICl, CH2IBr) from Carlos Ordonez.]]
 
|[[GEOS-Chem v11-02#v11-02d|v11-02d]]
 
|[[GEOS-Chem v11-02#v11-02d|v11-02d]]
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/IODINE/v2017-09/ <tt>HEMCO/IODINE/v2017-03/</tt>]
+
|[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/IODINE/v2017-09/ <tt>HEMCO/IODINE/v2017-09/</tt>]
  
 
|-valign="top"
 
|-valign="top"
Line 1,104: Line 3,552:
  
 
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 20:02, 29 June 2018 (UTC)
 
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 20:02, 29 June 2018 (UTC)
 
== New data directories summary ==
 
 
If you are upgrading from a prior version, please be sure to download these latest data directories (which are listed individually above, but linked here for convenience).
 
 
*[[#New data directories in 12.2.0|New data directories in GEOS-Chem 12.2.0]]
 
*[[#New data directories in 12.1.0|New data directories in GEOS-Chem 12.1.0]]
 
*[[#New data directories in 12.0.0|New data directories in GEOS-Chem 12.0.0]]
 
  
 
== Validation ==
 
== Validation ==
Line 1,120: Line 3,560:
  
 
For complete information about the benchmark simulations used to validate GEOS-Chem v11-03, please see [[GEOS-Chem v11-03 benchmark history|our ''GEOS-Chem 12 benchmark history'' wiki page]].
 
For complete information about the benchmark simulations used to validate GEOS-Chem v11-03, please see [[GEOS-Chem v11-03 benchmark history|our ''GEOS-Chem 12 benchmark history'' wiki page]].
 
=== Unit tests for GEOS-Chem 12 ===
 
 
We perform a full set of unit tests on GEOS-Chem on an almost daily basis.  These tests ensure that each new feature being added does not break any existing functionality. 
 
 
Here are the unit tests that we ran before submitting 1-month benchmark simulation for GEOS-Chem 12.0.0. Click on the links below to see the results from each set of unit tests:
 
 
{| border=1 cellspacing=0 cellpadding=5
 
|-bgcolor="#CCCCCC"
 
!width="100px"|Unit test
 
!width="100px"|Date
 
 
|-valign="top"
 
|TBD
 
|
 
 
|}
 
  
 
== Performance ==
 
== Performance ==
Line 1,162: Line 3,585:
 
== Previous issues now resolved in GEOS-Chem 12 ==
 
== Previous issues now resolved in GEOS-Chem 12 ==
  
The following bugs and/or technical issues have been resolved in GEOS-Chem 12.
+
Please see [[Issues now resolved in GEOS-Chem 12]] for a list of bugs and/or technical issues have been resolved in [[#12.0.0|GEOS-Chem 12.0.0]] through [[#12.5.0|GEOS-Chem 12.5.0]]. Issues resolved after GEOS-Chem 12.5.0 can be found on the following Github pages:
 
+
*[https://github.com/geoschem/geos-chem/issues?q=is%3Aissue+is%3Aclosed GEOS-Chem closed issues]
=== ESMF version update required for MAPL upgrade ===
+
*[https://github.com/geoschem/gchp/issues?q=is%3Aissue+is%3Aclosed GCHP closed issues]
 
+
<span style="color:orange">'''''This fix will be included in [[GEOS-Chem_12#12.2.0|12.2.0]].'''''</span>
+
 
+
GCHP versions 12.1.1 and prior use ESMF v5.2.0rp2 which was released in 2012. Besides this being a very old version that warrants updating, an update to a more recent version of ESMF is required for compatibility with new functionalities GMAO is incorporating into MAPL. Prior to implementing the MAPL update into GCHP we therefore must update ESMF and plan to use the last public release of ESMF, v7.1.0r. For more information see the ESMF documentation at [https://www.earthsystemcog.org/projects/esmf/ www.earthsystemcog.org/projects/esmf].
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 18:36, 17 January 2019 (UTC)
+
 
+
=== Fix bug in stratosperic aerosol surface area netcdf diagnostics ===
+
 
+
<span style="color:orange">'''''This fix will be included in [[GEOS-Chem_12#12.2.0|12.2.0]].'''''</span>
+
 
+
This update was submitted by Jonathan Moch who pointed out that "As written, the code is filling the stratospheric liquid aerosol surface area density and the polar strat cloud surface area with the stratospheric liquid aerosol surface area and then refilling the values with polar strat surface area. So if you aren't running the model inside GEOS-5 the AerSurfAreaPolarStratCloud and AerSurfAreaStratLiquid are identical, which shouldn't be the case."
+
   
+
A fix for this was implemented by Christoph Keller in the version of GEOS-Chem used in GEOS-5. To fix the issue in the offline model we use the same solution.
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 23:30, 4 January 2019 (UTC)
+
 
+
=== GCHP Bug fix: use checkpoint output file as subsequent run restart ===
+
 
+
<span style="color:orange">'''''This fix will be included in [[GEOS-Chem_12#12.2.0|12.2.0]].'''''</span>
+
 
+
This bug fix applies only to the multi-run option of GCHP. It corrects a previous silent bug in which the initial restart file specified in runConfig.sh was used as the restart when doing multiple subsequent runs (i.e. in the presence of cap_restart). The proper behavior when using the multirun option (runScriptSamples/multirun.sh) is to use the checkpoint file (snapshot of end of last run) if the run is continuing from where the last run left off.
+
 
+
This is now corrected by automatically updating the entry for the initial restart file in GCHP.rc with the name of the checkpoint file if the file cap_restart is present just prior to execution. For simplicity the checkpoint file no longer contains the grid resolution in its name.
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 20:53, 4 January 2019 (UTC)
+
 
+
=== GCHP transport fix to prevent instant propagation from troposphere to stratosphere ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.1.1|12.1.1]], which was released on 13 Dec 2018 .'''''</span>
+
 
+
'''Sebastian Eastham describes this bug fix as follows:'''
+
 
+
GCHP uses a simple mass conservation kludge which rescales global tracer concentrations between transport steps. This is equivalent to the pressure fixer in GC-Classic, used to account for inconsistency between the surface pressure field (which sets the vertical grid spacing up to the upper troposphere) and the averaged wind speeds. Although the scaling factor is usually small, this can cause nonphysical redistribution of mass. This is especially problematic because mass can be transferred to, or from, the stratosphere, which should be impossible given that the stratosphere operates on fixed pressure levels. In a future update, this problem will be resolved by direct application of mass fluxes archived from GEOS in place of winds, but while that update is in development we have produced an interim fix
+
+
This patch forces mass redistribution to be constrained to the variable pressure levels in the troposphere. Although this slightly increases spurious mixing in the troposphere, it prevents changes in the troposphere from being instantly propagated to the stratosphere. This can have significant effects when inspecting (e.g.) the response to changes in surface emissions of NOx.
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 16:03, 6 December 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:50, 13 December 2018 (UTC)
+
 
+
=== Always enable BCPH_TPBC to allow saving out BC files in global simulations ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.1.1|12.1.1]], which was released on 13 Dec 2018 .'''''</span>
+
 
+
Yanxu Zhang reported an issue in [[GEOS-Chem 12#12.1.0|GEOS-Chem 12.1.0]] where BC files would not save out, even when turned on in the Nested Grid Menu of input.geos. To resolve this issue, we will always add <tt>USER_DEFS += -DBPCH_TPBC</tt> in Makefile_header.mk. The switch to turn on saving out boundary condition files is still controlled by the options in input.geos, but this fix ensures the tpcore_bc_mod.F code is always compiled.
+
 
+
--[[User:Melissa Payer|Melissa Sulprizio]] ([[User talk:Melissa Payer|talk]]) 15:40, 30 November 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:49, 13 December 2018 (UTC)
+
 
+
=== Skip planeflight observations outside a nested domain ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.1.1|12.1.1]], which was released on 13 Dec 2018 .'''''</span>
+
 
+
Lei Zhu provided a fix for planeflight_mod.F to skip flight observations outside the nested domains. With the fix, the code works for all 0.5 and 0.25 nested domains. For more information please see the [https://github.com/geoschem/geos-chem/pull/21 pull request on Github].
+
 
+
--[[User:Melissa Payer|Melissa Sulprizio]] ([[User talk:Melissa Payer|talk]]) 13:29, 27 November 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:48, 13 December 2018 (UTC)
+
 
+
=== Allow for SZA to 98 degrees when getting photolysis rates ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.1.0|GEOS-Chem 12.1.0]], which was released on 26 Nov 2018.'''''</span>
+
 
+
'''''Eric Palmer (GMAO) wrote:'''''
+
<blockquote>I see that the code that calls the photolysis rates (in flexchem_mod.F90), is only called when the solar zenith angle is < 90 degrees (COS(SZA) > 0.). However, Fast-Jx allows for SZA down to 98 degrees, which is important in the stratosphere-mesosphere where sunlight still illuminates at high altitudes if the sun is below the horizon at the surface.
+
   
+
To allow for SZA down to 98 deg, I made the following one line change:</blockquote>
+
   
+
      IF ( State_Met%SUNCOSmid(I,J) > <span style="color:red">0.e+0_fp</span> ) THEN
+
 
+
<blockquote>to:</blockquote>
+
 
+
      IF ( State_Met%SUNCOSmid(I,J) > <span style="color:green">-0.13917e+0_fp</span> ) THEN
+
 
+
<blockquote>where -0.13917e+0_fp = COS(98 degrees)   
+
 
+
This looks like it has the desired effect, as species with sharp gradients across the terminator (eg: Br, BrO), are now more "rounded" and look much more like GMI (which also allows SZA down to 98 degrees). This also eliminates the problem with the non-conservation of bromine family species in the mesosphere due to transport across the terminator (ie, the sharp edges of a square wave).</blockquote>
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 14:59, 16 October 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:09, 26 November 2018 (UTC)
+
 
+
=== Fix bug in application of CFC surface mixing ratios in GCHP ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.0.3|GEOS-Chem 12.0.3]], which was released on 16 Oct 2018.'''''</span>
+
 
+
This fix is urgent, as any current users of the last several versions of GCHP will be see bad results for relevant species. We recommend that all GCHP users implement this update if not updating to the latest version.
+
 
+
'''Sebastian Eastham describes this bug as follows:'''
+
 
+
<blockquote>Basically, we specify a target year for CFC emissions to be read in in input.geos, so (eg) we can specify “2050” and all surface VMRs for CFCs will be set according to the expected value for 2050. Usually, though, we use a value of 0 – meaning “use the current year”. In GCC, the value Input_Opt%CFCYEAR is set to Get_Year () during initialization, and the offset is calculated in UCX_mod, meaning the right year gets used. However, in GCHP this isn’t possible because Get_Year doesn’t return the right value until after initialization. There was a workaround in UCX_mod already where we had a local variable “CFCYEAR” which was a copy of Input_Opt%CFCYEAR, and which got set to Get_Year() at runtime if it was still zero; however, this wasn’t being propagated in the case of an ESMF environment (where UCXNETCDF is .False.) because we only passed Input_Opt rather than the updated local variable. As a result, the CFC “emissions” were always for 1950 rather than for the true target year.</blockquote>
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 21:18, 15 October 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:10, 26 November 2018 (UTC)
+
 
+
=== Fix incorrect run configuration for offline sea salt emissions in GCHP ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.0.3|GEOS-Chem 12.0.3]], which was released on 16 Oct 2018.'''''</span>
+
 
+
The offline sea salt emissions applied in GCHP starting in 12.0.0 contained a bug due to incorrect settings in HEMCO_Config.rc. SALA and SALC sea salt values read from file should be scaled and applied to BrSALA and BrSALC respectably. However, the HEMCO_Config.rc settings resulted in applying the scaled values to SALA and SALC instead. This bug was identified by Seb Eastham (MIT) and is corrected by updating the species column in HEMCO_Config.rc. No source code updates are necessary but you must create a new run directory or apply the fix in your existing run directories.
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 21:13, 15 October 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:10, 26 November 2018 (UTC)
+
 
+
=== Update HEMCO configuration file for tagged CO simulation ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.1.0|GEOS-Chem 12.1.0]], which was released on 26 Nov 2018.'''''</span>
+
 
+
The tagged CO simulation was still using NEI2005 emissions over the US by default, while all other simulations had retired the NEI2005 option and were using NEI2011 instead. For consistency, we will use NEI2011 with the tagged CO simulation and remove NEI2005.
+
 
+
In addition, the CEDS and DICE_Africa inventories were omitted from tagged CO HEMCO configuration file. To maintain consistency with the full-chemistry simulations, these inventories are now added for tagged CO and are turned on by default.
+
 
+
--[[User:Melissa Payer|Melissa Sulprizio]] ([[User talk:Melissa Payer|talk]]) 17:37, 21 September 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:10, 26 November 2018 (UTC)
+
 
+
=== Fix regional tile file used for APEI inventory in GCHP ===
+
 
+
<span style="color:green">'''''This bug fix only requires downloading updated files from <tt>gcgrid/ExtData/GCHP/TileFiles</tt>'''''</span>
+
 
+
The regional tile file used by GCHP for regrigding the APEI inventory from native resolution to cubed sphere was incorrect at the time of the 12.0.0 release. The tile file erroneously caused the APEI inventory to be regridded at a 180 degree longitude offset. Corrected tile files now replace the erroneous ones at <tt>gcgrid/ExtData/GCHP/TileFiles</tt>. No changes are necessary to the model source code or the GCHP run directory.
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 17:30, 19 September 2018 (UTC)
+
 
+
=== Fix masked anthropogenic emissions bug in GCHP ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.1.0|GEOS-Chem 12.1.0]], which was released on 26 Nov 2018.'''''</span>
+
 
+
Integration of the DICE-Africa inventory in GCHP resulted in erroneously masking out total global anthropogenic emissions outside of Africa. Updating the Africa mask file from containing regional bounds to global bounds corrects the problem. GCHP users who are using the DICE-inventory prior to 12.1.0 can fix the issue by updating their Africa mask file to <tt>MASKS/v2014-07/AF_LANDMASK.geos.05x0666.global.nc</tt> which is now available on <tt>gcgrid</tt>.
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 16:50, 14 September 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:11, 26 November 2018 (UTC)
+
 
+
=== Add support for continuous integration with TravisCI ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.1.0|GEOS-Chem 12.1.0]], which was released on 26 Nov 2018.'''''</span>
+
 
+
We have now linked the [https://github.com/geoschem/geos-chem GEOS-Chem Github repository] to the continuous integration tool TravisCI.  Each time a commit is pushed to the repository, TravisCI will perform a test to ensure that the commit will not "break" GEOS_Chem.  Right now, TravisCI only compiles GEOS-Chem, but we will eventually implement compile-and-run tests in the near future.
+
 
+
You can see the TravisCI status page for GEOS-Chem here: https://travis-ci.com/geoschem/geos-chem/builds
+
 
+
Also, if you navigate to the [https://github.com/geoschem/geos-chem/commits "commits" page of the GEOS-Chem Github repository], you will see a green checkmark next to each commit that was checked by TravisCI:
+
 
+
[[Image:travis_ci.png]]
+
 
+
NOTE: As of this writing, only the '''dev/12.1.0''' branch is being checked by TravisCI.  When we merge this into the '''master''' branch, then all future branches will be checked.
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:11, 26 November 2018 (UTC)
+
 
+
=== Replace HEMCO built-in unit conversions with scale factors in config file ===
+
 
+
<span style="color:darkorange">'''''This update will be included in [[GEOS-Chem 12#12.2.0|GEOS-Chem 12.2.0]] or later.'''''</span>
+
 
+
HEMCO checks the unit string in HEMCO_Config.rc for each emission and converts to HEMCO standard units (kg/m2/s) upon file read if the input units are different. For VOCS, it further converts to kgC/m2/s. The code for the unit conversions is in HEMCO/Core/hco_unit_mod.F90.
+
 
+
Since the automatic unit conversion is performed during HEMCO file read it does not get executed in GCHP which uses MAPL/ESMF for I/O. GCHP users must instead manually include the conversion information as scale factors in HEMCO_Config.rc. To increase clarity and to make GCHP and GCC better match we plan on removing the HEMCO built-in unit conversions and replacing them with scale factors in HEMCO_Config.rc. This change may result in small number differences due to order of operations and precision of scale factors.
+
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 19:57, 23 August 2018 (UTC)<br>--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:11, 26 November 2018 (UTC)
+
 
+
=== Fixed local-time averaging in ND51 and ND51b satellite timeseries diagnostics ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.0.2|GEOS-Chem 12.0.2]], which was released on 10 Oct 2018.'''''</span>
+
 
+
'''''Bo Zhang wrote:'''''
+
 
+
<blockquote>We encountered a potential issue in the satellite diagnostic ND51b in [[GEOS-Chem v11-01]].  We find some kind of discontinuity in total column AOD (a sum of all aerosol species) along the west-east direction. It feels like data are missing/reduced occasionally in every other pixels alone the W-E direction. We are running v11-01 with full chemistry + UCX driven by MERRA2. The same problem remains after switching to MERRA. We checked AOD maps in monthly output which looks normal.</blockquote>
+
 
+
'''''[[User:bmy|Bob Yantosca]] replied:'''''
+
 
+
<blockquote>In recent versions of GEOS-Chem, the number of advected species increased (to accommodate additional halogen and SOA species).  So we had to increase the non-species tracer numbers to 500:</blockquote>
+
 
+
      !  ND51 tracer numbers:
+
      !  ============================================================================
+
      !  1 - nAdvect  : GEOS-CHEM advected species              [v/v        ]
+
      !  501          : OH concentration                        [molec/cm3  ]
+
      !  502          : NOy concentration                        [v/v        ]
+
      !  503          : Relative Humidity                        [%          ]
+
      !  ... etc ...
+
 
+
<blockquote>Complicating matters further, some ND51/ND51b quantities, including the AOD’s, were only updated on every chemistry timestep (20 mins) instead of on every dynamic timestep (10 mins).  There was a CASE statement in routine WRITE_DIAG51 to divide by the proper counting array to create the average quantity:</blockquote>
+
+
        SELECT CASE( Input_Opt%ND51_TRACERS(W) )
+
+
            <span style="color:red">CASE( 91, 92, 76, 77 )</span>               
+
            ... etc ...
+
+
            <span style="color:red">CASE( 84:89, 115:121 )</span>               
+
            ... etc ...
+
+
            <span style="color:red">CASE( 105:114 )</span>               
+
            ... etc ...
+
 
+
            CASE DEFAULT
+
            ... etc ...
+
+
        END SELECT
+
 
+
<blockquote>But we just realized that this CASE statement had the <span style="color:red">old ND51/ND51b tracer numbers ( < 500)</span> and not the new ones.
+
 
+
Therefore, we have made the following fixes, which should eliminate any striping or discontinuities
+
 
+
#Archive most ND51/ND51b tracers (except for NOy, which has special handling) on every dynamic timestep.  Remove the GOOD_CHEM, GOOD_CT_CHEM, GOOD_EMIS, GOOD_CT_EMIS arrays.
+
#Update the CASE statement shown above so that all tracers (except NOy) are divided by the number of dynamic timesteps when each grid box was within the proper local time range.
+
 
+
''Also note: the ND51/ND51b diagnostics were developed in an ad-hoc fashion and were were never really thought out holistically.  It is possible that there may be some issues with some of the other quantities in ND51/ND51b, but the GCST is not planning on investigating further.  The bpch diagnostics will be eventually removed from GEOS-Chem once we have a satisfactory equivalent local-time averaging netCDF diagnostic.''</blockquote>
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:12, 10 October 2018 (UTC)
+
 
+
=== Fix typo when registering the State_Chm%SSAlk field ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.0.1|GEOS-Chem 12.0.1]], which was released on 24 Aug 2018.'''''</span>
+
 
+
'''Shuting Zhai wrote:'''
+
   
+
<blockquote>I found a typo in state_chm_mod.F90 where we register the State_Chm%SSAlk field.  I believe this line:</blockquote>
+
 
+
      CALL Register_ChmField( ... State_Chm%<span style="color:red">pHCloud</span>,  ...  )
+
 
+
<blockquote>Should be:</blockquote>
+
 
+
      CALL Register_ChmField( ... State_Chm%<span style="color:green">SSAlk</span>, ... )
+
 
+
Upon fixing this issue, the [[GCST]] discovered that the <tt>State_Chm%SSAlk</tt> array cannot be registered as a single array because it is dimensioned as <tt>(IIPAR,JJPAR,LLPAR,2)</tt>.  When registering quantities, the 4th dimension is always interpreted as the number of chemical species.  Therefore, registering <tt>State_Chm%SSAlk</tt> in this way caused an error.
+
 
+
The solution is to register the two dimensions of <tt>State_Chm%SSAlk</tt> separately:
+
 
+
#<tt>SSAlkAccum</tt> points to <tt>State_Chm%SSAlk(:,:,:,1)</tt>
+
#<tt>SSAlkCoarse</tt> points to <tt>State_Chm%SSAlk(:,:,:,2)</tt>
+
 
+
This update will require you to list <tt>Chem_SSAlkAccum</tt> and <tt>Chem_SSAlkCoarse</tt> as requested diagnostics instead of the single field <tt>Chem_SSAlk</tt> in the <tt>HISTORY.rc</tt> file ( which specifies input options for netCDF diagnostics).
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:33, 23 August 2018 (UTC)
+
 
+
=== Fixes for compilation issues ===
+
 
+
We have added several fixes for issues encountered during GEOS-Chem compilation:
+
 
+
#[[GEOS-Chem_Makefile_Structure#Add a more robust test for netCDF-Fortran in Makefile_header.mk|Add a more robust test for netCDF-Fortran in Makefile_header.mk]]
+
#[[GNU_Fortran_compiler#Compiliation_issues_with_GNU_Fortran_8.2.0|Fixes for compilation issues encountered with GNU Fortran 8.2.0]]
+
#[[Intel_Fortran_Compiler#Compilation_issues_with_Intel_Fortran_18|Fixes for compilation issues encountered with Intel Fortran 18]]
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:26, 22 August 2018 (UTC)
+
 
+
=== Fix mis-indexing in the ND05 diagnostic ===
+
 
+
<span style="color:green">'''''This update was included in [[GEOS-Chem 12#12.0.1|GEOS-Chem 12.0.1]], which was released on 24 Aug 2018.'''''</span>
+
 
+
For a complete description of this issue, please see [[Sulfate aerosols#Fix mis-indexing in the ND05 diagnostic|this post on our ''Sulfate aerosols'' wiki page]].
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:18, 22 August 2018 (UTC)
+
 
+
=== Bug fix for HEMCO soil NOx error with ifort 17 ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
For complete information about this issue and how it was resolved, please see [[Implementation_of_HEMCO_in_GEOS-Chem#Bug_fix_for_HEMCO_soil_NOx_error_with_ifort_17|this post on our ''Implementation of HEMCO in GEOS-Chem'' wiki page.]].
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 13:54, 27 June 2018 (UTC)
+
 
+
=== FlexChem bug fix: do not zero ACTA, EOH, HCOOH ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
For complete information about this bug and how it was fixed, please see [[FlexChem#FlexChem_bug_fix:_do_not_zero_ACTA.2C_EOH.2C_HCOOH|this post on our ''FlexChem'' wiki page]].
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:42, 27 June 2018 (UTC)
+
 
+
=== Avoid double counting CEDS and GEIA NH3 biofuel emissions ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
'''''[[User:emarais|Eloise Marais]] wrote:'''''
+
 
+
<blockquote>If CEDS includes NH3 emissions, then this will be double counting. I recommend using CEDS, as GEIA is very out of date (1998 according to the HEMCO configuration file I have).</blockquote>
+
 
+
'''''Daniel Jacob replied:'''''
+
 
+
<blockquote>We should use the GEIA NH3 natural emission inventory (1&deg; x 1&deg; file from Eleanor Morris) but not the GEIA NH3 biofuel inventory.</blockquote>
+
 
+
'''''UPDATE 29 Jun 2018:'''''
+
 
+
We discovered that HEMCO's default behavior is to ignore the GEIA NH3 anthro and biofuel emissions if CEDS is turned on.  This is shown in the <tt>HEMCO.log</tt> file when <tt>VERBOSE = 3</tt>:
+
 
+
  Register_Base: Checking GEIA_NH3_ANTH
+
HEMCO: Entering Get_targetID (hco_config_mod.F90) ( 4)
+
  Skip container GEIA_NH3_ANTH because of CEDS_NH3_WST
+
. . .
+
  Register_Base: Checking GEIA_NH3_BIOF
+
HEMCO: Entering Get_targetID (hco_config_mod.F90) ( 4)
+
  Skip container GEIA_NH3_BIOF because of CEDS_NH3_WST_Cat00002
+
 
+
But for the sake of clarity, we will modify the <tt>HEMCO_Config.rc</tt> files to explicitly request this behavior:
+
 
+
<span style="color:green">(((.not.CEDS.or.EDGARv43</span>
+
+
# GEIA NH3 anthro (skip if CEDS or EDGARv43 is on)
+
0 GEIA_NH3_ANTH $ROOT/NH3/v2014-07/NH3_geos.4x5.nc        NH3_ANTH    1990/1-12/1/0 C xy  kg/m2/s NH3 - 1 1
+
+
# GEIA NH3 biofuel (skip if CEDS or EDGARv43 is on)
+
(((BIOFUEL
+
0 GEIA_NH3_BIOF $ROOT/NH3/v2014-07/NH3_biofuel.geos.1x1.nc NH3_BIOFUEL  1998/1-12/1/0 C xy  kg/m2/s NH3 - 2 1
+
)))BIOFUEL
+
+
<span style="color:green">))).not.CEDS.or.EDGARv43</span>
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 21:02, 29 June 2018 (UTC)
+
 
+
=== Fix bug in ARCTAS_SHIP_SO2 scale factors ===
+
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
For a complete description of this issue and how it was resolved, please see [[Ship_emissions#Fix_bug_in_ARCTAS_SHIP_SO2_scale_factors|this post on our ''Ship Emissions'' wiki page]].
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:54, 3 July 2018 (UTC)
+
 
+
=== Fix issues in complexSOA and complexSOA_SVPOA restart files ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
'''''[[User:emarais|Eloise Marais]] wrote:'''''
+
 
+
<blockquote>I just wanted to draw your attention to a few issues with the restart files provided on the ftp site (http://ftp.as.harvard.edu/gcgrid/data/ExtData/SPC_RESTARTS/). The complexSOA and complexSOA_SVPOA restart files (4&deg; x 5&deg; and 2&deg; x 2.5&deg;) both have a species entry for IEPOX and also IEPOXD, IEPOXB, and IEPOXA, but should only have the latter 3. This is the same for RIP. The number of species in the 4&deg; x 5&deg; and 2&deg; x 2.5&deg; files for complexSOA is also different.</blockquote>
+
 
+
To fix these issues, we have generated new restart files for the complexSOA and complexSOA_SVPOA simulations.  You can download these to your <tt>SPC_RESTARTS</tt> folder with the following commands:
+
 
+
<nowiki> wget "ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/SPC_RESTARTS/initial_GEOSChem_rst.2x25_complexSOA.nc"
+
wget "ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/SPC_RESTARTS/initial_GEOSChem_rst.2x25_complexSOA_SVPOA.nc"
+
wget "ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/SPC_RESTARTS/initial_GEOSChem_rst.4x5_complexSOA.nc"
+
wget "ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/SPC_RESTARTS/initial_GEOSChem_rst.4x5_complexSOA_SVPOA.nc"</nowiki>
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 18:01, 5 July 2018 (UTC)
+
 
+
=== Bug fix for reference time in netCDF diagnostic files ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
'''''Maria Zatko wrote:'''''
+
 
+
<blockquote>For the sake of run time, we would like to run GEOS-Chem with the old (15/30 minute timesteps) instead of the recommended timesteps (10/20 minutes). I noticed that the output netcdf files have different timestamps depending on the timestep (e.g., 10/20 minutes, 15/30 minutes) used.
+
 
+
For example, when 10/20 minute timesteps are used, the time units in the following netcdf output files range from 0 to 23 UTC:</blockquote>
+
 
+
      GEOSChem3hrInst.SpeciesConcWithMet.20150701_0000z.nc4 (file size: 4.6 GB)
+
      GEOSChem3hrInst.SpeciesConcWithMet.20150702_0000z.nc4 (file size: 5.3 GB)
+
      time:units = "minutes since 2015-07-01 00:00:00 UTC"
+
 
+
<blockquote>When 15/30 minute timesteps are used, the time units in the following output files include hour 24:</blockquote>
+
 
+
      GEOSChem3hrInst.SpeciesConcWithMet.20150701_0000z.nc4 (file size: 4.6 GB)
+
      GEOSChem3hrInst.SpeciesConcWithMet.20150701_2400z.nc4 (file size: 5.3 GB)
+
      GEOSChem3hrInst.SpeciesConcWithMet.20150702_2400z.nc4 (file size: 5.3 GB)
+
      time:units = "minutes since 2015-07-01 24:00:00 UTC"
+
 
+
I wanted to check in to see if others have run into this issue as well.
+
 
+
'''''[[User:Bmy|Bob Yantosca]] replied:'''''
+
 
+
<blockquote>This issue is caused by floating-point roundoff error in converting from the Julian date to the calendar date.  I have created a more robust fix for this issue, which now computes the correct netCDF file reference time independent of the model "heartbeat" timestep.
+
 
+
To apply the fix:
+
 
+
#Copy the patch file <tt>ftp://ftp.as.harvard.edu/pub/exchange/bmy/nc_ref_time_fix.txt</tt> to your computational server.
+
#Change to your [[GEOS-Chem v11-02#GEOS-Chem v11-02 release candidate|GEOS-Chem v11-02 release candidate]] code directory and check out the "master" branch.
+
#Type: <tt>git am < nc_ref_time_fix.txt</tt>
+
 
+
The fix will be standardized in the GEOS-Chem 12.0.0 release.</blockquote>
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:10, 12 July 2018 (UTC)
+
 
+
=== Bug fix for CH4 boundary conditions ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
'''''Lee Murray wrote:'''''
+
 
+
<blockquote>I’ve been testing the release candidate, and believe that we need to change the default input.geos options for the Standard and Benchmark simulations in the unit tester to :</blockquote>
+
+
    %%% EMISSIONS MENU %%%  :
+
    Turn on emissions?     : T 
+
    HEMCO Input file        : HEMCO_Config.rc
+
      => 1ppt MBL BRO Sim.?  : F
+
    Switches for UCX        :---
+
      => Use CH4 emissions?  : F
+
      => Turn on surface BCs :---
+
        <span style="color:red">'''=> CH4?            : F'''</span>
+
        => OCS?            : T
+
        => CFCs?            : T
+
        => Cl species?      : T
+
        => Br species?      : F
+
        => N2O?            : T
+
      => Set initial glob MRs:---
+
        => strat. H2O?      : T
+
      => CFC emission year  : 0
+
 
+
<blockquote>By default in the unit tester, => CH4 is still enabled.  This appears to set up conflict between the older UCX surface layer and the newer HEMCO methane PBL boundary conditions, causing air to be a mix of preindustrial and present-day values (see below for Jul 1, 2013 surface methane in a benchmark run).  Setting it to F and/or removing LCH4SBC causes the methane to behave as expected, i.e., being set by HEMCO in all simulations, with the expected spatial pattern.
+
 
+
Also, we can slate <tt>Online CH4 chemistry?  : T</tt> in the Chemistry Menu and <tt>Input_Opt%LCH4CHEM</tt> for future removal, as it no longer does anything.</blockquote>
+
+
--[[User:Melissa Payer|Melissa Sulprizio]] ([[User talk:Melissa Payer|talk]]) 18:16, 16 July 2018 (UTC)
+
 
+
=== Fixed typo in call to GAMMA_HOBr_AER ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
'''''Xuan Wang wrote:'''''
+
 
+
<blockquote>When looking back at the standard GC codes of v11-02d, I found a bug in the function <tt>HETHOBr_SS_JS</tt> (in module <tt>KPP/Standard/gckpp_HetRates.F90</tt>).  When calling the gamma calculation, in v11-02d, around line 3514, we have:</blockquote>
+
 
+
      CALL Gamma_HOBr_AER(rAer, denAir, <span style="color:red">2</span>, TK, clConc, brConc, &
+
                          hConc, GAM_HOBr, r_gp)
+
 
+
<blockquote>This will cause both HOBr+Cl- (<tt>X=1</tt>) and HOBr+Br- (<tt>X=2</tt>) on sea salt use the gamma of HOBr + Br- (<tt>X=2</tt>).
+
 
+
It should be:</blockquote>
+
 
+
      CALL Gamma_HOBr_AER(rAer, denAir, <span style="color:green">X</span>, TK, clConc, brConc, &
+
                          hConc, GAM_HOBr, r_gp)
+
 
+
<blockquote>It looks like a typo which could lead to quite different result for halogen chemistry.</blockquote>
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 20:26, 17 July 2018 (UTC)
+
 
+
=== Bug fix for liquid water content in gckpp_HetRates.F90 ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
'''''Jiayue Huang wrote:'''''
+
 
+
<blockquote>Qianjie Chen and I think that there is potential a bug in <tt>KPP/Standard/gckpp_HetRates.F90</tt> for halogen chemistry in the model v11-02d/e/f.
+
 
+
In the original code, we were using the grid-box average liquid water content, which likely underestimates the in-cloud Br- and Cl- concentration. So we think that we should change it to in-cloud liquid water content by dividing the cloud fraction. This results in increases the S(IV)+Br reaction in cloud, and thus reduces the BrO abundance, mainly in the 30-90N region.
+
 
+
This bug fix is to use cloud fraction when calculating liquid water content [cm3 H2O/cm3 air] in routine <tt>GET_HALIDE_CLDConc</tt>, which is used to calculate the in-cloud concentrations of Br- and Cl-.</blockquote>
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:48, 20 July 2018 (UTC)
+
 
+
=== Add PH2O2 to the default list of prod/loss families in the KPP mechanisms ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
The P(H2O2) field is required as input in the aerosol-only simulations. To simplify saving out new oxidant fields, we now include P(H2O2) by default in the prod/loss families so that it is saved out when users turn on the prod/loss diagnostic in either bpch or netCDF format.
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:16, 20 July 2018 (UTC)
+
 
+
=== Fixed typo that prevented PM2.5 from being archived to netCDF output ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
In routine <tt>Set_AerMass_Diagnostic</tt> of module <tt>GeosCore/diagnostics_mod.F90</tt>, there was a typo in the IF block where the PM2.5 diagnostic values get copied into <tt>State_Diag%PM25</tt>.  The code in <span style="color:red">RED</span> below:
+
 
+
        IF ( <span style="color:red">Archive_BetaNO</span> ) THEN
+
          State_Diag%PM25(I,J,L)            = ...etc...
+
 
+
needs to be replaced by the code in <span style="color:green">GREEN</span>:
+
 
+
        IF ( <span style="color:green">Archive_PM25</span> ) THEN
+
          State_Diag%PM25(I,J,L)            = ...etc...
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 20:33, 24 July 2018 (UTC)
+
 
+
=== Add entries to HEMCO_Config.rc for SOAP and pFe in CEDS inventory ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
The CEDS emissions entries in HEMCO_Config.rc were missing for species SOAP and pFe. To fix this, add the following lines in <span style="color:green">GREEN</span>:
+
 
+
0 CEDS_CO_AGR    $ROOT/CEDS/v2018-04/CO-em-anthro_CMIP_CEDS_195001-201412.nc            CO_agr            1950-2014/1-12/1/0 C xy kg/m2/s CO    26    1/2/12 5
+
<span style="color:green">0 CEDS_SOAP_AGR  -                                                                      -                -                  - -  -      SOAP  26/280 1/2/12 5</span>
+
0 CEDS_CO_ENE    $ROOT/CEDS/v2018-04/CO-em-anthro_CMIP_CEDS_195001-201412.nc            CO_ene            1950-2014/1-12/1/0 C xy kg/m2/s CO    26    1/2/12 5
+
<span style="color:green">0 CEDS_SOAP_ENE  -                                                                      -                -                  - -  -      SOAP  26/280 1/2/12 5</span>
+
0 CEDS_CO_IND    $ROOT/CEDS/v2018-04/CO-em-anthro_CMIP_CEDS_195001-201412.nc            CO_ind            1950-2014/1-12/1/0 C xy kg/m2/s CO    26    1/2/12 5
+
<span style="color:green">0 CEDS_SOAP_IND  -                                                                      -                -                  - -  -      SOAP  26/280 1/2/12 5</span>
+
0 CEDS_CO_TRA    $ROOT/CEDS/v2018-04/CO-em-anthro_CMIP_CEDS_195001-201412.nc            CO_tra            1950-2014/1-12/1/0 C xy kg/m2/s CO    26    1/2/12 5
+
<span style="color:green">0 CEDS_SOAP_TRA  -                                                                      -                -                  - -  -      SOAP  26/280 1/2/12 5</span>
+
0 CEDS_CO_SLV    $ROOT/CEDS/v2018-04/CO-em-anthro_CMIP_CEDS_195001-201412.nc            CO_slv            1950-2014/1-12/1/0 C xy kg/m2/s CO    26    1/2/12 5
+
<span style="color:green">0 CEDS_SOAP_SLV  -                                                                      -                -                  - -  -      SOAP  26/280 1/2/12 5</span>
+
0 CEDS_CO_WST    $ROOT/CEDS/v2018-04/CO-em-anthro_CMIP_CEDS_195001-201412.nc            CO_wst            1950-2014/1-12/1/0 C xy kg/m2/s CO    26    1/2/12 5
+
<span style="color:green">0 CEDS_SOAP_WST  -                                                                      -                -                  - -  -      SOAP  26/280 1/2/12 5</span>
+
0 CEDS_SO2_AGR    $ROOT/CEDS/v2018-04/SO2-em-anthro_CMIP_CEDS_195001-201412.nc          SO2_agr          1950-2014/1-12/1/0 C xy kg/m2/s SO2  -      1/2/12 5
+
0 CEDS_SO4_AGR    -                                                                      -                -                  - -  -      SO4  63    1/2/12 5
+
<span style="color:green">0 CEDS_pFe_AGR    -                                                                      -                -                  - -  -      pFe  66    1/2/12 5</span>
+
0 CEDS_SO2_ENE    $ROOT/CEDS/v2018-04/SO2-em-anthro_CMIP_CEDS_195001-201412.nc          SO2_ene          1950-2014/1-12/1/0 C xy kg/m2/s SO2  -      1/2/12 5
+
0 CEDS_SO4_ENE    -                                                                      -                -                  - -  -      SO4  63    1/2/12 5
+
<span style="color:green">0 CEDS_pFe_ENE    -                                                                      -                -                  - -  -      pFe  66    1/2/12 5</span>
+
0 CEDS_SO2_IND    $ROOT/CEDS/v2018-04/SO2-em-anthro_CMIP_CEDS_195001-201412.nc          SO2_ind          1950-2014/1-12/1/0 C xy kg/m2/s SO2  -      1/2/12 5
+
0 CEDS_SO4_IND    -                                                                      -                -                  - -  -      SO4  63    1/2/12 5
+
<span style="color:green">0 CEDS_pFe_IND    -                                                                      -                -                  - -  -      pFe  66    1/2/12 5</span>
+
0 CEDS_SO2_TRA    $ROOT/CEDS/v2018-04/SO2-em-anthro_CMIP_CEDS_195001-201412.nc          SO2_tra          1950-2014/1-12/1/0 C xy kg/m2/s SO2  -      1/2/12 5
+
0 CEDS_SO4_TRA    -                                                                      -                -                  - -  -      SO4  63    1/2/12 5
+
<span style="color:green">0 CEDS_pFe_TRA    -                                                                      -                -                  - -  -      pFe  66    1/2/12 5</span>
+
0 CEDS_SO2_SLV    $ROOT/CEDS/v2018-04/SO2-em-anthro_CMIP_CEDS_195001-201412.nc          SO2_slv          1950-2014/1-12/1/0 C xy kg/m2/s SO2  -      1/2/12 5
+
0 CEDS_SO4_SLV    -                                                                      -                -                  - -  -      SO4  63    1/2/12 5
+
<span style="color:green">0 CEDS_pFe_SLV    -                                                                      -                -                  - -  -      pFe  66    1/2/12 5</span>
+
0 CEDS_SO2_WST    $ROOT/CEDS/v2018-04/SO2-em-anthro_CMIP_CEDS_195001-201412.nc          SO2_wst          1950-2014/1-12/1/0 C xy kg/m2/s SO2  -      1/2/12 5
+
0 CEDS_SO4_WST    -                                                                      -                -                  - -  -      SO4  63    1/2/12 5
+
<span style="color:green">0 CEDS_pFe_WST    -                                                                      -                -                  - -  -      pFe  66    1/2/12 5</span>
+
 
+
--[[User:Melissa Payer|Melissa Sulprizio]] ([[User talk:Melissa Payer|talk]]) 16:07, 27 July 2018 (UTC)
+
 
+
=== Remove duplicate C3HI spectrum in FJX_spec.dat and FJX_j2j.dat ===
+
 
+
<span style="color:green">'''''This fix was included in [[GEOS-Chem 12#12.0.0|GEOS-Chem 12.0.0]].'''''</span>
+
 
+
'''''Tomas Sherwen wrote:'''''
+
 
+
:I've just found that both FJX_spec.dat the redundant CH3I spectrum and the new spectrum are both present in FJX_spec.dat and FJX_j2j.dat (in v12.0.0). This will have been due to the spectrum in my branch being under the species alias of "CH3IT" to preserve (and ignore) the use of "CH3I" in the namespace of the code for the existing methyl iodide simulation when the iodine simulation was developed. The "CH3IT" variables were replaced "CH3I" in the v11-1-Patches branches with halogen chemistry provided to GCST, but the existing methyl iodide simulation variable was not removed. There are no double ups in the KPP mechanism itself.
+
 
+
:Please remove lines 276-281 in FJX_spec.dat (copied below).
+
 
+
    "
+
    CH3I 243 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 J10
+
              3.958E-20 4.769E-20 8.257E-19 2.154E-19 7.349E-20 3.351E-20
+
              1.034E-20 4.435E-21 2.272E-21 4.393E-22 4.052E-24 0.000E+00
+
    CH3I 300 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 0.000E+00 J10
+
              3.958E-20 4.769E-20 8.376E-19 2.438E-19 9.355E-20 4.680E-20
+
              1.529E-20 6.532E-21 3.328E-21 6.783E-22 1.038E-23 0.000E+00
+
    "
+
 
+
:Please also remove the line 124 in FJX_j2j.dat (copied below).
+
 
+
    "
+
      123 CH3I PHOTON I PRODUCTS 1.000 /CH3I /
+
    "
+
 
+
--[[User:Melissa Payer|Melissa Sulprizio]] ([[User talk:Melissa Payer|talk]]) 17:44, 27 July 2018 (UTC)
+
  
 
== Outstanding issues not yet resolved in GEOS-Chem 12 ==
 
== Outstanding issues not yet resolved in GEOS-Chem 12 ==
  
=== GCHP silent bug when using gfortran compiler: Olson land map read as all zeros ===
+
Unresolved issues are listed on the following Github pages:
 
+
*[https://github.com/geoschem/geos-chem/issues GEOS-Chem open issues]
This error is known to occur with [[GEOS-Chem 12#12.1.0|GEOS-Chem 12.1.0]] and previous versions.  It is currently unresolved.
+
*[https://github.com/geoschem/gchp GCHP open issues]
 
+
--[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 20:58, 4 January 2019 (UTC)
+
 
+
=== Error reading restart file when using a fixed emissions year in HEMCO ===
+
 
+
This error is known to occur with [[GEOS-Chem 12#12.1.0|GEOS-Chem 12.1.0]] and higher versions.  It is currently unresolved.
+
 
+
'''''Anthony Y.H. Wong wrote:'''''
+
 
+
<blockquote>I use the v12.1.0 to run tropchem simulations that have to fix emission year. I used</blockquote>
+
 
+
      Emission year: 2016
+
 
+
<blockquote>in my <tt>HEMCO_Config.rc</tt> file.  The error message in HEMCO reads:</blockquote>
+
+
[[Image:Hemco_restart_error_fixed_emission_year_gc12.png]]
+
+
<blockquote>Once I deleted the line in HEMCO_Config.rc that specifies emission year, the model runs normally. That "1713" is apparently the source of the problem. Perhaps when GC restart files is read from HEMCO, somehow the emission time confuses the real time steps. Is there any solution to this problem?</blockquote>
+
 
+
'''''[[User:Melissa Payer|Melissa Sulprizio]] wrote:'''''
+
 
+
<blockquote>I think I may have found the problem. As you indicated, you have set a fixed emissions year in your HEMCO configuration file.  This will change the year for any file read in via HEMCO to the specified year. However, your restart file and the met fields that you want to use for your simulation are for July 2016.
+
 
+
As a temporary fix, you can remove the <tt>$YYYY</tt> tokens from the <tt>GC_RESTART</tt> entries and the met field entries in <tt>HEMCO_Config.rc</tt> and manually set it to the year of your restart file (which is 2016).
+
 
+
We will need to think of a more elegant solution in HEMCO for this issue.</blockquote>
+
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 19:23, 20 December 2018 (UTC)
+
 
+
=== Inconsistency in H2402 concentrations in GCHP vs GEOS-Chem Classic ===
+
 
+
We have discovered an inconsistency with the concentrations of the halogen species H2402 (chemical formula: C<sub>2</sub>Br<sub>2</sub>F<sub>4</sub>) between GEOS-Chem "Classic" and [[GCHP]].  This inconsistency appears as the large fractional difference above ~50 km in the lower-right frame of the plot below.
+
 
+
[[Image:H2402_issue.png]]
+
 
+
We have traced this issue to the fact that surface boundary conditions for H2402 used by GCHP differ from those used by GEOS-Chem "Classic", and also that the boundary conditions in GEOS-Chem "Classic" are read in improperly.  A fix will be made in an upcoming GEOS-Chem version.
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 20:10, 7 December 2018 (UTC)
+
 
+
=== RRTMG does not compile with GNU Fortran ===
+
 
+
For a complete description of this issue, please see [[Coupling_GEOS-Chem_with_RRTMG#RRTMG_does_not_compile_with_GNU_Fortran|this post on our ''Coupling GEOS-Chem with RRTMG'' wiki page]].
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 18:55, 3 August 2018 (UTC)
+
 
+
=== TOMAS40 simulations exit with a floating-point exception ===
+
 
+
We were unit testing the TOMAS40 code in the [[GEOS-Chem v11-02#GEOS-Chem v11-02-release-candidate|GEOS-Chem v11-02-release-candidate]] (soon to be finalized as 12.0.0) with the debugging flags:
+
 
+
make –j8 DEBUG=y BOUNDS=y FPEX=y NO_ISO=y ut &
+
 
+
which revealed a a NaN error. This was thrown at <span style="color:red">line 903</span> of <tt>GeosCore/tomas_mod.F</tt>:
+
 
+
            ERR_VAR = 'Gcout'
+
            ERR_MSG = 'After COND_NUC'
+
            ! check for NaN and Inf (win, 10/4/08)
+
            do jc = 1, icomp-1
+
                ERR_IND(1) = I
+
                ERR_IND(2) = J
+
                ERR_IND(3) = L
+
                ERR_IND(4) = 0
+
                <span style="color:red">call check_value( Gcout(jc), ERR_IND, ERR_VAR, ERR_MSG )</span>
+
+
!              if( IT_IS_FINITE(Gcout(jc))) then
+
!                  print *,'xxxxxxxxx Found Inf in Gcout xxxxxxxxxxxxxx'
+
!                  print *,'Location ',I,J,L, 'comp',jc
+
!                  call debugprint( Nkout, Mkout, i,j,l,'After COND_NUC')
+
!                  stop
+
!              endif
+
            enddo
+
 
+
This error might be caused by the several chemistry and emissions updates that have been added to GEOS-Chem.  The GEOS-Chem Support Team has referred the error to the TOMAS development team, who will be investigating further.
+
 
+
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:56, 6 August 2018 (UTC)
+
 
+
=== TOMAS simulations cannot use netCDF diagnostics ===
+
  
The TOMAS simulations depend on many of the [[List of diagnostics archived to bpch format|"binary punch" (aka "bpch") diagnostics]].  As of this time, we have not yet been able to convert these to the new [[List of diagnostics archived to netCDF format|netCDF diagnostics]].  Therefore, as of GEOS-Chem 12.0.0, all TOMAS simulations must use the binary punch diagnostic option (which is turned ON by default at compile time).  If you try to compile a TOMAS simulation with netCDF diagnostics (i.e. with makefile option <tt>NC_DIAG=y</tt>), then a compile-time error will be generated.
+
------------------------
  
--[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 15:28, 9 August 2018 (UTC)
+
'''''[[Main_Page|GEOS-Chem Main Page]] | [[GCHP_Main_Page|GCHP Main Page]]'''''

Latest revision as of 21:13, 21 June 2021

GEOS-Chem Main Page | GCHP Main Page

Version history summary

Past releases Future releases

The sections below describe each GEOS-Chem feature version and GEOS-Chem bug fix patch version belonging to the GEOS-Chem 12 series. Each feature version carries the tag 12.Y.0, which indicates that the version will be (or has been) validated with a 1-month benchmark simulation (and one or more 1-year benchmark simulations if necessary). Each patch version carries the tag 12.Y.Z, which denotes that the version preserves backwards-compatibility with the prior feature version 12.Y.0. For more information, please see our GEOS-Chem version numbering system wiki page.

Several GEOS-Chem updates have been proposed by the relevant Working Groups, but have not yet been assigned to a specific GEOS-Chem version. For a complete list of these updates, please visit our GEOS-Chem model development priorities wiki page.

Previously released stable versions

We list below past releases of GEOS-Chem. But we recommend that you always download the current stable version listed above when starting a new research project. That version corresponds to the main branch of the GEOS-Chem source code repository on Github.

Each released version of GEOS-Chem will be assigned a unique Digital Object Identifier (DOI). This will allow you to cite each GEOS-Chem version in publications. We also have obtained a "Concept DOI", which will always point to the current stable version of GEOS-Chem: DOI 10.5281/zenodo.1343546. This can be convenient if you wish to cite GEOS-Chem without making reference to a particular version.

12.9.3

This version contains additional fixes for bugs and technical issues discovered after the release of 12.9.2.

This version was released on 06 Aug 2020.

DOI: 10.5281/zenodo.3959279

This version contains additional fixes for bugs and technical issues discovered during the 12.9.0 benchmarking process.

You can use the following Git commands to download the GEOS-Chem 12.9.2 source code and GEOS-Chem Unit Tester package.

NOTE: In GEOS-Chem 13.0.0 and later versions, run directory generation will be moved to the GEOS-Chem source code repository. The Unit Tester repository will be retired.
 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.9.3
 cd Code.12.9.3
 
 # Create and checkout a new branch "GC_12.9.3" at the tag "12.9.3"
 git checkout -b GC_12.9.3 12.9.3
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.9.3" at the tag "12.9.3"
 git checkout -b GC_12.9.3 12.9.3
Feature Submitted by Type Notes and References
Updates that WILL NOT AFFECT the full-chemistry simulation
Fix to make HEMCO properly read vertical coordinates for data on arbitrary vertical grids Lyssa Freese (MIT)
Haipeng Lin (Harvard)
Bob Yantosca (GCST)
Bug fix
  • This bug does not affect any data files used by the benchmark simulation.
Bug fix for planeflight diagnostic: Change parameter definition MAXAN=15 to MAXAN=20 Paolo Sebastianelli (Wollongong)
Bob Yantosca (GCST)
Bug fix
Fix additional typos in GEOS-Chem species database Thibaud Fritz (MIT)
Bob Yantosca (GCST)
Bug fix
  • Typos were in species used by the specialty simulations or in the complexSOA_SVPOA simulation. None of the affected species were used by the standard or benchmark simulations.

12.9.2

This version was released on 24 Jul 2020.

DOI: 10.5281/zenodo.3959279

This version contains additional fixes for bugs and technical issues discovered during the 12.9.0 benchmarking process.

You can use the following Git commands to download the GEOS-Chem 12.9.2 source code and GEOS-Chem Unit Tester package.

NOTE: In GEOS-Chem 13.0.0 and later versions, run directory generation will be moved to the GEOS-Chem source code repository. The Unit Tester repository will be retired.
 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.9.2
 cd Code.12.9.2
 
 # Create and checkout a new branch "GC_12.9.2" at the tag "12.9.2"
 git checkout -b GC_12.9.2 12.9.2
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.9.2" at the tag "12.9.2"
 git checkout -b GC_12.9.2+GFAS_fix 12.9.2
Feature Submitted by Type Notes and References
Updates that WILL NOT AFFECT the full-chemistry simulation
Bug fixes for the CO2 and tagged CO2 simulations:
  1. Fix for inconsistent tagged CO2 species names
  2. Fix for reading A3dyn met fields in the default HEMCO_Config.rc file for CO2 simulations
Monika Szelag (Finnish Met. Inst.)
Xuyan Yue (U. New South Wales)
Bob Yantosca (GCST)
Bug fix
Add OPOA to PM2.5 definition in complexSOA_SVPOA simulations Maggie Marvin (Edinburgh)
Aerosols Working Group
Bob Yantosca (GCST)
Bug fix
  • This will not affect Standard or Benchmark simulations, only complexSOA with SVPOA.
Bug fix for dry-run issues in 12.9.0+ Lee Murray (Rochester)
Bob Yantosca (GCST)
Bug fix
Prevent negative values in the computation of FNO_NOx in PARANOX Tina Liu (Harvard)
Eimy Bonilla (Harvard)
Bob Yantosca (GCST)
Bug fix
  • NOTE: This issue seems to only arise at fine grid resolutions, such as the 0.5° x 0.625° nested grid simulations.

--Bob Yantosca (talk) 16:21, 24 July 2020 (UTC)

12.9.1

This version was released on 17 Jul 2020.

DOI: 10.5281/zenodo.3950473

You can use the following Git commands to download the GEOS-Chem 12.9.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.9.1
 cd Code.12.9.1
 
 # Create and checkout a new branch "GC_12.9.1" at the tag "12.9.1"
 git checkout -b GC_12.9.1 12.9.1
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.9.1" at the tag "12.9.1"
 git checkout -b GC_12.9.1 12.9.1

Important: Make sure you also download the new data directories for this version and for version 12.9.0.

This version contains fixes for bugs and technical issues discovered during the 12.9.0 benchmarking process.

Feature Submitted by Type Notes and References
Updates that WILL NOT AFFECT the full-chemistry simulation
Bug fix: Fixed a lingering issue that caused the GEOS-Chem dry-run not to recognize missing files Bob Yantosca (GCST) Bug fix
Fix run-time error when optional Luo wet deposition scheme is turned on Lizzie Lundgren (GCST) Bug fix
Fixes for interpolating RCP emissions data via HEMCO Jenny Fisher (Wollongong)
Melissa Sulprizio (GCST)
Bob Yantosca (GCST)
Bug fix
  • The RCP emissions are turned off by default in the full-chemistry simulations. This update will not affect benchmark results.

New data directories in 12.9.1

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
RCP OPTIONAL Fixes for interpolating RCP emissions data via HEMCO HEMCO/RCP/v2020-07/


12.9.0

This version was released on 17 Jul 2020.

DOI: 10.5281/zenodo.3950327

You can use the following Git commands to download the GEOS-Chem 12.9.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.9.0
 cd Code.12.9.0
 
 # Create and checkout a new branch "GC_12.9.0" at the tag "12.9.0"
 git checkout -b GC_12.9.0 12.9.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.9.0" at the tag "12.9.0"
 git checkout -b GC_12.9.0 12.9.0

Important: Make sure you also download the new data directories for this version.

Please see the following links for complete information about the validation of GEOS-Chem 12.9.0:

  1. 1-month benchmark for GEOS-Chem Classic
  2. 1-month benchmark for GCHP
  3. 1-year full-chemistry benchmark for GEOS-Chem Classic
Feature Submitted by Type Notes and References
Updates that WILL AFFECT the full-chemistry simulation
Updated halogen chemistry Xuan Wang (Harvard) Science
Improved cloudwater pH Viral Shah (Harvard)
Jonathan Moch (Harvard)
Science
Update offline lightning data through Dec 2019 Lee Murray (Rochester) Science
Convert GEOS-Chem species database to YAML format, includes: Melissa Sulprizio (GCST)
Bob Yantosca (GCST)
Structural
Update GEOS-Chem core to apply masking and scaling to HEMCO inputs Lizzie Lundgren (GCST) Structural
  • Will introduce numerical noise differences due to precision change
Bug fix: Restore missing photolysis reactions from 12.8.0 and add an extra error check Melissa Sulprizio (GCST) Bug fix
Bug fix: remove inefficient code that was slowing down computation of heterogenous chemistry rates Bob Yantosca (GCST) Bug fix
  • Will introduce numerical differences due to removing inconsistently-defined parameters
Updates that WILL NOT AFFECT the full-chemistry simulation
Corrected issue in GEOS-Chem dry-run where some files were not being properly marked for download Bob Yantosca (GCST) Bug fix
Bug fixes for the ObsPack diagnostic: Bob Yantosca (GCST) Bug fix
Fixes for reading meteorology fields in HEMCO: Melissa Sulprizio (GCST) Bug fix
Restore missing metadata for satellite timeseries diagnostics Melissa Sulprizio (GCST) Bug fix
Fix bug compiling with Luo wet deposition scheme option Lizzie Lundgren (GCST) Bug fix
Updates that affect GCHP only
Fix bug where non-advected species not updated in restart file Sebastian Eastham (MIT) Bug fix

New data directories in 12.9.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
OFFLINE_LIGHTNING DEFAULT
(full-chemistry simulations)
Update offline lightning data through Dec 2019 HEMCO/OFFLINE_LIGHTNING/v2020-03/

12.8.2

This version was released on 27 May 2020.

DOI: 10.5281/zenodo.3860693

GEOS-Chem 12.8.2 contains minor fixes, as well as structural changes needed for WRF-GC development.

Feature Submitted by Type Notes and References
Updates that WILL NOT AFFECT the full-chemistry simulation
Bug fix: Set version numbers to 12.8.2 in CMakeLists.txt and gc_classic_version.H Bob Yantosca (GCST) Bug fix
Updates to facilitate WRF-GC development: Haipeng Lin (Harvard) Structural

12.8.1

This version was released on 21 May 2020.

DOI: 10.5281/zenodo.3837666

GEOS-Chem 12.8.1 fixes several issues that were discovered during and after the 12.8.0 benchmarking process.

You can use the following Git commands to download the GEOS-Chem 12.8.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.8.1
 cd Code.12.8.1
 
 # Create and checkout a new branch "GC_12.8.1" at the tag "12.8.1"
 git checkout -b GC_12.8.1 12.8.1
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.8.1" at the tag "12.8.1"
 git checkout -b GC_12.8.1 12.8.1

For GCHP users only: Make sure you also download the new data directories for this version.

Feature Submitted by Type Notes
Features NOT affecting the full-chemistry simulation:
Update the dry-run download data script to make files group-writeable Bob Yantosca (GCST) Bug fix
Add more timers for gas-phase chemistry Melissa Sulprizio (GCST) Structural
Reduce the amount of memory that GEOS-Chem dry-runs require Bob Yantosca (GCST) Bug fix
Add bounds-checking and floating point exceptions to CMake "Debug" target Melissa Sulprizio (GCST) Structural
Fix incorrect indexing for AOD diagnostics Melissa Sulprizio (GCST) Bug fix
Updates for GEOS-Chem "Classic" HISTORY diagnostics: Bob Yantosca (GCST) Bug fix
Allow for missing species in boundary conditions Melissa Sulprizio (GCST) Bug fix
Disable FlexGrid checks to allow for running with any horizontal or vertical grid Melissa Sulprizio (GCST) Bug fix
Fixes for WRF-GC and CESM-GC, including: Haipeng Lin (Harvard) Bug fix
Add fix for POPs emissions diagnostics Melissa Sulprizio (GCST) Bug fix
Avoid memory corruption bug in HEMCO when certain debug flags are on Sebastian Eastham (MIT) Bug fix
Fix bug causing seg fault when ConcAboveSfc diagnostic collection is on Lizzie Lundgren (Harvard) Bug fix
Fix bug causing crash if not starting on the first day and time of the month Lizzie Lundgren (Harvard) Bug fix
Features affecting GCHP only:
Fix incorrect GCHP config file entry for surf_iodide source file in 12.8.0 Lizzie Lundgren (Harvard) Bug fix
Avoid unexpected behavior if dynamic timestep is changed to non-default values Lizzie Lundgren (Harvard) Bug fix
Fix input data to avoid crashing in late Dec/early Jan if using offline biogenic VOCs Lizzie Lundgren (Harvard) Bug fix
  • See updated data directories section below
Add internal state met variables to benchmark and transport tracers simulations Lizzie Lundgren (Harvard) Output data
  • For use in benchmarking
Enable all budget diagnostics output in GCHP transport tracer simulation by default Lizzie Lundgren (Harvard) Output data
  • For use in benchmarking

New or updated data directories in 12.8.1

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
OFFLINE_BIOVOC Default Update time dimension attribute to reflect current day in late December and early January for all GEOS-FP and MERRA2 years. This update impacts only GCHP. HEMCO/OFFLINE_BIOVOC/v2019-10


12.8.0

This version was released on 04 May 2020.

DOI: 10.5281/zenodo.3784796

You can use the following Git commands to download the GEOS-Chem 12.8.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.8.0
 cd Code.12.8.0
 
 # Create and checkout a new branch "GC_12.8.0" at the tag "12.8.0"
 git checkout -b GC_12.8.0 12.8.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.8.0" at the tag "12.8.0"
 git checkout -b GC_12.8.0 12.8.0

Important: Make sure you also download the new data directories for this version.

Please see the following links for complete information about the validation of GEOS-Chem 12.8.0:

  1. 1-month benchmark for GEOS-Chem Classic
  2. 1-month benchmark for GCHP
  3. 1-year transport tracer benchmark for GEOS-Chem Classic
  4. 1-year full-chemistry benchmark for GEOS-Chem Classic
Feature Submitted by Type Notes and References
Features affecting the full-chemistry simulation:
Isoprene chemistry Kelvin Bates (Harvard) Science
Wet deposition parameterization Kelvin Bates (Harvard)
Sarah Safieddine (MIT)
Science
Ozone deposition to the ocean Ryan Pound (York)
Mat Evans (York)
Science
Use online DustDead, MEGAN, SeaSalt, and SoilNOx emissions for benchmark simulations Melissa Sulprizio (GCST) Science
Shift CMIP6 time from middle to start of month to allow start in January Lizzie Lundgren (GCST) Bug fix
Features NOT affecting the full-chemistry simulation:
GFED 4.1s beta emissions for 2017-2019 Maggie Marvin (U. Edinburgh) Science
Replace State_Chm%nAero with State_Chm%nAeroSpc and State_Chm%nAeroType Seb Eastham (MIT)
Bob Yantosca (GCST)
Structural
Convert all files in GeosCore, GeosUtil, and Headers to .F90 Melissa Sulprizio (GCST) Structural
Change GEOS-Chem timers from a CPP switch to an option in input.geos Melissa Sulprizio (GCST) Structural
Remove potential for surface CH4 retrieval error in SET_CH4 due to reliance on HEMCO emissions year Christoph Keller (GMAO) Bug fix
Features affecting GCHP only:
Fix leap year handling bug in GCHP multi-run script Lizzie Lundgren (Harvard) Bug Fix
Fix SH surface ozone bias Sebastian Eastham (MIT)
Lizzie Lundgren (Harvard)
Bug Fix

New data directories in 12.8.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
CMIP6 DEFAULT
(UCX-based simulations)
Shift time values from middle of month to start of month HEMCO/CMIP6/v2020-03
OCEAN_O3_DRYDEP DEFAULT Ozone deposition to the ocean HEMCO/OCEAN_O3_DRYDEP/v2020-02
GFED4 DEFAULT GFED 4.1s beta emissions for 2017-2019 (previous years are unchanged from GFED4/v2015-10) HEMCO/GFED4/v2020-02

12.7.2

This version was released on 09 Mar 2020.

DOI: 10.5281/zenodo.3701669

You can use the following Git commands to download the GEOS-Chem 12.7.2 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.7.2
 cd Code.12.7.2
 
 # Create and checkout a new branch "GC_12.7.2" at the tag "12.7.2"
 git checkout -b GC_12.7.2 12.7.2
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.7.2" at the tag "12.7.2"
 git checkout -b GC_12.7.2 12.7.2

Important: Make sure you also download the new data directories for this version.

This version fixed several minor issues identified during the 12.7.0 benchmarking process.

Feature Submitted by Type Notes and References
Features affecting the full-chemistry simulation:
Restrict wet scavenging to troposphere in Luo et al 2019 wetdep scheme
  • NOTE: The Luo et al 2019 wetdep scheme is turned OFF by default, but can be used for research purposes.
Gan Luo (Albany)
Transport Working Group
Bob Yantosca (GCST)
Bug fix
Bug fix for reading 3-hourly boundary condition files after hour 21 Melissa Sulprizio (GCST) Bug fix
Remove unused routines in regrid_a2a_mod.F90 Haipeng Lin (Harvard) Structural
Features affecting the GCHP only:
Fix pointer retrieval error in SET_CH4 introduced in 12.7.0 when running at c180+
  • NOTE: This also corrects a long-standing and previously unidentified issue when running with reduced timesteps
Lizzie Lundgren (GCST) Bug fix
Use new Ordonez files to avoid error in MAPL when running at c360 Lizzie Lundgren (GCST) Bug fix

New data directories in 12.7.2

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
IODINE Default (GCHP) Shifted latitude range HEMCO/IODINE/v2020-02

12.7.1

This version was released on 19 Feb 2020.

DOI: 10.5281/zenodo.3676008

You can use the following Git commands to download the GEOS-Chem 12.7.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.7.1
 cd Code.12.7.1
 
 # Create and checkout a new branch "GC_12.7.1" at the tag "12.7.1"
 git checkout -b GC_12.7.1 12.7.1
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.7.1" at the tag "12.7.1"
 git checkout -b GC_12.7.1 12.7.1

Important: Make sure you also download the new data directories for this version.

This version fixed several minor issues identified during the 12.7.0 benchmarking process.

Feature Submitted by Type Notes and References
Features NOT affecting the full-chemistry simulation:
Prevent excessive scavenging in the stratosphere in the Luo et al 2019 wet deposition scheme
  • The Luo wetdep scheme is turned off by default in the standard simulation.
  • Further fixes will be applied in 12.7.2.
Gan Luo (Albany)
Transport Working Group
Bob Yantosca (GCST)
Bug fix
Bug fixes for the TOMAS microphysics simulation Dana McGuffin (CMU)
Bob Yantosca (GCST)
Bug fix
Bug fix for ND51/ND51b satellite timeseries w/ nested-grid simulations Bob Yantosca (GCST) Bug fix
Bug fix in computation of AOD from isoprene SOA diagnostic Jun Meng (GCST)
Bob Yantosca (GCST)
Bug fix
Bug fixes for ObsPack diagnostic re: instantaneous sampling Charley Fite (FSU) Bug fix
Fix for segmentation fault when dry deposition is turned off Lizzie Lundgren (GCST) Bug fix
Fix WRF-GC SetGridFromCtrEdges interface Haipeng Lin (Harvard) Bug fix
Features only affecting GCHP:
Fix bug where GCHP 12.7.0 standard run failed if emissions turned off Lizzie Lundgren (GCST) Bug fix
https://github.com/geoschem/geos-chem/issues/227 Update MEGAN file used in GCHP 12.7.0 that caused run failure if using gfortran] Lizzie Lundgren (GCST) Bug fix
Add MODEL_GCHP (and MODEL_CLASSIC) as CPP options in GEOS-Chem Lizzie Lundgren (GCST) Structural

New data directories in 12.7.1

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
MEGAN Default (GCHP) Changed seconds string in time dimension units attribute from '0.0' to '00' HEMCO/MEGAN/v2020-02

12.7.0

This version was released on 03 Feb 2020.

DOI: 10.5281/zenodo.3634864

You can use the following Git commands to download the GEOS-Chem 12.7.0 source code and 12.7.0 GEOS-Chem Unit Tester package.

You can also use our GEOS-Chem 12.7.0 tutorial AMI to initialize your Amazon Web Services cloud instance with a pre-compiled GEOS-Chem 12.7.0 executable and all required software libraries. For more details, see our Quick Start Guide at cloud.geos-chem.org.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.7.0
 cd Code.12.7.0
 
 # Create and checkout a new branch "GC_12.7.0" at the tag "12.7.0"
 git checkout -b GC_12.7.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.7.0" at the tag "12.7.0"
 git checkout -b GC_12.7.0 12.7.0

Please see the following links for complete information about the validation of GEOS-Chem 12.7.0:

  1. 1-month benchmark for GEOS-Chem Classic
  2. 1-month benchmark for GCHP
  3. 1-year transport tracer benchmark for GEOS-Chem Classic
Feature Submitted by Type Notes and References
Features affecting the full-chemistry simulation:
Small alkyl nitrate chemistry Jenny Fisher (Wollongong) Science
Methanol as part of standard chemical mechanism Xin Chen (UMN)
Dylan Millet (UMN)
Katie Travis (NASA)
Science
Update to Yuan processed MODIS LAI product (covering years 2005-2016) GCST Science
Latitudinally and monthly resolved fixed surface concentrations for long-lived organohalogen species (1750-2014) and methane (prior to 1979) Tomás Sherwen (York)
Lee Murray (Rochester)
Science
Bug fix: Prevent differences in chemistry caused by toggling the ND65 bpch diagnostics off or on Bob Yantosca (GCST) Bug fix
Fix incorrect uptake coefficient for N2O5 in heterogeneous chemistry Hyeonmin Kim (Seoul Nat'l U.)
Chris Holmes (FSU)
Bug fix
Fix offline dust scale factors Jun Meng (GCST) Bug fix
Features NOT affecting the full-chemistry simulation:
Add GEOS-Chem "dry-run" option to obtain a list of required input files Haipeng Lin (Harvard)
Jiawei Zhuang (Harvard)
Bob Yantosca (GCST)
Structural
HEMCO 2.2.0: Updates and fixes to improve file I/O Melissa Sulprizio (GCST) Structural
  • Needed for Yuan processed MODIS LAI
Implement Gan Luo et al wetdep (GMD-12-3439-2019) as an option Gan Luo (SUNY-Albany)
Fangqun Yu (SUNY-Albany)
Bob Yantosca (GCST)
Science (optional)
CH4 soil absorption from MeMo model Melissa Sulprizio (Harvard) Science
Removal of most binary punch (aka "bpch") diagnostics

NOTE: The following bpch diagnostics will be preserved for the time being:

  • For RRTMG: ND72
  • For TOMAS: ND06, ND44, ND59, ND60, ND61
  • For Hg: ND03
  • For POPS: ND53
  • For Satellite timeseries: ND51, ND51b
GCST Structural
Add netCDF diagnostic for UV fluxes from FAST-JX Jonathan Moch (Harvard)
Bob Yantosca (GCST)
Structural
KPP equation reactivity rate and OH reactivity diagnostics Christoph Keller (GMAO) Structural
Bug fix for HEMCO standalone using high-resolution input grids Chris Holmes (FSU) Bug fix
Incorrect units returned from GET_OH in sulfate_mod.F Rong Tian (NUIST) Bug fix
Use common build_mechanism.sh script for all KPP mechanisms Lizzie Lundgren (GCST) Structural
Features only affecting GCHP:
Preserve mass conservation when advection is off by adding delta pressure to internal state for mixing ratio scaling during initialization Lizzie Lundgren (GCST) Bug fix
Use same CEDS anthropogenic emissions inventory as GC Classic, including 1750-1949 and additional VOC species Lizzie Lundgren (GCST) Structural
Assorted GCHP structural changes to facilitate GEOS-Chem in GEOS Lizzie Lundgren (GCST) Structural
Use same precision in non-species Internal state variables and the equivalent GEOS-Chem states (REAL8) Lizzie Lundgren (GCST) Bug fix
Update ESMF to v8.0.0 public release Lizzie Lundgren (GCST) Structural

New data directories in 12.7.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

NOTE: In GEOS-Chem 12.7.0 and later versions, you can use the GEOS-Chem dry-run option to simplify the data download process!

Inventory Type What was added? Directory
OFFLINE_BIOVOC Default Offline biogenic VOC emissions generated using GEOS-Chem 12.3.0 and the Yuan-processed MODIS-LAI product HEMCO/OFFLINE_BIOVOC/v2019-10
XUAN_XLAI DEFAULT Yuan-processed MODIS LAI product (covering years 2005-2016) HEMCO/Yuan_XLAI/v2019-03
RONO2 DEFAULT Monthly seawater concentrations of methyl nitrate (MENO3) and ethyl nitrate (ETNO3) needed for small alkyl nitrate chemistry HEMCO/RONO2/v2019-05
MOH DEFAULT Methanol emissions as described in Chen et al. (2019) HEMCO/MOH/v2019-12
CMIP6 DEFAULT
(UCX-based simulations)
Latitudinally and monthly resolved fixed surface concentrations for long-lived organohalogen species (1750-2014) and methane (prior to 1979) HEMCO/CMIP6/v2019-12
SfcFix DEFAULT
(UCX-based simulations)
Latitudinally and monthly resolved fixed surface concentrations for long-lived organohalogen species from GMI and UCX (1959-2099) HEMCO/SfcFix/v2019-12
MODIS_CHLR OPTIONAL MODIS-Aqua Chlorophyll-A data for use in the marinePOA simulation HEMCO/MODIS_CHLR/v2019-11

12.6.3

This version was released on 25 Nov 2019.

DOI: 10.5281/zenodo.3552959

You can use the following Git commands to download the GEOS-Chem 12.6.3 source code and 12.6.0 GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.6.3
 cd Code.12.6.3
 
 # Create and checkout a new branch "GC_12.6.3" at the tag "12.6.3"
 git checkout -b GC_12.6.3 12.6.3
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 # NOTE: You can use 12.6.0 rundirs, as GC 12.6.3 does not change rundirs.
 git checkout -b GC_12.6.0 12.6.0

Important: Make sure you also download the new data directories for this version.

Feature Submitted by Type Notes and References
Features only affecting GCHP:
Fix bug preventing successful transport tracer simulation runs Lizzie Lundgren (GCST) Bug fix

12.6.2

This version was released on 15 Nov 2019.

DOI: 10.5281/zenodo.3543702

You can use the following Git commands to download the GEOS-Chem 12.6.2 source code and 12.6.0 GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.6.12
 cd Code.12.6.2
 
 # Create and checkout a new branch "GC_12.6.2" at the tag "12.6.2"
 git checkout -b GC_12.6.2 12.6.2
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 # NOTE: You can use 12.6.0 rundirs, as GC 12.6.2 does not change rundirs.
 git checkout -b GC_12.6.0 12.6.0

Important: Make sure you also download the new data directories for this version.

Feature Submitted by Type Notes and References
Features NOT affecting the full-chemistry simulation:
geoschem/geos-chem Now make sure the HEMCO standalone gets the proper met field name and grid resolution Jun Meng (GCST)
Bob Yantosca (GCST)
Bug Fix
Prevent overwriting restart variables H2O2AfterChem and SO2AfterChem if present Lizzie Lundgren (GCST) Bug Fix
Features only affecting GCHP:
Fix incorrect vertical flipping of MAPL 3D imports impacting mesospheric chemistry Lizzie Lundgren (GCST)
Sebastian Eastham (MIT)
Bug fix
  • Fixes issue introduced in 12.5.0
Fix incorrect mapping between internal state H2O2AfterChem and the equivalent State_Chm field Lizzie Lundgren (GCST) Bug fix
Fix two timestep delay in update time for LAI upon day change Lizzie Lundgren (GCST) Bug fix

12.6.1

This version was released on 28 Oct 2019.

DOI: 10.5281/zenodo.3520966

You can use the following Git commands to download the GEOS-Chem 12.6.1 source code and 12.6.0 GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.6.1
 cd Code.12.6.1
 
 # Create and checkout a new branch "GC_12.6.1" at the tag "12.6.1"
 git checkout -b GC_12.6.1 12.6.1
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 # NOTE: You can use 12.6.0 rundirs, as GC 12.6.1 does not change rundirs.
 git checkout -b GC_12.6.0 12.6.0

Important: Make sure you also download the new data directories for this version.

Feature Submitted by Type Notes and References
Updates that will NOT affect full-chemistry simulations
Fix CMake error message for when NetCDF is not found Liam Bindle (Dalhousie) Bug fix
Fix units for PRECANV, PRECCON, PRECLSC, PRECTOT in state_met_mod.F90 Tomas Sherwen (York) Bug fix
Various minor structural updates:
  1. ObsPack now defaults to hourly sampling if a sampling interval is not found in data files
  2. GEOS-Chem now prints the full path of each file that is read
  3. GNU Fortran 9.2.1 can now compile GEOS-Chem
  4. Use Microsoft Azure DevOps instead of TravisCI for continuous integration
Bob Yantosca (GCST)
Liam Bindle (GCST)
Structural
Features only affecting GCHP:
Fix regridding bug at poles Lizzie Lundgren (GCST) Bug fix
  • Corrects problem running with MERRA2

12.6.0

This version was released on 18 Oct 2019.

DOI: 10.5281/zenodo.3507501

You can use the following Git commands to download the GEOS-Chem 12.6.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.6.0
 cd Code.12.6.0
 
 # Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 git checkout -b GC_12.6.0 12.6.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.6.0" at the tag "12.6.0"
 git checkout -b GC_12.6.0 12.6.0

Important: Make sure you also download the new data directories for this version.

Please see the following links for complete information about the validation of GEOS-Chem 12.6.0:

  1. 1-month benchmark for GEOS-Chem Classic
  2. 1-month benchmark for GCHP
  3. 1-year benchmark for GEOS-Chem Classic
Feature Submitted by Type Notes and References
Updates that will affect full-chemistry simulations
Combined heterogeneous chemistry updates, includes
  • N2O5, NO3, NO2 reactive uptake updates
  • Subgrid cloud NOy chemistry
Chris Holmes (FSU)
Erin McDuffie (Dalhousie)
Viral Shah (UW)
Lyatt Jaegle (UW)
Science
HNO3 cold-temperature deposition Viral Shah (Harvard) Science


Quick fix for aerosol pH calculation when dry Becky Alexander (UW)
Xuan Wang (Harvard)
Science
Remove isoprene in VBS (leaving aqueous) Melissa Sulprizio (GCST) Science
Updated aerosol hygroscopicity and optics Robyn Latimer (Dalhousie)
Jun Meng (Dalhousie)
Science See New data directories in 12.6.0
Add EDGAR BCPI and BCPO emissions for remaining sectors to DICE-Africa Tomas Sherwen (York)
Eloise Marais (Leicester)
Bug fix geoschem/geos-chem-unittest PR #9
Updates that will NOT affect full-chemistry simulations
Simple parameterization for CO2 dependence of stomatal resistance (off by default) Amos Tai (CUHK) Science geoschem/geos-chem PR #41
Aerosol nitrate photolysis option (off by default) Tomas Sherwen (York)
Prasad Kasibhatla (Duke)
Science geoschem/geos-chem PR #32
CMake in GEOS-Chem Classic (optional) Liam Bindle (Dalhousie) Structural geoschem/geos-chem PR #35
Enable GEOS-Chem "Classic" netCDF (History) diagnostics to be subsetted vertically and horizontally Bob Yantosca (GCST) Structural
BB4CMIP historical biomass burning emissions (1750-2014)
  • NOTE: This is an optional emissions inventory.
Pengfei Liu (Harvard) Science See New data directories in 12.6.0
Surface diagnostic (O3, HNO3) with user-selected height Katie Travis (MIT)
GCST
Science
APM update and integration with GEOS-Chem 12 Gan Luo (SUNY-Albany)
Fangqun Yu (SUNY-Albany)
Science geoschem/geos-chem PR #40
  • More work (e.g. converting RF diagnostics to netCDF) will be done in a later version

New data directories in 12.6.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
FAST_JX DEFAULT CHEM_INPUTS/FAST_JX/v2019-06
BB4CMIP6 OPTIONAL Historical biomass burning emissions (1750-2015, BB4CMIP) HEMCO/BB4CMIP6/v2019-06

12.5.0

This version was released on 09 Sep 2019.

DOI: 10.5281/zenodo.3403111

You can use the following Git commands to download the GEOS-Chem 12.5.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.5.0
 cd Code.12.5.0
 
 # Create and checkout a new branch "GC_12.5.0" at the tag "12.5.0"
 git checkout -b GC_12.5.0 12.5.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.5.0" at the tag "12.5.0"
 git checkout -b GC_12.5.0 12.5.0

Important: Make sure you also download the new data directories for this version.

Please see the following links for complete information about the validation of GEOS-Chem 12.5.0:

  1. 1-month benchmark for GEOS-Chem Classic
  2. 1-month benchmark for GCHP

This version includes the updates listed below.

Feature Submitted by Type Notes and References
Updates that will affect full-chemistry simulations
Retire obsolete emission inventories Eloise Marais (Leicester)
Emissions and Deposition Working Group
Science
Updated offline biogenic emissions generated with GEOS-Chem 12.3.0 Hongjian Weng (PKU) Science
Updated volcano emissions to include eruptive emissions through April 2018 Christoph Keller (NASA/GMAO) Science
Remove CO from MEGAN HEMCO extension to avoid double counting Jenny Fisher (Wollongong) Bug fix
Fixes for GFED4 emissions, including:
  • Change the HEMCO cycling flag so that the model crashes if it doesn't find the right GFED year
  • Remove the 27% scaling of POG to POA and emit 1:1 instead
Sidhant Pai (MIT) Bug fix
Scale DICE-Africa emissions to address errors in inventory Eloise Marais (Leicester) Bug fix
Bug fix for C3H8 anthropogenic emissions Melissa Sulprizio (GCST) Bug fix
Separate anthropogenic PM2.5 dust source from the DustDead extension Melissa Sulprizio (GCST) Bug fix
Corrections for CFCs in the chemistry mechanism Xuan Wang (Harvard) Bug fix
Fix typo in CLD_PARAMS routine in gckpp_HetRates.F90 Stephen Steenrod (NASA GMAO) Bug fix
Bug fix: make sure stratospheric BrY concentrations are read properly each month Lyatt Jaeglé (U. Washington) Bug fix
Updates that will NOT affect full-chemistry simulations
Enable accurate cloud pH diagnostic calculation via post-processing Jonathan Moch (Harvard) Structural geoschem/geos-chem PR #37
  • Applies to NetCDF diagnostic only
Bug fix for proposed Henry's law constants Jenny Fisher (Wollongong) Bug fix
Updates that will only affect GCHP
Update GCHP to use MAPL v1.0.0 and ESMF v8.0.0 beta snapshot 28 Lizzie Lundgren (GCST) Structural
  • Replaces external tile files with online ESMF regridding weights
  • Includes parallel file I/O module
  • Enables use of GNU fortran compiler
Replace 4x5 input files in GCHP with higher resolution equivalents to avoid ESMF domain decomposition issue at high core counts Lizzie Lundgren (GCST) Emissions

New data directories in 12.5.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
OFFLINE_BIOVOC Default Offline biogenic VOC emissions generated using GEOS-Chem 12.3.0 and:
  • GEOS-FP meteorology (0.25°x0.3125°, 2014-2017)
  • MERRA-2 meteorlogy (0.5°x0.625°, 1980-2017)
HEMCO/OFFLINE_BIOVOC/v2019-08
Volcano Default Updated volcanic SO2 emissions (1978-2019), with eruptive emissions through 28 April 2018 HEMCO/VOLCANO/v2019-08
AFCID Default Separate anthropogenic PM2.5 dust emissions from the DustDead extension HEMCO/AFCID/v2018-04
C2H6_2010 Default Removed unused lev dimension and include 2x2.5 files regridded from 4x5 HEMCO/C2H6_2010/v2019-06
DUST_DEAD Optional Changed longitude dimension format from integer to float and time units seconds string from '0.0' to '00' HEMCO/DUST_DEAD/v2019-06
UVALBEDO Default Changed seconds string in time dimension units attribute from '0.0' to '00' HEMCO/UVALBEDO/v2019-06
TOMS/SBUV Default Changed seconds string in time dimension units attribute from '0.0' to '00' HEMCO/TOMS_SBUV/v2019-06
India mask Default Removed unused attribute 'valid_range' HEMCO/MASKS/v2019-05
BIOFUEL Default Regridded from 4x5 to 2x2.5 HEMCO/BIOFUEL/v2019-08

12.4.0

This version was released on 05 Aug 2019.

DOI 10.5281/zenodo.3360635

NOTE: We recommend users update to GEOS-Chem 12.5.0, which contains some bug fixes and updates for the offline biogenic VOC and volcano emissions.

Please see the following links for complete information about the validation of GEOS-Chem 12.4.0:

  1. 1-month benchmark for GEOS-Chem Classic
  2. 1-month benchmark for GCHP
  3. 1-year benchmark for GEOS-Chem Classic

This version includes the updates listed below.

Feature Submitted by Type Notes and References
Features affecting the full-chemistry simulation:
Grid-independent dust emissions (hourly) David Ridley (CARB, formerly MIT)
Jun Meng (Dalhousie)
Science See New data directories in 12.4.0
Grid-independent lightning NOx emissions (3-hourly) Lee Murray (Rochester) Science See New data directories in 12.4.0
Grid-independent biogenic emissions (hourly) Jintai Lin (PKU)
Hongjian Meng (PKU)
Science See New data directories in 12.4.0
Grid-independent sea salt emissions (hourly) Jintai Lin (PKU)
Hongjian Meng (PKU)
Science See New data directories in 12.4.0
Grid-independent soil NOx emissions (hourly) Jintai Lin (PKU)
Hongjian Meng (PKU)
Science See New data directories in 12.4.0
Updated volcano emissions (1978-2019) Christoph Keller (NASA/GMAO) Science See New data directories in 12.4.0
Bug fix: Rebuild chemical mechanisms for FAST-JX fix added in 12.3.2 Katie Travis (NASA) Bug fix
Features NOT affecting the full-chemistry simulation:
FlexGrid Stage 2: Add capability to define custom grids Melissa Sulprizio (GCST)
Jiawei Zhuang (Harvard)
Structural
Add photolysis menu to input.geos for specifying FAST-JX directory Tomas Sherwen (York) Structural geoschem/geos-chem PR #34

New data directories in 12.4.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
OFFLINE_DUST Default Offline dust emissions generated with:
  • GEOS-FP meteorology (0.25°x0.3125°, 2014-present)
  • MERRA-2 meteorlogy (0.5°x0.625°, 1980-present)
HEMCO/OFFLINE_DUST/v2019-01
OFFLINE_LIGHTNING Default Offline lightning flash densities and convective-cloud depths generated with:
  • GEOS-FP meteorology (0.25x0.3125, 2014-2018)
  • MERRA-2 meteorology (0.5x0.625, 1980-2018).
HEMCO/OFFLINE_LIGHTNING/v2019-01
OFFLINE_BIOVOC Default Offline biogenic VOC emissions generated using GEOS-Chem v11-02 and:
  • GEOS-FP meteorology (0.25°x0.3125°, 2014-2017)
  • MERRA-2 meteorlogy (0.5°x0.625°, 1980-2017)
HEMCO/OFFLINE_BIOVOC/v2019-01
OFFLINE_SEASALT Default Offline sea salt emissions generated with:
  • GEOS-FP meteorology (0.25°x0.3125°, 2014-2017)
  • MERRA-2 meteorlogy (0.5°x0.625°, 1980-2017)
HEMCO/OFFLINE_SEASALT/v2019-01
OFFLINE_SOILNOX Default Offline soil NOx emissions generated with:
  • GEOS-FP meteorology (0.25°x0.3125°, 2014-2017)
  • MERRA-2 meteorlogy (0.5°x0.625°, 1980-2017)
HEMCO/OFFLINE_SOILNOX/v2019-01
Volcano Default Updated volcanic SO2 emissions (1978-2019), with eruptive emissions through 3 Dec 2015 HEMCO/VOLCANO/v2019-04/

12.3.2

This version was released on 02 May 2019.

DOI 10.5281/zenodo.2658178

You can use the following Git commands to download the GEOS-Chem 12.3.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone -b 12.3.2 https://github.com/geoschem/geos-chem Code.12.3.2
 cd Code.12.3.2
 git checkout 12.3.2
 cd ..

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone -b 12.3.2 https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 git checkout 12.3.2
 cd ..

Please see the following links for complete information about the validation of GEOS-Chem 12.3.2:

  1. 1-month benchmark simulation 12.3.2 for GCC and GCHP (unofficial)

This version includes the updates listed below.

Feature Submitted by Type Notes
Features affecting the full-chemistry simulation:
Fix inconsistency for species H2402 between GCHP and GEOS-Chem "Classic" Sebastian Eastham (MIT)
GCST
Bug fix
  • This update results in very minor changes w/r/t the prior 1-month benchmark (Bug fixes for the FAST-JX mechanism):
    • Mean OH changed by -0.0002%
    • MCF lifetime was unchanged
    • CH4 lifetime changed by +0.0012%
Bug fixes for the FAST-JX photolysis mechanism: Bob Yantosca (GCST) Bug fix
  • This update results in very minor changes w/r/t the 12.3.0 1-month benchmark:
    • Mean OH changed by +0.2782%
    • MCF lifetime changed by -0.3597%
    • CH4 lifetime changed by -0.3936%
Updates and fixes for HEMCO diagnostics, including:
  • Enable saving out fertilizer NOx emissions
  • Lightning NOx emissions are 3D not, 2D
  • HNO3 ship emissions are 2D, not 3D
  • Update and fill in missing inventory diagnostics (currently used in only in benchmark simulations)
Melissa Sulprizio (GCST) Bug fix
  • These fixes impact both GEOS-Chem "Classic" and GCHP
Features NOT affecting the full-chemistry simulation:
Extending the CEDS anthropogenic emissions inventory to include 1750-1949 and additional VOC species Melissa Sulprizio (GCST) Science
Features only affecting GCHP:
Disable Br2 offline seasalt emissions to match GEOS-Chem Classic default Sebastian Eastham (MIT) Bug fix
Assorted GCHP run directory feature updates
  • Rename Makefile clean and build options
  • Remove deprecated Makefile/build.sh clean and build options
  • Remove aliases from sample run scripts
  • Remove output file runConfig.log; send to gchp.log instead
  • Update benchmark run directory to match GEOS-Chem Classic settings
Lizzie Lundgren (GCST) Structural
  • Users should use 'make' or 'make help' at the command prompt to view all clean and compile options
Embed GEOS code within select GCHP files Lizzie Lundgren (GCST) Structural
  • All GEOS-only code is within if defined MODEL_GEOS blocks and will not impact GCHP simulations

New data directories in 12.3.2

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
FAST_JX DEFAULT
  • The FJX_j2j.dat file (which lists the photolyzing species for FAST-JX) was edited to remove a duplicate entry for ClNO2. This was causing the J-values of ClNO2 to be passed to the solver twice. The new FJX_j2j.dat file corrects this issue.
CHEM_INPUTS/FAST_JX/v2019-04
UCX chemistry mechanism DEFAULT CHEM_INPUTS/UCX_201904
CEDS OPTIONAL
  • CEDS anthropogenic emissions for 1750-1949. Data now encompasses the entire CEDS record of 1750-2014.
  • New files for additional NMVOCs
HEMCO/CEDS/v2018-08

12.3.1

This version was released on 08 Apr 2019.

DOI 10.5281/zenodo.2633278

You can use the following Git commands to download the GEOS-Chem 12.3.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone -b 12.3.1 https://github.com/geoschem/geos-chem Code.12.3.1

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone -b 12.3.1 https://github.com/geoschem/geos-chem-unittest UT
Feature Submitted by Type Notes
Features NOT affecting the full-chemistry simulation:
Fix the netCDF diagnostic for noontime J-values GCST Bug fix
Planeflight diagnostic now writes out data for the last timestep of the day Luke Schiferl (LDEO/Columbia)
GCST
Bug fix
Reduce memory footprint: Do not allocate memory to array MINIT in strat_chem_mod.F90 Bob Yantosca (GCST) Bug fix
Features only affecting GCHP:
Declare State_Met%AREA_M2 as 2-dimensional, not 3-dimensional GCST Bug fix

12.3.0

This version was released on 01 Apr 2019.

DOI: 10.5281/zenodo.2620535

You can use the following Git commands to download the GEOS-Chem 12.3.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.3.0
 cd Code.12.3.0
 
 # Create and checkout a new branch "GC_12.3.0" at the tag "12.3.0"
 git checkout -b GC_12.3.0 12.3.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.3.0" at the tag "12.3.0"
 git checkout -b GC_12.3.0 12.3.0

Important: Make sure you also download the new data directories for this version.

Please see the following links for complete information about the validation of GEOS-Chem 12.3.0:

  1. Approval form for 1-month benchmark simulation 12.3.0

This version includes the updates listed below.

Feature Submitted by Type Notes
Features affecting the full-chemistry simulation:
Update ISORROPIA from v2.0 to v2.2, in order to remove persistent noise in output Seb Eastham (Harvard) Science
Updated PFT file for MEGAN Jenny Fisher (Wollongong)
Dylan Millet (UMN)
Science
Bug fix for eruptive volcanic emissions Barron Henderson (EPA) Bug fix
Read in and regrid existing MODIS LAI and OLSON data via HEMCO Bob Yantosca (GCST) Structural
Update from HEMCO version 2.1.011 to 2.1.012 Christoph Keller (NASA/GMAO)
GCST
Bug fix &
Structural
Features NOT affecting the full-chemistry simulation:
Update to Yuan processed MODIS LAI product (covering years 2005-2016)
  • Off while we investigate an issue in the HEMCO interpolation
Jenny Fisher (Wollongong)
Barron Henderson (US EPA)
Science
OMI-based Volcanic emissions 2005-2012 (off by default) Cui Ge (U. Iowa)
Jun Wang (U. Iowa)
GCST
Science
Further bug fix for netCDF diagnostics spanning leap years Bob Yantosca (GCST) Bug fix
Fix GFAS_SOAP entry in HEMCO_Config.rc Killian Murphy (York) Bug fix
Tagged CO bug fixes: Fix CO units and write secondary production into a netcdf file Beata Bukosa (Wollongong) Bug fix
Features affecting GCHP only:
Enable running time backwards in GCHP Atanas Trayanov (GMAO), Lizzie Lundgren (GCST) Structural
  • Off by default

New data directories in 12.3.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
OLSON_MAP DEFAULT Olson 2001 land map masks, separated into 73 netCDF variables (one per land type). This format facilitates regridding by HEMCO. HEMCO/OLSON_MAP/v2019-02
MODIS_XLAI DEFAULT MODIS LAI data (corresponding to ExtData/CHEM_INPUTS/MODIS_LAI_201707)

This data has been processed into 73 netCDF variables (one corresponding to each Olson land type), which facilitates regridding by HEMCO.

HEMCO/MODIS_XLAI/v2017-07
MEGAN DEFAULT Updated PFT file for MEGAN HEMCO/MEGAN/v2018-05/

NOTES:

  1. DEFAULT denotes that the inventory is part of the default HEMCO emissions configuration that you get when you run GEOS-Chem "out-of-the-box".
  2. OPTIONAL denotes optional inventories that you may use (or not) according to your research needs.

12.2.1

This version was released on 28 Feb 2019.

DOI: 10.5281/zenodo.2580198

You can use the following Git commands to download the GEOS-Chem 12.2.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.2.1
 cd Code.12.2.1
 
 # Create and checkout a new branch "GC_12.2.1" at the tag "12.2.1"
 git checkout -b GC_12.2.1 12.2.1
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.2.1" at the tag "12.2.1"
 git checkout -b GC_12.2.1 12.2.1

Important: Make sure you also download the new data directories for this version.

This version includes the updates listed below.

Feature Submitted by Type Notes
Features NOT affecting the full-chemistry simulation:
Bug fix: netCDF diagnostic collections with frequency "End" now properly span leap year days Amos Tai (CUHK)
GCST
Structural
Move module-level variables from Linoz and MODIS LAI Haipeng Lin (PKU) Structural
Make polar bromine explosion the default option in Hg simulation Colin Thackray (Harvard)
Jenny Fisher (Wollongong)
Science
TOMAS updates Emily Ramnarine (Colorado State)
Jeff Pierce (Colorado State)
Betty Croft (Dalhousie)
Science
Fix Henry's Law coefficient for C2H6 Chris Holmes (FSU) Bug fix
Add routine to save the GC species database to JSON format (commented out) Bob Yantosca (GCST) Structural
Add RRTMG fluxes to netCDF diagnostics Bob Yantosca (GCST) Structural
  • Still needs to be validated
Fix for CO2 simulation chemical source Beata Bukosa (U. Wollongong) Bug fix
Features affecting GCHP only:
Update MODIS LAI source directory to match GEOS-Chem Classic GCST Bug fix
Missing scaling factors for MERRA-2 simulations with GCHP Sebastian Eastham (MIT) Bug fix
Use online sea flux emissions by default in GCHP GCST Emissions

New data directories in 12.2.1

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
Updated chemical source for CO2 simulation OPTIONAL Reprocessed the chemical source file for the CO2 simulation, because the existing file was somehow corrupted. HEMCO/CO2/v2019-02/CHEM/
FINN OPTIONAL Files containing the number of fires per grid box for use with the biomass burning subgrid coagulation option in TOMAS simulations. HEMCO/FINN/v2015-02/

--Bob Yantosca (talk) 16:34, 13 February 2019 (UTC)

12.2.0

This version was released on 19 Feb 2019.

10.5281/zenodo.2572887

You can use the following Git commands to download the GEOS-Chem 12.2.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.2.0
 cd Code.12.2.0
 
 # Create and checkout a new branch "GC_12.2.0" at the tag "12.2.0"
 git checkout -b GC_12.2.0 12.2.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.2.0" at the tag "12.2.0"
 git checkout -b GC_12.2.0 12.2.0

Important: Make sure you also download the new data directories for this version.

Please see the following links for complete information about the validation of GEOS-Chem 12.2.0:

  1. Approval form for 1-month benchmark simulation 12.2.0
  2. 1-year transport benchmark simulation

This version includes the updates listed below.

Feature Submitted by Type Notes
Features affecting the full-chemistry simulation:
Retire BRAVO emissions and use CEDS for Mexico instead Melissa Sulprizio (GCST) Science
Update mask file applied to NEI2011 emissions Melissa Sulprizio (GCST) Bug fix
Features NOT affecting the full-chemistry simulation:
Transport Tracers simulation: a common set of tracers in GEOS-Chem and GEOS Transport WG
Melissa Sulprizio (GCST)
Benchmarking
  • Added to the GEOS-Chem Rn-Pb-Be simulation, but may be added to any simulation by following these steps.
  • This will facilitate comparisons of transport between GEOS-Chem "Classic" and/or GCHP vs. the NASA GEOS-DAS system.
ObsPack diagnostic Andy Jacobson (NOAA/ESRL)
Bob Yantosca (GCST)
Structural
GFAS biomass burning emissions (as an option) Mat Evans (York)
Killian Murphy (York)
Science
Fix bug in stratosperic aerosol surface area netcdf diagnostics Jonathan Moch (Harvard)
Christoph Keller (GMAO)
Bug fix
Update from HEMCO 2.1.010 to HEMCO 2.1.011: GCST Structural
Features affecting GCHP only:
Update ESMF version in GCHP from v5.2.0rp2 to v7.1.0r Lizzie Lundgren (GCST) Structural
  • Currently compatible with Intel compilers only
New fields in GCHP output restart file Lizzie Lundgren (GCST) Bug Fix &
Structural
  • Adds additional variables to GCHP internal state for carrying across multi-segmented runs
  • Equivalent to GEOS-Chem Classic update in 12.1.0
Bug fix: use checkpoint output file as subsequent run restart Lizzie Lundgren (GCST) Bug Fix
  • Does not impact single duration runs

New data directories in 12.2.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
GFAS biomass burning emissions OPTIONAL GFAS biomass burning emissions for 2003-present (updated monthly) HEMCO/GFAS/v2018-09/
EDGAR v4.2 emissions of SF6 DEFAULT EDGAR v4.2 emissions of SF6 for 1970-2008 HEMCO/SF6/v2019-01/
MASKS DEFAULT Update mask file applied to NEI2011 emissions HEMCO/MASKS/v2018-09/
TileFiles DEFAULT
(in GCHP)
New tile files for 0.1x0.1 CONUS, Canada, and Mexico mask files GCHP/TileFiles

NOTES:

  1. DEFAULT denotes that the inventory is part of the default HEMCO emissions configuration that you get when you run GEOS-Chem "out-of-the-box".
  2. OPTIONAL denotes optional inventories that you may use (or not) according to your research needs.

12.1.1

This version was released on 13 Dec 2018.

DOI: 10.5281/zenodo.2249246

You can use the following Git commands to download the GEOS-Chem 12.1.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.1.1
 cd Code.12.1.1
 
 # Create and checkout a new branch "GC_12.1.1" at the tag "12.1.1"
 git checkout -b GC_12.1.1 12.1.1
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.1.1" at the tag "12.1.1"
 git checkout -b GC_12.1.1 12.1.1

Important: Make sure you also download the new data directories for 12.1.0 if you haven't already.

This version includes the updates listed below.

Feature Submitted by Type Notes
Features NOT affecting the full-chemistry (benchmark) simulation:
Bug fix for tagged CO: don't multiply emissions timestep by 60 Dylan Jones (U. Toronto) Bug fix
Skip planeflight observations outside a nested domain Lei Zhu (Harvard) Bug fix
Always enable BCPH_TPBC to allow saving out BC files in global simulations Yanxu Zhang (Nanjing) Bug fix
Fix compilation issues:
Bob Yantosca (GCST)
Haipeng Lin (PKU)
Bug fix
Features affecting GCHP only:
GCHP transport fix to prevent instant propagation from troposphere to stratosphere Seb Eastham (MIT) Bug fix

--Lizzie Lundgren (talk) 16:05, 6 December 2018 (UTC)

12.1.0

This version was released on 26 Nov 2018.

DOI: 10.5281/zenodo.1553349

You can use the following Git commands to download the GEOS-Chem 12.1.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.1.0
 cd Code.12.1.0
 
 # Create and checkout a new branch "GC_12.1.0" at the tag "12.1.0"
 git checkout -b GC_12.1.0 12.1.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.1.0" at the tag "12.1.0"
 git checkout -b GC_12.1.0 12.1.0

Important: Make sure you also download the new data directories for this version.

Please see the following links for complete information about the validation of GEOS-Chem 12.1.0:

  1. Approval form for 1-month benchmark simulation 12.1.0

This version includes the updates listed below.

Feature Submitted by Type Notes
Features affecting the full-chemistry simulation:
Budget diagnostics Lizzie Lundgren (GCST)
Chris Holmes (Florida State)
Diagnostics
  • This update introduces differences on the level of numerical noise due to unit conversions
Anthropogenic PM2.5 dust source Sajeev Philip (Dalhousie) Science
  • This update introduces the following changes:
    • DST1 emissions increased by 1.09 Tg/mon (13.1 Tg/yr)
    • Δ Mean OH: -0.000066%
    • Δ MCF lifetime: 0.0020%
    • Δ CH4 lifetime: 0.0012%
GEOS-Chem restart file updates Melissa Sulprizio (GCST) Bug Fix &
Structural
  • GEOS-Chem Classic only update
  • This update introduces the following changes:
    • Δ Mean OH: -0.016%
    • Δ MCF lifetime: 0.022%
    • Δ CH4 lifetime: 0.024%
Updates and fixes for the CEDS anthropogenic emissions inventory:
Pengfei Liu (Harvard)
Melissa Sulprizio (GCST)
Jiawei Zhuang (Harvard)
Bug fix
  • This update introduces the following changes:
    • Δ Mean OH: 0.17%
    • Δ MCF lifetime: -0.37%
    • Δ CH4 lifetime: -0.40%
HEMCO fixes:
Bob Yantosca (GCST)
Melissa Sulprizio (GCST)
Erin McDuffie (Dalhousie)
Bug fix
  • This update introduces very small changes:
    • Δ Mean OH: -0.952%
    • Δ MCF lifetime: 1.454%
    • Δ CH4 lifetime: 1.502%
Fix mass conservation in non-local PBL mixing Jintai Lin (PKU) Bug fix
  • This update introduces very small changes:
    • Δ Mean OH: 0.0057%
    • Δ MCF lifetime: -0.0061%
    • Δ CH4 lifetime: -0.0073%
Allow for SZA to 98 degrees when getting photolysis rates Eric Fleming (GMAO) Bug fix
  • This update introduces the following changes:
    • Δ Mean OH: 0.3982%
    • Δ MCF lifetime: -0.3665%
    • Δ CH4 lifetime: -0.3680%
Features NOT affecting the full-chemistry simulation:
FlexGrid Stage 1: Use HEMCO to read met fields Jiawei Zhuang (Harvard)
Jintai Lin (PKU)
Structural
Add support for continuous integration with TravisCI – automatically test each commit as soon as it is pushed to Github Jiawei Zhuang (Harvard)
Bob Yantosca (GCST)
Structural
Added netCDF diagnostics in the following areas: Bob Yantosca (GCST) Diagnostics
  • NOTE: The remaining netCDF diagnostics will be implemented into 12.2.0 and later versions, as time allows.
Convert input data for RRTMG from bpch to netCDF for input via HEMCO Bob Yantosca (GCST) Structural
Add fixes for seasonal scale factors in CH4 simulations Bram Maasakkers (SRON)
Melissa Sulprizio (GCST)
Bug fix
Move Fast-JX .dat files from the geos-chem-unittest repository to gcgrid/ExtData Chris Holmes (Florida State)
GCST
Structural
Update HEMCO configuration file for the tagged CO simulation Bob Yantosca (GCST) Bug fix
Structural updates to facilitate interfacing GEOS-Chem into WRF Haipeng Lin (Peking U)
GCST
Structural
  • This process will be ongoing throughout the GEOS-Chem 12 series of releases.
Structural updates to facilitate interfacing GEOS-Chem into GEOS-5 Christoph Keller (GMAO)
Lizzie Lundgren (GCST)
Structural
  • This process will be ongoing throughout the GEOS-Chem 12 series of releases.
Features affecting GCHP only:
Fix masking bug to correctly apply anthropogenic emissions Lizzie Lundgren (GCST) Bug fix
Remove erroneous 180 degree longitude shift in APEI regridding Lizzie Lundgren (GCST) Bug fix
Move GCHP run directory creation from GEOS-Chem Unit Tester to GCHP repository Lizzie Lundgren (GCST) Structural

--Melissa Sulprizio (talk) 15:21, 26 November 2018 (UTC)

New data directories in 12.1.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Directory
DUST DEAD DEFAULT Anthropogenic PM2.5 dust source HEMCO/DUST_DEAD/v2018-04/
GEOS-Chem restart files DEFAULT GEOS-Chem restart file updates: New variables, new variable names, new file names GEOSCHEM_RESTARTS/v2018-11/
Input files for FAST-JX DEFAULT Move Fast-JX .dat files from the geos-chem-unittest repository to gcgrid/ExtData CHEM_INPUTS/FAST_JX/v2018-09/
RRTMG input data OPTIONAL netCDF input data files for the RRTMG specialty simulation (converted from the old "binary punch" format files) HEMCO/RRTMG/v2018-11/
CEDS anthropogenic emissions DEFAULT Reduce file size for CEDS inventory HEMCO/CEDS/v2018-08/YYYY
MASKS DEFAULT Clean up mask file directory to remove obsolete files HEMCO/MASKS/v2018-09/

NOTES:

  1. DEFAULT denotes that the inventory is part of the default HEMCO emissions configuration that you get when you run GEOS-Chem "out-of-the-box".
  2. OPTIONAL denotes optional inventories that you may use (or not) according to your research needs.

12.0.3

This version was released on 16 Oct 2018.

DOI: 10.5281/zenodo.1464210

You can use the following Git commands to download the GEOS-Chem 12.0.3 source code and GEOS-Chem Unit Tester package.

# Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.0.3
 cd Code.12.0.3
 
 # Create and checkout a new branch "GC_12.0.3" at the tag "12.0.3"
 git checkout -b GC_12.0.3 12.0.3
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
  
 # Create and checkout a new branch "GC_12.0.3" at the tag "12.0.3"
 git checkout -b GC_12.0.3 12.0.3

Important: Make sure you also download the new data directories for 12.0.0 if you haven't already.

This version contains fixes that will only impact GCHP.

Feature Submitted by Type Notes
Features affecting GCHP only:
Fix incorrect run configuration for offline sea salt emissions in GCHP Sebastian Eastham (MIT) Bug fix
Fix bug in application of CFC surface mixing ratios in GCHP Sebastian Eastham (MIT) Bug fix

--Lizzie Lundgren (talk) 18:21, 16 October 2018 (UTC)

12.0.2

This version was released on 10 Oct 2018.

DOI: 10.5281/zenodo.1455215

You can use the following Git commands to download the GEOS-Chem 12.0.2 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.0.2
 cd Code.12.0.2
 
 # Create and checkout a new branch "GC_12.0.2" at the tag "12.0.2"
 git checkout -b GC_12.0.2 12.0.2
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.0.2" at the tag "12.0.2"
 git checkout -b GC_12.0.2 12.0.2

Important: Make sure you also download the new data directories for 12.0.0 if you haven't already.

This version includes the updates listed below.

Feature Submitted by Type Notes
Features NOT affecting the full-chemistry (benchmark) simulation:
Fixed local-time averaging in ND51 and ND51b satellite timeseries diagnostics Bo Zhang (NIA) Bug fix Implemented 04 Oct 2018
Fixes to correct missing BC/OC biomass emissions and incorrect aerosol drydep in TOMAS simulations Pengfei Liu (Harvard) Bug fix Implemented 25 Sep 2018
Avoid double-counting of emissions in the CO2 simulation Beata Bukosa (U. Wollongong)
Christoph Keller (GMAO)
Bug fix Implemented 24 Sep 2018.

--Lizzie Lundgren (talk) 18:21, 16 October 2018 (UTC)

12.0.1

This version was released on 24 Aug 2018.

DOI: 10.5281/zenodo.1403144

You can use the following Git commands to download the GEOS-Chem 12.0.1 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.0.1
 cd Code.12.0.1
 
 # Create and checkout a new branch "GC_12.0.1" at the tag "12.0.1"
 git checkout -b GC_12.0.1 12.0.1
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.0.1" at the tag "12.0.1"
 git checkout -b GC_12.0.1 12.0.1

Important: Make sure you also download the new data directories for 12.0.0 if you haven't already.

This version includes the updates listed below.

Feature Submitted by Type Notes
Features NOT affecting the full-chemistry (benchmark) simulation:
Fix typo when registering the State_Chm%SSAlk field Shuting Zhai (U. Washington)
GCST
Bug fix
Add fixes for several compilation issues:
  1. Nullify rather than deallocate 3D met arrays for compatibility with gfortran 6+ when using GCHP
  2. Add a more robust test for netCDF-Fortran in Makefile_header.mk
  3. Fix compilation issues encountered with GNU Fortran 8.2.0
  4. Fix compilation issues encountered with Intel Fortran 18
GCST Bug fix
Fixes for the Hg specialty simualtion: Restore biomass emissions and do not double-count anthropogenic emissions Colin Thackray (Harvard) Bug fix
Fix mis-indexing in the ND05 diagnostic GCST Bug fix
Minor updates to facilitate interfacing GEOS-Chem into GEOS-5 Lizzie Lundgren (GCST) Structural

--Bob Yantosca (talk) 14:31, 10 October 2018 (UTC)

12.0.0

This version was released on 10 Aug 2018

DOI 10.5281/zenodo.1343547

You can use the following Git commands to download the GEOS-Chem 12.0.0 source code and GEOS-Chem Unit Tester package.

 # Download the GEOS-Chem source code
 git clone https://github.com/geoschem/geos-chem Code.12.0.0
 cd Code.12.0.0
 
 # Create and checkout a new branch "GC_12.0.0" at the tag "12.0.0"
 git checkout -b GC_12.0.0 12.0.0
 cd .. 

 # Download the GEOS-Chem Unit Tester, from which run directories can be generated
 git clone https://github.com/geoschem/geos-chem-unittest UT
 cd UT
 
 # Create and checkout a new branch "GC_12.0.0" at the tag "12.0.0"
 git checkout -b GC_12.0.0 12.0.0

Important: Make sure you also download the new data directories for this version.

For more information about getting set up with GEOS-Chem, please see the GEOS-Chem Online User's Guide.

The table below shows the updates that were added to GEOS-Chem 12.0.0. Most of these fix issues that were reported by users during the GEOS-Chem v11-02 release candidate testing period (June 22 thru August 10 2018).

Please see the following links for complete information about the validation of GEOS-Chem 12.0.0:

  1. Approval form for 1-month benchmark simulation 12.0.0
  2. Results for 1-year benchmark simulation 12.0.0-Run0
Feature Submitted by Type Notes
Features affecting the full-chemistry (benchmark) simulation:
Turn off TRASH emissions by default to avoid double counting GCST
Eloise Marais (U. Birmingham)
Bug fix
  • This update introduces relatively small changes:
    • Mean OH decreased by 0.12%
    • MCF lifetime increased by 0.23%
    • CH4 lifetime increased by 0.24%
    • O3 STE flux increased by 0.042%
Add entries to HEMCO_Config.rc for SOAP and pFe in CEDS inventory GCST Bug fix
  • This update introduces relatively small changes:
    • Mean OH decreased by 0.15%
    • MCF lifetime increased by 0.28%
    • CH4 lifetime increased by 0.29%
    • O3 STE flux increased by 0.043%
Bug fix for liquid water content in gckpp_HetRates.F90 Jiayue Huang (U. Washington)
Quanjie Chen (U. Washington)
Bug fix
  • This update introduces relatively small changes:
    • Mean OH increased by 1.91%
    • MCF lifetime decreased by 2.41%
    • CH4 lifetime decreased by 2.41%
    • O3 STE flux decreased by 0.18%
Bug fix for CH4 boundary conditions Lee Murray (Rochester) Bug fix
  • Results approved by Lee Murray
  • This update introduces small changes:
    • Mean OH decreased by 0.48%
    • MCF lifetime increased by 0.82%
    • O3 STE decreased by: 0.022%
Fixed typo in call to GAMMA_HOBr_AER Xuan Wang
GCST
Bug fix
  • This update produced only very small differences w/r/t internal run v11-02-rc-DICEnewrc
    • Mean OH decreased by -0.058%
    • MCF lifetime increased by 0.082%
    • CH4 lifetime increased by 0.084%
    • O3 STE flux decreased by 0.005%
Correct issues when specifying DICE-Africa emissions: Eloise Marais (U. Birmingham)
GCST
Bug Fix
  • Results approved by Eloise Marais.
  • This update produced only very small differences w/r/t internal run v11-02-rc-arctasship:
    • Mean OH increased by 0.07%
    • MCF lifetime decreased by 0.12%
    • CH4 lifetime decreased by 0.13%
    • O3 STE flux decreased by -0.0023%
Add missing Criegee intermediate reaction Xin Chen (UMN) Bug fix
  • This update produced only very small differences w/r/t internal run v11-02-rc-arctasship:
    • Mean OH decreased by 0.00002%
    • MCF lifetime was unchanged
    • CH4 lifetime increased by 0.001%
    • O3 STE flux increased by 0.0001%
Bug fix for ARCTAS_SHIP in HEMCO_Config.rc files Barron Henderson (EPA) Bug Fix
  • This update only produced very small differences w/r/t internal run v11-02-rc-gfed2016:
    • Mean OH decreased by 0.0004%
    • O3 STE flux decreased by 0.0007%
    • MCF and CH4 lifetimes were unchanged
Bug fix in FlexChem: do not zero out ACTA, EOH, HCOOH concentrations Katie Travis (MIT) Bug Fix
  • This update only produced very small differences w/r/t v11-02-rc:
    • Mean OH decreased by 0.083%
    • MCF lifefime increased by 0.112%
    • CH4 lifetime increased by 0.112%
    • O3 STE flux decreased by 0.011%
Add GFED4.1 data for 2015 and 2016; Use GFED4.1 2016 in benchmarks Kate O'Dell (CSU)
GCST
Science
  • Data files downloaded 27 Jun 2018
  • This update only produced small differences:
    • Mean OH increased by 0.60%
    • MCF lifefime decreased by 0.65%
    • CH4 lifetime decreased by 0.64%
    • O3 STE flux decreased by 0.0093%
Features NOT affecting the full-chemistry simulation:
Bug fixes for stratospheric chemistry: GCST Bug fix
Limit flash rate density in hcox_lightnox_mod.F90 Lee Murray (Rochester) Bug fix
Initial structural modifications for interfacing GEOS-Chem into WRF Haipeng Lin (Peking U.) Structural
  • This process is ongoing in GEOS-Chem 12
Minor fixes for mercury chemistry updates implemented in v11-02f Colin Thackray (Harvard) Bug fix
Restore default timestep for MERRA-2 nested grid simulations to 10/20 Ke Li (Harvard) Bug fix
Remove duplicate C3HI spectrum in FJX_spec.dat and FJX_j2j.dat Tomas Sherwen (York) Bug fix
  • A difference test w/r/t the previous commit yielded identical results
Fixed typo that prevented PM2.5 from being archived to netCDF output Jonathan Moch (Harvard)
GCST
Bug fix
Bring two-way nested-grid code option up-to-date Yingying Yan (PKU)
Jintai Lin (PKU)
Structural
  • This option is invoked by compiling with EXCHANGE=y
  • A difference test w/r/t the previous commit yielded identical results.
Do not force L=1 by default in planeflight_mod.F Katie Travis (MIT)
GCST
Bug fix
Add PH2O2 to the default list of prod/loss families in the KPP mechanisms GCST Structural
  • This update facilitates saving out oxidant fields from a full-chemistry simulation that can be used to drive an aerosol-only simulation.
Update to HEMCO v2.1.008, which includes minor updates:
  1. Fixed error in HEMCO "exact" cycling option
    • NOTE: This update introduced an unforeseen side-effect which will be fixed in GEOS-Chem 12.1.0.

Update to HEMCO v2.1.007, which includes minor updates:

  1. Stop with error if multiple containers have the same name
  2. Bug fix for distributing emissions in the vertical dimension
  3. Add extra error checks in HEMCO standalone module
  4. Remove null string character from netCDF unit string
  5. Bug fix for HEMCO soil NOx error with ifort 17
GCST
Christoph Keller
Jenny Fisher
Structural &
Bug fix
Bug fix for reference time in netCDF diagnostic files GCST Bug fix
Updates for QFED biomass burning emissions:
  1. Update to QFED v2.5r1
  2. Fix QFED v2.4r6 files for 2016/10/13
Christoph Keller (NASA GMAO) Bug fix
Fix issues in complexSOA and complexSOA_SVPOA restart files Eloise Marais (U. Birmingham) Bug fix
Avoid double counting CEDS and GEIA NH3 biofuel emissions Christoph Keller (NASA/GMAO)
GCST
Bug fix
  • The default HEMCO behavior is to prioritize CEDS over GEIA NH3 anthro and biofuel emissions. But to avoid confusion, we will explicitly request this behavior in the HEMCO_Config.rc files that ship with the GEOS-Chem Unit Tester.
Bug fixes for v11-02 simulations using the RRTMG radiative transfer model Chris Holmes (U. Florida) Bug Fix
  • This only affects the RRTMG simulations. Full-chemistry difference-tests yielded identical results w/r/t v11-02-rc.
Now always declare the netCDF time variable with an unlimited dimension Chris Holmes (U. Florida) Structural
  • Full-chemistry difference-tests yielded identical results w/r/t v11-02-rc.

New data directories in 12.0.0

The following data directories have been added or updated in this version. You will have to download the directories relevant to your simulation.

Inventory Type What was added? Version added Directory
QFED biomass burning emissions OPTIONAL New data files for QFED v2.5r1 12.0.0 HEMCO/QFED/v2018-07
GFED4 biomass burning emissions DEFAULT GFED4.1 data files for 2015 and 2016 have been added 12.0.0 HEMCO/GFED4/v2015-10/
MEGAN DEFAULT Global 0.25x0.3125 CLM4 PFT and emission factor input files for MEGAN v11-02f HEMCO/MEGAN/v2017-07/
MODIS LAI DEFAULT Updated 0.25 x 0.25 MODIS LAI files (2005-2011) v11-02f CHEM_INPUTS/MODIS_LAI_201707/
Lightning NOx DEFAULT GEOS-FP OTD-LIS redistribution factors for Apr 2012 - Jul 2017 and MERRA-2 OTD-LIS redistribution factors for any date v11-02f HEMCO/LIGHTNOX/v2017-09/
Volcanic SO2 emissions DEFAULT OMI-based volcanic emissions for 2005-2012 v11-02f HEMCO/VOLCANO/v2018-03/
APEI DEFAULT Historical Canadian emissions v11-02f HEMCO/APEI/v2016-11/
EDGAR v4.3 OPTIONAL Annual global anthropogenic emissions for 1970-2010 at 0.1x0.1 resolution v11-02f HEMCO/EDGARv43/v2016-11/
C2H6_2010 DEFAULT Global fossil fuel and biofuel emissions of C2H6 for 2010 v11-02f HEMCO/C2H6_2010/v2017-05/
DICE-Africa DEFAULT Biofuel and diffuse anthropogenic emissions for Africa v11-02f HEMCO/DICE_Africa/v2016-10/
Trash burning emissions OPTIONAL Global trash burning emissions from Wiedinmyer et al. (2014) v11-02f HEMCO/TrashEmis/v2015-03/
SEABIRD NH3 DEFAULT NH3 emissions from arctic sea birds v11-02f HEMCO/NH3/v2018-04
OMOC OPTIONAL Spatially varying OM/OC ratio v11-02e HEMCO/OMOC/v2018-01
NOAA GMD CH4 DEFAULT Monthly mean surface methane distributions v11-02e HEMCO/NOAA_GMD/v2018-01
UCX Tropchem only Input files for applying linearized stratospheric chemistry production and loss rates saved out from a UCX simulation using GEOS-Chem v11-02d v11-02e HEMCO/UCX/v2018-02/
IODINE DEFAULT Monthly emission fluxes of organic iodine compounds (CH3I, CH2I2, CH2ICl, CH2IBr) from Carlos Ordonez. v11-02d HEMCO/IODINE/v2017-09/
GMI DEFAULT New symbolic links:
  • gmi.clim.RIPA.geos5.2x25.nc -> gmi.clim.RIP.geos5.2x25
  • gmi.clim.RIPB.geos5.2x25.nc -> gmi.clim.RIP.geos5.2x25
  • gmi.clim.RIPD.geos5.2x25.nc -> gmi.clim.RIP.geos5.2x25
  • gmi.clim.IPMN.geos5.2x25.nc -> gmi.clim.PMN.geos5.2x25
  • gmi.clim.NPMN.geos5.2x25.nc -> gmi.clim.PMN.geos5.2x25
v11-02c HEMCO/GMI/v2015-02/
NEI2011 North American emissions DEFAULT (global)
OPTIONAL (nested NA)
Monthly mean data files (created from the existing hourly data in HEMCO/NEI2011/v2015-03) v11-02a HEMCO/NEI2011/v2017-02-MM/
ALD2 DEFAULT Fields for ALD2 emissions, including:
  • Seawater concentration of acetaldehyde
  • Heterotrophic respiration rates, used to compute biogenic emissions of ALD2 and EOH

(added with the PAN updates)

v11-02a HEMCO/ALD2/v2017-03/
POET DEFAULT Anthropogenic emissions of ethanol from the POET inventory
(added with the PAN updates)
v11-02a HEMCO/POET/v2017-03/
Soil NOx DEFAULT New file: DepReservoirDefault.nc
Read default DEP_RESERVOIR fields from file when not found in HEMCO restart file
v11-02a HEMCO/SOILNOX/v2014-07/

NOTES:

  1. DEFAULT denotes that the inventory is part of the default HEMCO emissions configuration that you get when you run GEOS-Chem "out-of-the-box".
  2. OPTIONAL denotes optional inventories that you may use (or not) according to your research needs.

--Bob Yantosca (talk) 20:02, 29 June 2018 (UTC)

Validation

In this section we provide information about the benchmarks and tests that we have done to validate GEOS-Chem v11-03.

1-month and 1-year benchmarks

For complete information about the benchmark simulations used to validate GEOS-Chem v11-03, please see our GEOS-Chem 12 benchmark history wiki page.

Performance

Please see the following resources below for more information about the performance of GEOS-Chem 12.0.0.

GEOS-Chem "Classic" performance

We have performed several timing tests with GEOS-Chem "Classic" 12.0.0 and have posted our results on the wiki:

We invite you to add your own time test results to the wiki.

--Bob Yantosca (talk) 18:06, 17 August 2018 (UTC)

GCHP performance

Help us pool performance information across systems by contributing your GCHP run information on our GCHP Timing Tests page.

--Bob Yantosca (talk) 18:06, 17 August 2018 (UTC)

Previous issues now resolved in GEOS-Chem 12

Please see Issues now resolved in GEOS-Chem 12 for a list of bugs and/or technical issues have been resolved in GEOS-Chem 12.0.0 through GEOS-Chem 12.5.0. Issues resolved after GEOS-Chem 12.5.0 can be found on the following Github pages:

Outstanding issues not yet resolved in GEOS-Chem 12

Unresolved issues are listed on the following Github pages:


GEOS-Chem Main Page | GCHP Main Page