Difference between revisions of "GEOS-Chem 12"
(→12.0.0) |
|||
Line 1: | Line 1: | ||
− | + | '''''[[Main_Page|GEOS-Chem Main Page]] | [[GCHP_Main_Page|GCHP Main Page]]''''' | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | == Version history summary == | ||
− | == | + | {|border="1" width="1000px" bordercolor="#000000" cellspacing="0" cellpadding="5" |
− | The | + | |width="225px" align="center"|<font size="+2">[[GEOS-Chem versions|Past releases]]</font> |
+ | |width="225px" align="center"|<font size="+2">[[GEOS-Chem model development_priorities|Future releases]]</font> | ||
+ | |||
+ | |} | ||
+ | |||
+ | 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 [[GEOS-Chem model development priorities|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 [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 | {| border=1 cellspacing=0 cellpadding=5 | ||
− | |- | + | |-bgcolor="#CCCCCC" |
− | !width=" | + | !width="500px"|Feature |
− | + | !width="200px"|Submitted by | |
− | !width=" | + | !width="100px"|Type |
− | !width=" | + | !width="300px"|Notes and References |
− | !width=" | + | |
− | |- | + | |-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] |
− | |bgcolor="#CCFFFF"|'''[[GEOS-Chem | + | |Paolo Sebastianelli (Wollongong)<br>Bob Yantosca (GCST) |
− | |[http://acmg.seas.harvard.edu/ | + | |Bug fix |
− | |[[GEOS-Chem | + | | |
+ | |||
+ | |-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° x 0.625° 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 | + | 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 | {| border=1 cellspacing=0 cellpadding=5 | ||
Line 57: | Line 394: | ||
!width="200px"|Submitted by | !width="200px"|Submitted by | ||
!width="100px"|Type | !width="100px"|Type | ||
− | !width="300px"| | + | !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 | ||
|- | |- | ||
Line 63: | Line 637: | ||
|-valign="top" | |-valign="top" | ||
− | |[ | + | |[https://www.atmos-chem-phys.net/19/9613/2019/ Isoprene chemistry] |
− | | | + | |Kelvin Bates (Harvard) |
|Science | |Science | ||
| | | | ||
− | * | + | *[https://github.com/geoschem/geos-chem/pull/142 geoschem/geos-chem PR #142] |
|-valign="top" | |-valign="top" | ||
− | |[ | + | |[https://agupubs.onlinelibrary.wiley.com/doi/full/10.1002/2017GL075270 Wet deposition parameterization] |
− | | | + | |Kelvin Bates (Harvard)<br>Sarah Safieddine (MIT) |
|Science | |Science | ||
| | | | ||
− | * | + | *[https://github.com/geoschem/geos-chem/pull/142 geoschem/geos-chem PR #142] |
|-valign="top" | |-valign="top" | ||
− | |[ | + | |[https://www.atmos-chem-phys.net/20/4227/2020/ Ozone deposition to the ocean] |
− | | | + | |Ryan Pound (York)<br>Mat Evans (York) |
|Science | |Science | ||
| | | | ||
+ | *[https://github.com/geoschem/geos-chem/pull/170 geoschem/geos-chem PR #170] | ||
|-valign="top" | |-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 | |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 | ||
+ | | | ||
|} | |} | ||
− | === 12. | + | ==== New data directories in 12.8.0 ==== |
− | The | + | 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 | {| border=1 cellspacing=0 cellpadding=5 | ||
Line 100: | Line 783: | ||
!width="200px"|Submitted by | !width="200px"|Submitted by | ||
!width="100px"|Type | !width="100px"|Type | ||
− | !width="300px"| | + | !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 | ||
|- | |- | ||
Line 106: | Line 883: | ||
|-valign="top" | |-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 | ||
| | | | ||
− | |||
|} | |} | ||
− | === 12.1.0 === | + | ==== 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 | {| border=1 cellspacing=0 cellpadding=5 | ||
Line 123: | Line 1,003: | ||
!width="200px"|Submitted by | !width="200px"|Submitted by | ||
!width="100px"|Type | !width="100px"|Type | ||
− | !width="300px"| | + | !width="300px"|Notes and References |
|- | |- | ||
Line 129: | Line 1,009: | ||
|-valign="top" | |-valign="top" | ||
− | |[ | + | |[https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2018JD029046 Small alkyl nitrate chemistry] |
− | | | + | |Jenny Fisher (Wollongong) |
− | | | + | |Science |
| | | | ||
− | |||
|-valign="top" | |-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 | |Science | ||
| | | | ||
− | |||
− | |||
|-valign="top" | |-valign="top" | ||
− | |[[ | + | |[[Leaf_area_indices_in_GEOS-Chem#Yuan_processed_MODIS_LAI|Update to Yuan processed MODIS LAI product (covering years 2005-2016)]] |
− | | | + | |GCST |
− | |Bug Fix | + | |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 | ||
| | | | ||
Line 153: | Line 1,055: | ||
|-valign="top" | |-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/<br> | + | |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 | ||
| | | | ||
|} | |} | ||
− | === 12. | + | ==== 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 | {| border=1 cellspacing=0 cellpadding=5 | ||
Line 176: | Line 1,256: | ||
!width="200px"|Submitted by | !width="200px"|Submitted by | ||
!width="100px"|Type | !width="100px"|Type | ||
− | !width="300px"| | + | !width="300px"|Notes and References |
|- | |- | ||
− | !colspan="4" bgcolor="#CCFFFF"|Features affecting | + | !colspan="4" bgcolor="#CCFFFF"|Features only affecting GCHP: |
|-valign="top" | |-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 | |Bug Fix | ||
− | | | + | | |
− | * | + | *[https://github.com/geoschem/HEMCO/issues/5 geoschem/HEMCO #5] |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|-valign="top" | |-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 | |Science | ||
− | | | + | | |
|-valign="top" | |-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 | |Bug fix | ||
− | | | + | |[https://github.com/geoschem/geos-chem-unittest/pull/9 geoschem/geos-chem-unittest PR #9] |
− | + | ||
|-valign="top" | |-valign="top" | ||
− | + | !colspan="4" bgcolor="#CCFFFF"|Updates that will NOT affect full-chemistry simulations | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|-valign="top" | |-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" | |-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 | |Bug fix | ||
− | | | + | | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|-valign="top" | |-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é (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°x0.3125°, 2014-2017) | ||
+ | *MERRA-2 meteorlogy (0.5°x0.625°, 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) | |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 | |Bug fix | ||
− | | | + | | |
|- | |- | ||
Line 249: | Line 1,852: | ||
|-valign="top" | |-valign="top" | ||
− | |[[ | + | |[[FlexGrid|FlexGrid Stage 2: Add capability to define custom grids]] |
− | | | + | |Melissa Sulprizio ([[GCST]])<br>Jiawei Zhuang (Harvard) |
− | | | + | |Structural |
− | | | + | | |
− | + | ||
|-valign="top" | |-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 | |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" | |-valign="top" | ||
− | |[[ | + | |[[Mineral_dust_aerosols#Offline_Dust_Emissions|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) | |
+ | |[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OFFLINE_DUST/v2019-01/ <tt>HEMCO/OFFLINE_DUST/v2019-01</tt>] | ||
|-valign="top" | |-valign="top" | ||
− | |[[GEOS-Chem_12# | + | |[[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°x0.3125°, 2014-2017) | ||
+ | *MERRA-2 meteorlogy (0.5°x0.625°, 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°x0.3125°, 2014-2017) | ||
+ | *MERRA-2 meteorlogy (0.5°x0.625°, 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°x0.3125°, 2014-2017) | ||
+ | *MERRA-2 meteorlogy (0.5°x0.625°, 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 | |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" | |-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 | |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" | |-valign="top" | ||
− | |[[GEOS-Chem | + | |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]] | |[[GCST]] | ||
|Bug fix | |Bug fix | ||
− | | | + | | |
|-valign="top" | |-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]] | |[[GCST]] | ||
|Bug fix | |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" | |-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 | {| border=1 cellspacing=0 cellpadding=5 | ||
|-bgcolor="#CCCCCC" | |-bgcolor="#CCCCCC" | ||
!width="200px"|Inventory | !width="200px"|Inventory | ||
+ | !width="100px"|Type | ||
!width="400px"|What was added? | !width="400px"|What was added? | ||
− | !width=" | + | !width="300px"|Directory |
− | + | ||
|-valign="top" | |-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]]) | + | --[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 16:34, 13 February 2019 (UTC) |
− | == | + | === 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]]. | ||
− | + | 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-TransportTracers|''1-year transport benchmark simulation'']] | ||
− | + | This version includes the updates listed below. | |
{| border=1 cellspacing=0 cellpadding=5 | {| border=1 cellspacing=0 cellpadding=5 | ||
|-bgcolor="#CCCCCC" | |-bgcolor="#CCCCCC" | ||
− | !width=" | + | !width="500px"|Feature |
− | !width="100px"| | + | !width="200px"|Submitted by |
+ | !width="100px"|Type | ||
+ | !width="300px"|Notes | ||
+ | |||
+ | |- | ||
+ | !colspan="4" bgcolor="#CCFFFF"|Features affecting the full-chemistry simulation: | ||
|-valign="top" | |-valign="top" | ||
− | | | + | |[[Anthropogenic_emissions#BRAVO|Retire BRAVO emissions and use CEDS for Mexico instead]] |
+ | |Melissa Sulprizio ([[GCST]]) | ||
+ | |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 | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | !colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[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]]) | ||
+ | |Benchmarking | ||
+ | | | ||
+ | *Added to the GEOS-Chem Rn-Pb-Be simulation, but may be added to any simulation by following [[Transport_Working_Group#Implementation_in_GEOS-Chem|these steps]]. | ||
+ | *This will facilitate comparisons of transport between GEOS-Chem "Classic" and/or GCHP vs. the NASA GEOS-DAS system. | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[ObsPack diagnostic]] | ||
+ | |Andy Jacobson (NOAA/ESRL)<br>Bob Yantosca ([[GCST]]) | ||
+ | |Structural | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GFAS biomass burning emissions]] (as an option) | ||
+ | |Mat Evans (York)<br>Killian Murphy (York) | ||
+ | |Science | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#Fix_bug_in_stratosperic_aerosol_surface_area_netcdf_diagnostics|Fix bug in stratosperic aerosol surface area netcdf diagnostics]] | ||
+ | |Jonathan Moch (Harvard)<br>Christoph Keller (GMAO) | ||
+ | |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 | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | !colspan="4" bgcolor="#CCFFFF"|Features affecting GCHP only: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[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]]) | ||
+ | |Structural | ||
+ | | | ||
+ | *Currently compatible with Intel compilers only | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_restart_files#New_fields_added_to_the_GEOS-Chem_restart_file|New fields in GCHP output restart file]] | ||
+ | |Lizzie Lundgren ([[GCST]]) | ||
+ | |Bug Fix &<br>Structural | ||
+ | | | ||
+ | *Adds additional variables to GCHP internal state for carrying across multi-segmented runs | ||
+ | *Equivalent to GEOS-Chem Classic update in [[GEOS-Chem_12#12.1.0|12.1.0]] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#GCHP_Bug_fix:_use_checkpoint_output_file_as_subsequent_run_restart|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 | + | 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" | |
+ | |[[GFAS biomass burning emissions]] | ||
+ | |OPTIONAL | ||
+ | |GFAS biomass burning emissions for 2003-present (updated monthly) | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/GFAS/v2018-09/ <tt>HEMCO/GFAS/v2018-09/</tt>] | ||
− | = | + | |-valign="top" |
+ | |[[EDGAR_v4.2_anthropogenic_emissions|EDGAR v4.2 emissions of SF6]] | ||
+ | |DEFAULT | ||
+ | |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>] | ||
− | + | |-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>] | ||
− | + | |} | |
− | + | 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.1.1 === | |
− | + | <span style="color:green">'''''This version was released on 13 Dec 2018.'''''</span> | |
− | + | [https://doi.org/10.5281/zenodo.2249246 '''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. | |
− | < | + | <nowiki># 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</nowiki> | ||
− | < | + | '''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.1.0|new data directories for 12.1.0 if you haven't already]]. |
− | + | 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 | ||
− | ' | + | |-valign="top" |
+ | !colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry (benchmark) simulation: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Tagged CO simulation#Do not multiply emission timestep by 60|Bug fix for tagged CO: don't multiply emissions timestep by 60]] | ||
+ | |Dylan Jones (U. Toronto) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#Skip_planeflight_observations_outside_a_nested_domain|Skip planeflight observations outside a nested domain]] | ||
+ | |Lei Zhu (Harvard) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#Always_enable_BCPH_TPBC_to_allow_saving_out_BC_files_in_global_simulations|Always enable BCPH_TPBC to allow saving out BC files in global simulations]] | ||
+ | |Yanxu Zhang (Nanjing) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |Fix compilation issues: | ||
+ | *[https://github.com/geoschem/geos-chem/commit/096ad29d02afbdba64a5dd138df0c976ddee3140 Add hco_interface_mod.o to list of dependencies for get_met_mod.o and only compile get_met_mod.F90 and flexgrid_mod.F90 for GEOS-Chem "Classic"] | ||
+ | *[https://github.com/geoschem/geos-chem/commit/f9b2f19593afeaa396ff3ee3d315148d5a6f8600 Add flexgrid_read_mod.o to list of dependencies for hcoi_gc_main_mod.o] | ||
+ | |<br>Bob Yantosca ([[GCST]])<br>Haipeng Lin (PKU) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |- | ||
+ | !colspan="4" bgcolor="#CCFFFF"|Features affecting GCHP only: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#GCHP_transport_fix_to_prevent_instant_propagation_from_troposphere_to_stratosphere|GCHP transport fix to prevent instant propagation from troposphere to stratosphere]] | ||
+ | |Seb Eastham (MIT) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |} | ||
+ | |||
+ | --[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 16:05, 6 December 2018 (UTC) | ||
+ | |||
+ | === 12.1.0 === | ||
− | + | <span style="color:green">'''''This version was released on 26 Nov 2018.'''''</span> | |
− | + | '''[https://doi.org/10.5281/zenodo.1553349 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. | |
− | + | <nowiki># 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</nowiki> | |
− | 0 | + | |
− | + | '''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.1.0|new data directories for this version]]. | |
+ | |||
+ | Please see the following links for complete information about the validation of GEOS-Chem 12.1.0: | ||
+ | #[[GEOS-Chem_12_benchmark_history#12.1.0|''Approval form for 1-month benchmark simulation 12.1.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" | ||
+ | |[[List_of_diagnostics_archived_to_netCDF_format#The_Budget_collection|Budget diagnostics]] | ||
+ | |Lizzie Lundgren ([[GCST]])<br>Chris Holmes (Florida State) | ||
+ | |Diagnostics | ||
+ | | | ||
+ | *This update introduces differences on the level of numerical noise due to unit conversions | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Mineral_dust_aerosols#Anthropogenic_PM2.5_dust_source_in_GEOS-Chem|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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem restart files#Restart files in GEOS-Chem 12|GEOS-Chem restart file updates]] | ||
+ | |Melissa Sulprizio ([[GCST]]) | ||
+ | |Bug Fix &<br>Structural | ||
+ | | | ||
+ | *GEOS-Chem Classic only update | ||
+ | *This update introduces the following changes: | ||
+ | **Δ Mean OH: -0.016% | ||
+ | **Δ MCF lifetime: 0.022% | ||
+ | **Δ CH4 lifetime: 0.024% | ||
+ | |||
+ | |-valign="top" | ||
+ | |Updates and fixes for the CEDS anthropogenic emissions inventory: | ||
+ | *[[CEDS_anthropogenic_emissions#Add_missing_RCO_sector_to_CEDS_emissions_entries|Add missing RCO sector to CEDS emissions entries]] | ||
+ | *[[CEDS_anthropogenic_emissions#Include_CEDS_ship_emissions|Include CEDS ship emissions as default global ship emissions inventory]] | ||
+ | *[[CEDS_anthropogenic_emissions#Reduce_file_size_for_CEDS_inventory|Reduce file size for CEDS inventory]] | ||
+ | |<br>Pengfei Liu (Harvard)<br>Melissa Sulprizio ([[GCST]])<br>Jiawei Zhuang (Harvard) | ||
+ | |Bug fix | ||
+ | | | ||
+ | *This update introduces the following changes: | ||
+ | **Δ Mean OH: 0.17% | ||
+ | **Δ MCF lifetime: -0.37% | ||
+ | **Δ CH4 lifetime: -0.40% | ||
+ | |||
+ | |-valign="top" | ||
+ | |HEMCO fixes: | ||
+ | *[[Implementation_of_HEMCO_in_GEOS-Chem#Bug_fix:_Read_data_with_the_.22E.22_cycle_flag_just_once|HEMCO bug fix: prevent excessive attempts to read the HEMCO restart file when using GEOS-Chem "Classic"]] | ||
+ | *[[Implementation_of_HEMCO_in_GEOS-Chem#Add_fix_for_collapsing_model_levels_to_reduced_grid|Add fix for collapsing model levels to reduced grid]] | ||
+ | *[[Implementation_of_HEMCO_in_GEOS-Chem#Fix_unit_conversion_in_HCO_UNIT_GetAreaScal|Fix unit conversion in HCO_UNIT_GetAreaScal]] | ||
+ | |<br>Bob Yantosca ([[GCST]])<br>Melissa Sulprizio ([[GCST]])<br>Erin McDuffie (Dalhousie) | ||
+ | |Bug fix | ||
+ | | | ||
+ | *This update introduces very small changes: | ||
+ | **Δ Mean OH: -0.952% | ||
+ | **Δ MCF lifetime: 1.454% | ||
+ | **Δ CH4 lifetime: 1.502% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Boundary_layer_mixing#Mass_is_not_conserved_when_using_non-local_PBL_mixing|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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[#Allow_for_SZA_to_98_degrees_when_getting_photolysis_rates|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% | ||
+ | |||
+ | |- | ||
+ | !colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[FlexGrid|FlexGrid Stage 1: Use HEMCO to read met fields]] | ||
+ | |Jiawei Zhuang (Harvard)<br>Jintai Lin (PKU) | ||
+ | |Structural | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Add support for continuous integration with TravisCI|Add support for continuous integration with TravisCI – automatically test each commit as soon as it is pushed to Github]] | ||
+ | |Jiawei Zhuang (Harvard)<br>Bob Yantosca ([[GCST]]) | ||
+ | |Structural | ||
+ | | | ||
+ | *[https://travis-ci.com/geoschem/geos-chem/builds See build status page here] | ||
+ | |||
+ | |-valign="top" | ||
+ | |Added [[List of diagnostics archived to netCDF format|netCDF diagnostics]] in the following areas: | ||
+ | *[[CH4 simulation]] | ||
+ | *[[CO2 simulation]] | ||
+ | *[[POPs simulation|Persistent Organic Pollutants (POPS) simulation]] | ||
+ | *[[Mercury|Mercury simulation]] | ||
+ | **netCDF diagnostics for mercury are partially implemented in 12.1.0; to be completed in 12.2.0 | ||
+ | |Bob Yantosca ([[GCST]]) | ||
+ | |Diagnostics | ||
+ | | | ||
+ | *NOTE: The remaining netCDF diagnostics will be implemented into 12.2.0 and later versions, as time allows. | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Coupling_GEOS-Chem_with_RRTMG#netCDF_inputs_via_HEMCO|Convert input data for RRTMG from bpch to netCDF for input via HEMCO]] | ||
+ | |Bob Yantosca ([[GCST]]) | ||
+ | |Structural | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[CH4_simulation#Add_fixes_for_seasonal_scale_factors_in_CH4_simulations|Add fixes for seasonal scale factors in CH4 simulations]] | ||
+ | |Bram Maasakkers (SRON)<br>Melissa Sulprizio ([[GCST]]) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[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>]] | ||
+ | |Chris Holmes (Florida State)<br>[[GCST]] | ||
+ | |Structural | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#Update_HEMCO_configuration_file_for_tagged_CO_simulation|Update HEMCO configuration file for the tagged CO simulation]] | ||
+ | |Bob Yantosca ([[GCST]]) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |Structural updates to facilitate interfacing GEOS-Chem into WRF | ||
+ | |Haipeng Lin (Peking U)<br>[[GCST]] | ||
+ | |Structural | ||
+ | | | ||
+ | *This process will be ongoing throughout the GEOS-Chem 12 series of releases. | ||
+ | |||
+ | |-valign="top" | ||
+ | |Structural updates to facilitate interfacing GEOS-Chem into GEOS-5 | ||
+ | |Christoph Keller (GMAO)<br>Lizzie Lundgren (GCST) | ||
+ | |Structural | ||
+ | | | ||
+ | *This process will be ongoing throughout the GEOS-Chem 12 series of releases. | ||
+ | |||
+ | |- | ||
+ | !colspan="4" bgcolor="#CCFFFF"|Features affecting GCHP only: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#Fix_masked_anthropogenic_emissions_bug_in_GCHP|Fix masking bug to correctly apply anthropogenic emissions]] | ||
+ | |Lizzie Lundgren ([[GCST]]) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#Fix_regional_tile_file_used_for_APEI_inventory_in_GCHP|Remove erroneous 180 degree longitude shift in APEI regridding]] | ||
+ | |Lizzie Lundgren ([[GCST]]) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |Move GCHP run directory creation from GEOS-Chem Unit Tester to GCHP repository | ||
+ | |Lizzie Lundgren ([[GCST]]) | ||
+ | |Structural | ||
+ | | | ||
+ | |||
+ | |} | ||
+ | |||
+ | --[[User:Melissa Payer|Melissa Sulprizio]] ([[User talk:Melissa Payer|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 [[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|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" | ||
+ | |[[GEOS-Chem restart files]] | ||
+ | |DEFAULT | ||
+ | |[[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>] | ||
+ | |||
+ | |-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" | ||
+ | |[[Coupling GEOS-Chem with RRTMG|RRTMG input data]] | ||
+ | |OPTIONAL | ||
+ | |[[Coupling_GEOS-Chem_with_RRTMG#netCDF_inputs_via_HEMCO|netCDF input data files for the RRTMG specialty simulation (converted from the old "binary punch" format files)]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/RRTMG/v2018-11/ <tt>HEMCO/RRTMG/v2018-11/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[CEDS anthropogenic emissions]] | ||
+ | |DEFAULT | ||
+ | |[[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>] | ||
+ | |||
+ | |-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>] | ||
+ | |||
+ | |} | ||
+ | |||
+ | 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.0.3 === | ||
+ | |||
+ | <span style="color:green">'''''This version was released on 16 Oct 2018.'''''</span> | ||
+ | |||
+ | '''[https://doi.org/10.5281/zenodo.1464210 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. | ||
+ | |||
+ | <nowiki># Download the GEOS-Chem source code | ||
+ | git clone https://github.com/geoschem/geos-chem Code.12.0.3 | ||
+ | cd Code.12.0.3 | ||
− | <span style="color: | + | # 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</nowiki> | ||
+ | |||
+ | '''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.0.0|new data directories for 12.0.0 if you haven't already]]. | ||
+ | |||
+ | This version contains fixes that will only impact [[GCHP]]. | ||
+ | |||
+ | {| 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 GCHP only: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[#Fix_incorrect_run_configuration_for_offline_sea_salt_emissions_in_GCHP|Fix incorrect run configuration for offline sea salt emissions in GCHP]] | ||
+ | |Sebastian Eastham (MIT) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[#Fix_bug_in_application_of_CFC_surface_mixing_ratios_in_GCHP|Fix bug in application of CFC surface mixing ratios in GCHP]] | ||
+ | |Sebastian Eastham (MIT) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |} | ||
+ | |||
+ | --[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 18:21, 16 October 2018 (UTC) | ||
+ | |||
+ | === 12.0.2 === | ||
+ | |||
+ | <span style="color:green">'''''This version was released on 10 Oct 2018.'''''</span> | ||
+ | |||
+ | [https://doi.org/10.5281/zenodo.1455215 '''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. |
− | + | <nowiki># 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</nowiki> | ||
− | + | '''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.0.0|new data directories for 12.0.0 if you haven't already]]. | |
− | + | 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 (benchmark) simulation: | ||
− | + | |-valign="top" | |
+ | |[[#Fixed_local-time_averaging_in_ND51_and_ND51b_satellite_timeseries_diagnostics|Fixed local-time averaging in ND51 and ND51b satellite timeseries diagnostics]] | ||
+ | |Bo Zhang (NIA) | ||
+ | |Bug fix | ||
+ | |Implemented 04 Oct 2018 | ||
− | + | |-valign="top" | |
+ | |[[TOMAS_aerosol_microphysics#Fixes_for_missing_biomass_emissions_and_incorrect_aerosol_dry_deposition|Fixes to correct missing BC/OC biomass emissions and incorrect aerosol drydep in TOMAS simulations]] | ||
+ | |Pengfei Liu (Harvard) | ||
+ | |Bug fix | ||
+ | |Implemented 25 Sep 2018 | ||
− | + | |-valign="top" | |
− | + | |[[CO2_simulation#CO2_emissions_are_double_counted|Avoid double-counting of emissions in the CO2 simulation]] | |
− | + | |Beata Bukosa (U. Wollongong)<br>Christoph Keller (GMAO) | |
− | + | |Bug fix | |
+ | |Implemented 24 Sep 2018. | ||
− | + | |} | |
− | + | --[[User:Lizzie Lundgren|Lizzie Lundgren]] ([[User talk:Lizzie Lundgren|talk]]) 18:21, 16 October 2018 (UTC) | |
− | + | === 12.0.1 === | |
− | ''''' | + | <span style="color:green">'''''This version was released on 24 Aug 2018.'''''</span> |
− | + | '''[https://doi.org/10.5281/zenodo.1403144 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. | |
− | + | <nowiki># 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</nowiki> | ||
− | + | '''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.0.0|new data directories for 12.0.0 if you haven't already]]. | |
− | + | ||
− | + | ||
− | + | ||
− | + | 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 (benchmark) simulation: | ||
− | + | |-valign="top" | |
+ | |[[#Fix typo when registering the State_Chm%SSAlk field|Fix typo when registering the <tt>State_Chm%SSAlk</tt> field]] | ||
+ | |Shuting Zhai (U. Washington)<br>[[GCST]] | ||
+ | |Bug fix | ||
+ | | | ||
− | + | |-valign="top" | |
− | # | + | |Add fixes for several compilation issues: |
− | # | + | #Nullify rather than deallocate 3D met arrays for compatibility with gfortran 6+ when using GCHP |
+ | #[[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|Fix compilation issues encountered with GNU Fortran 8.2.0]] | ||
+ | #[[Intel_Fortran_Compiler#Compilation_issues_with_Intel_Fortran_18|Fix compilation issues encountered with Intel Fortran 18]] | ||
− | + | |[[GCST]] | |
+ | |Bug fix | ||
+ | | | ||
− | - | + | |-valign="top" |
+ | |[[Mercury#Restore_biomass_emissions_and_do_not_double_count_anthropogenic_emissions|Fixes for the Hg specialty simualtion: Restore biomass emissions and do not double-count anthropogenic emissions]] | ||
+ | |Colin Thackray (Harvard) | ||
+ | |Bug fix | ||
+ | | | ||
− | = | + | |-valign="top" |
+ | |[[Sulfate aerosols#Fix mis-indexing in the ND05 diagnostic|Fix mis-indexing in the ND05 diagnostic]] | ||
+ | |[[GCST]] | ||
+ | |Bug fix | ||
+ | | | ||
− | + | |-valign="top" | |
+ | |Minor updates to facilitate interfacing GEOS-Chem into GEOS-5 | ||
+ | |Lizzie Lundgren (GCST) | ||
+ | |Structural | ||
+ | | | ||
− | + | |} | |
− | < | + | --[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 14:31, 10 October 2018 (UTC) |
+ | |||
+ | === 12.0.0 === | ||
+ | |||
+ | <span style="color:green">'''''This version was released on 10 Aug 2018'''''</span> | ||
+ | |||
+ | [https://doi.org/10.5281/zenodo.1343547 '''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. | ||
+ | |||
+ | <nowiki># 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 | |
− | --[[User: | + | # 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</nowiki> | ||
+ | |||
+ | '''<span style="color:red">Important:</span>''' Make sure you also download the [[#New data directories in 12.0.0|new data directories for this version]]. | ||
+ | |||
+ | For more information about getting set up with GEOS-Chem, please see the [http://manual.geos-chem.org 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#v11-02 GEOS-Chem v11-02 release candidate|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: | ||
+ | #[[GEOS-Chem_12_benchmark_history#12.0.0|''Approval form for 1-month benchmark simulation 12.0.0'']] | ||
+ | #[[GEOS-Chem_12_benchmark_history#12.0.0-Run0|''Results for 1-year benchmark simulation 12.0.0-Run0'']] | ||
+ | |||
+ | {| 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 (benchmark) simulation: | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Trash_burning_emissions#Avoid_double_counting_trash_emissions|Turn off TRASH emissions by default to avoid double counting]] | ||
+ | |[[GCST]]<br>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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Add_entries_to_HEMCO_Config.rc_for_SOAP_and_pFe_in_CEDS_inventory|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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[#Bug fix for liquid water content in gckpp_HetRates.F90|Bug fix for liquid water content in gckpp_HetRates.F90]] | ||
+ | |Jiayue Huang (U. Washington)<br>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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Bug_fix_for_CH4_boundary_conditions|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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Fixed typo in call to GAMMA_HOBr_AER|Fixed typo in call to GAMMA_HOBr_AER]] | ||
+ | |Xuan Wang<br>[[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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |Correct issues when specifying [[DICE-Africa anthropogenic emissions inventory|DICE-Africa emissions]]: | ||
+ | *[[DICE-Africa_anthropogenic_emissions_inventory#Avoid_double-counting_between_DICE-Africa_and_other_inventories|Avoid double-counting between DICE-Africa and other inventories]] | ||
+ | *[[DICE-Africa_anthropogenic_emissions_inventory#Use_unique_names_for_DICE-Africa_entries_in_HEMCO_Config.rc|Use unique names for DICE-Africa entries in the <tt>HEMCO_Config.rc</tt> file]] | ||
+ | |Eloise Marais (U. Birmingham)<br>[[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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Organics_Working_Group#Add_missing_Criegee_intermediate_reaction|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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Ship_emissions#Fix_bug_in_ARCTAS_SHIP_SO2_scale_factors|Bug fix for ARCTAS_SHIP in <tt>HEMCO_Config.rc</tt> 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 | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[FlexChem#FlexChem bug fix: do not zero ACTA, EOH, HCOOH|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% | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GFED4_biomass_burning_emissions#Years_2015_and_2016_have_been_added|Add GFED4.1 data for 2015 and 2016; Use GFED4.1 2016 in benchmarks]] | ||
+ | |Kate O'Dell (CSU)<br>[[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% | ||
+ | |||
+ | |- | ||
+ | !colspan="4" bgcolor="#CCFFFF"|Features NOT affecting the full-chemistry simulation: | ||
+ | |||
+ | |-valign="top" | ||
+ | |Bug fixes for stratospheric chemistry: | ||
+ | *[[Stratospheric_chemistry#Disable_STE_calculation_printed_to_log_file|Disable STE calculation printed to log file]] | ||
+ | *[[Linoz_stratospheric_ozone_chemistry#Turn_on_Synoz_when_Linoz_is_set_to_false_in_input.geos|Turn on Synoz when Linoz is set to false in input.geos]] | ||
+ | |[[GCST]] | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Lightning_NOx_emissions#Limit_flash_rate_density_in_hcox_lightnox_mod.F90|Limit flash rate density in hcox_lightnox_mod.F90]] | ||
+ | |Lee Murray (Rochester) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Coupling_GEOS-Chem_with_NCAR_models#WRF|Initial structural modifications for interfacing GEOS-Chem into WRF]] | ||
+ | |Haipeng Lin (Peking U.) | ||
+ | |Structural | ||
+ | | | ||
+ | *This process is ongoing in GEOS-Chem 12 | ||
+ | |||
+ | |- | ||
+ | |[[Mercury#Added_chemistry_and_ocean_from_Horowitz_et_al._2017|Minor fixes for mercury chemistry updates implemented in v11-02f]] | ||
+ | |Colin Thackray (Harvard) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[MERRA-2_implementation_details#Default_timestep_for_MERRA-2_nested_grid_simulations|Restore default timestep for MERRA-2 nested grid simulations to 10/20]] | ||
+ | |Ke Li (Harvard) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Remove_duplicate_C3HI_spectrum_in_FJX_spec.dat_and_FJX_j2j.dat|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 | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Fixed typo that prevented PM2.5 from being archived to netCDF output|Fixed typo that prevented PM2.5 from being archived to netCDF output]] | ||
+ | |Jonathan Moch (Harvard)<br>[[GCST]] | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Two-way_coupling_between_global_and_nested_GEOS-Chem_models|Bring two-way nested-grid code option up-to-date]] | ||
+ | |Yingying Yan (PKU)<br>Jintai Lin (PKU) | ||
+ | |Structural | ||
+ | | | ||
+ | *This option is invoked by compiling with <tt>EXCHANGE=y</tt> | ||
+ | *A difference test w/r/t the previous commit yielded identical results. | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Planeflight_diagnostic#Do_not_force_L.3D1_by_default_in_planeflight_mod.F|Do not force L=1 by default in planeflight_mod.F]] | ||
+ | |Katie Travis (MIT)<br>[[GCST]] | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[#Add PH2O2 to the default list of prod/loss families in the KPP mechanisms|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. | ||
+ | |||
+ | |-valign="top" | ||
+ | |Update to HEMCO v2.1.008, which includes minor updates: | ||
+ | #[[Implementation of HEMCO in GEOS-Chem#Fixed_error_in_HEMCO_.22exact.22_time_option|Fixed error in HEMCO "exact" cycling option]] | ||
+ | #*NOTE: This update introduced an unforeseen side-effect which will be fixed in [[#12.1.0|GEOS-Chem 12.1.0]]. | ||
+ | Update to HEMCO v2.1.007, which includes minor updates: | ||
+ | #[[Implementation of HEMCO in GEOS-Chem#Stop with error if multiple containers have the same name|Stop with error if multiple containers have the same name]] | ||
+ | #[[Implementation of HEMCO in GEOS-Chem#Bug fix for distributing emissions in the vertical dimension|Bug fix for distributing emissions in the vertical dimension]] | ||
+ | #[[Implementation of HEMCO in GEOS-Chem#Add extra error checks in HEMCO standalone module|Add extra error checks in HEMCO standalone module]] | ||
+ | #[[Implementation of HEMCO in GEOS-Chem#Remove null string character from netCDF unit string|Remove null string character from netCDF unit string]] | ||
+ | #[[Implementation_of_HEMCO_in_GEOS-Chem#Bug fix for HEMCO soil NOx error with ifort 17|Bug fix for HEMCO soil NOx error with ifort 17]] | ||
+ | |[[GCST]]<br>Christoph Keller<br>Jenny Fisher | ||
+ | |Structural &<br>Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Bug fix for reference time in netCDF diagnostic files|Bug fix for reference time in netCDF diagnostic files]] | ||
+ | |[[GCST]] | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |Updates for [[QFED biomass burning emissions]]: | ||
+ | #[[QFED biomass burning emissions#Update to QFED v2.5r1|Update to QFED v2.5r1]] | ||
+ | #[[QFED_biomass_burning_emissions#Fix_QFED_files_for_2016.2F10.2F13|Fix QFED v2.4r6 files for 2016/10/13]] | ||
+ | |Christoph Keller (NASA GMAO) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem_12#Fix_issues_in_complexSOA_and_complexSOA_SVPOA_restart_files|Fix issues in complexSOA and complexSOA_SVPOA restart files]] | ||
+ | |Eloise Marais (U. Birmingham) | ||
+ | |Bug fix | ||
+ | | | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GEOS-Chem 12#Avoid double counting CEDS and GEIA NH3 biofuel emissions|Avoid double counting CEDS and GEIA NH3 biofuel emissions]] | ||
+ | |Christoph Keller (NASA/GMAO)<br>[[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 <tt>HEMCO_Config.rc</tt> files that ship with the [[GEOS-Chem Unit Tester]]. | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Coupling_GEOS-Chem_with_RRTMG#Bug_fixes_for_RRTMG_in_v11-02|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. | ||
+ | |||
+ | |-valign="top" | ||
+ | |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 [[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="100px"|Version added | ||
+ | !width="300px"|Directory | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[QFED biomass burning emissions]] | ||
+ | |OPTIONAL | ||
+ | |New data files for QFED v2.5r1 | ||
+ | |[[#12.0.0|12.0.0]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/QFED/v2018-07/ <tt>HEMCO/QFED/v2018-07</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[GFED4 biomass burning emissions]] | ||
+ | |DEFAULT | ||
+ | |[[GFED4 biomass_burning_emissions#Years_2015_and_2016_have_been_added|GFED4.1 data files for 2015 and 2016 have been added]] | ||
+ | |[[#12.0.0|12.0.0]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/GFED4/v2015-10/ <tt>HEMCO/GFED4/v2015-10/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[MEGAN_v2.1_plus_Guenther_2012_biogenic_emissions|MEGAN]] | ||
+ | |DEFAULT | ||
+ | |[[MEGAN_v2.1_plus_Guenther_2012_biogenic_emissions#Global_0.25x0.25_MEGAN_input_and_MODIS_LAI|Global 0.25x0.3125 CLM4 PFT and emission factor input files for MEGAN]] | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/MEGAN/v2017-07/ <tt>HEMCO/MEGAN/v2017-07/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[MODIS_leaf_area_indices|MODIS LAI]] | ||
+ | |DEFAULT | ||
+ | |[[MEGAN_v2.1_plus_Guenther_2012_biogenic_emissions#Global_0.25x0.25_MEGAN_input_and_MODIS_LAI|Updated 0.25 x 0.25 MODIS LAI files (2005-2011)]] | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/CHEM_INPUTS/MODIS_LAI_201707/ <tt>CHEM_INPUTS/MODIS_LAI_201707/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Lightning_NOx_emissions|Lightning NOx]] | ||
+ | |DEFAULT | ||
+ | |GEOS-FP OTD-LIS redistribution factors for Apr 2012 - Jul 2017 and MERRA-2 OTD-LIS redistribution factors for any date | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/LIGHTNOX/v2017-09/ <tt>HEMCO/LIGHTNOX/v2017-09/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Volcanic_SO2_emissions_from_Aerocom|Volcanic SO2 emissions]] | ||
+ | |DEFAULT | ||
+ | |[[Volcanic_SO2_emissions_from_Aerocom#OMI-based_volcanic_emissions|OMI-based volcanic emissions for 2005-2012]] | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/VOLCANO/v2018-03/ <tt>HEMCO/VOLCANO/v2018-03/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |APEI | ||
+ | |DEFAULT | ||
+ | |[[CAC_anthropogenic_emissions#Historical_Canadian_emissions|Historical Canadian emissions]] | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/APEI/v2016-11/ <tt>HEMCO/APEI/v2016-11/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[EDGAR_v4.3_anthropogenic_emissions|EDGAR v4.3]] | ||
+ | |OPTIONAL | ||
+ | |Annual global anthropogenic emissions for 1970-2010 at 0.1x0.1 resolution | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/EDGARv43/v2016-11/ <tt>HEMCO/EDGARv43/v2016-11/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |C2H6_2010 | ||
+ | |DEFAULT | ||
+ | |[[Anthropogenic_emissions#C2H6|Global fossil fuel and biofuel emissions of C2H6 for 2010]] | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/C2H6_2010/v2017-05/ <tt>HEMCO/C2H6_2010/v2017-05/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[DICE-Africa_anthropogenic_emissions_inventory|DICE-Africa]] | ||
+ | |DEFAULT | ||
+ | |Biofuel and diffuse anthropogenic emissions for Africa | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/DICE_Africa/v2016-10/ <tt>HEMCO/DICE_Africa/v2016-10/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Trash burning emissions]] | ||
+ | |OPTIONAL | ||
+ | |Global trash burning emissions from Wiedinmyer et al. (2014) | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/TrashEmis/v2015-03/ <tt>HEMCO/TrashEmis/v2015-03/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |SEABIRD NH3 | ||
+ | |DEFAULT | ||
+ | |[[NH3_emissions#NH3_emissions_from_arctic_seabirds|NH3 emissions from arctic sea birds]] | ||
+ | |[[GEOS-Chem v11-02#v11-02f|v11-02f]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/NH3/v2018-04/ <tt>HEMCO/NH3/v2018-04</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |OMOC | ||
+ | |OPTIONAL | ||
+ | |[[Particulate_matter_in_GEOS-Chem#Option_to_include_spatially_and_seasonally_varying_OM.2FOC|Spatially varying OM/OC ratio]] | ||
+ | |[[GEOS-Chem v11-02#v11-02e|v11-02e]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/OMOC/v2018-01/ <tt>HEMCO/OMOC/v2018-01</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |NOAA GMD CH4 | ||
+ | |DEFAULT | ||
+ | |[[NOx-Ox-HC-aerosol#Monthly_mean_surface_distributions|Monthly mean surface methane distributions]] | ||
+ | |[[GEOS-Chem v11-02#v11-02e|v11-02e]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/NOAA_GMD/v2018-01/ <tt>HEMCO/NOAA_GMD/v2018-01</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |UCX | ||
+ | |Tropchem only | ||
+ | |[[Stratospheric_chemistry#Prod.2Floss_rates_from_UCX|Input files for applying linearized stratospheric chemistry production and loss rates saved out from a UCX simulation using GEOS-Chem v11-02d]] | ||
+ | |[[GEOS-Chem v11-02#v11-02e|v11-02e]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/UCX/v2018-02/ <tt>HEMCO/UCX/v2018-02/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |IODINE | ||
+ | |DEFAULT | ||
+ | |[[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]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/IODINE/v2017-09/ <tt>HEMCO/IODINE/v2017-09/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |GMI | ||
+ | |DEFAULT | ||
+ | |New symbolic links: | ||
+ | *<tt>gmi.clim.RIPA.geos5.2x25.nc -> gmi.clim.RIP.geos5.2x25</tt> | ||
+ | *<tt>gmi.clim.RIPB.geos5.2x25.nc -> gmi.clim.RIP.geos5.2x25</tt> | ||
+ | *<tt>gmi.clim.RIPD.geos5.2x25.nc -> gmi.clim.RIP.geos5.2x25</tt> | ||
+ | *<tt>gmi.clim.IPMN.geos5.2x25.nc -> gmi.clim.PMN.geos5.2x25</tt> | ||
+ | *<tt>gmi.clim.NPMN.geos5.2x25.nc -> gmi.clim.PMN.geos5.2x25</tt> | ||
+ | |[[GEOS-Chem v11-02#v11-02c|v11-02c]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/GMI/v2015-02/ <tt>HEMCO/GMI/v2015-02/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[EPA/NEI11_North_American_emissions|NEI2011 North American emissions]] | ||
+ | |DEFAULT (global)<br>OPTIONAL (nested NA) | ||
+ | |[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/NEI2011/v2017-02-MM/README Monthly mean data files] (created from the existing hourly data in <tt>HEMCO/NEI2011/v2015-03</tt>) | ||
+ | |[[GEOS-Chem v11-02#v11-02a|v11-02a]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/NEI2011/v2017-02-MM/ <tt>HEMCO/NEI2011/v2017-02-MM/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |ALD2 | ||
+ | |DEFAULT | ||
+ | |[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/ALD2/v2017-03/README 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_to_Emissions|PAN updates]]) | ||
+ | |[[GEOS-Chem v11-02#v11-02a|v11-02a]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/ALD2/v2017-03/ <tt>HEMCO/ALD2/v2017-03/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |POET | ||
+ | |DEFAULT | ||
+ | |[http://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/POET/v2017-03/README Anthropogenic emissions of ethanol from the POET inventory]<br>(added with the [[PAN#Updates_to_Emissions|PAN updates]]) | ||
+ | |[[GEOS-Chem v11-02#v11-02a|v11-02a]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/POET/v2017-03/ <tt>HEMCO/POET/v2017-03/</tt>] | ||
+ | |||
+ | |-valign="top" | ||
+ | |[[Hudman_et_al_2012_soil_NOx_emissions_algorithm|Soil NOx]] | ||
+ | |DEFAULT | ||
+ | |New file: <tt>DepReservoirDefault.nc</tt><br>[[Implementation_of_HEMCO_in_GEOS-Chem#Read_default_DEP_RESERVOIR_fields_from_file_when_not_found_in_HEMCO_restart_file|Read default DEP_RESERVOIR fields from file when not found in HEMCO restart file]] | ||
+ | |[[GEOS-Chem v11-02#v11-02a|v11-02a]] | ||
+ | |[ftp://ftp.as.harvard.edu/gcgrid/data/ExtData/HEMCO/SOILNOX/v2014-07/ <tt>HEMCO/SOILNOX/v2014-07/</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. | ||
+ | |||
+ | --[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|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 [[GEOS-Chem v11-03 benchmark history|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: | ||
+ | |||
+ | *[[Timing_tests_with_GEOS-Chem_12.0.0#Table_of_7-model-day_run_times|Table of 7-day timing test results with GEOS-Chem 12.0.0]] | ||
+ | *[[Timing_tests_with_GEOS-Chem_12.0.0#Graphs_of_7-model-day_run_times|Graphs of 7-day timing test results with GEOS-Chem 12.0.0]] | ||
+ | *[[Media:GEOS-Chem_12.0.0_timing_results.pdf|''GEOS-Chem 12.0.0 "Classic" timing results'' by Bob Yantosca (PDF)]] | ||
+ | |||
+ | We invite you to add your own time test results to the wiki. | ||
+ | |||
+ | --[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|talk]]) 18:06, 17 August 2018 (UTC) | ||
+ | |||
+ | === GCHP performance === | ||
+ | |||
+ | Help us pool performance information across systems by contributing your GCHP run information on [[GCHP_Timing_Tests|our ''GCHP Timing Tests'' page]]. | ||
+ | |||
+ | --[[User:Bmy|Bob Yantosca]] ([[User talk:Bmy|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 [[#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] | ||
+ | *[https://github.com/geoschem/gchp/issues?q=is%3Aissue+is%3Aclosed GCHP closed issues] | ||
+ | |||
+ | == Outstanding issues not yet resolved in GEOS-Chem 12 == | ||
+ | |||
+ | Unresolved issues are listed on the following Github pages: | ||
+ | *[https://github.com/geoschem/geos-chem/issues GEOS-Chem open issues] | ||
+ | *[https://github.com/geoschem/gchp GCHP open issues] | ||
+ | |||
+ | ------------------------ | ||
+ | |||
+ | '''''[[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
Contents
- 1 Version history summary
- 2 Previously released stable versions
- 2.1 12.9.3
- 2.2 12.9.2
- 2.3 12.9.1
- 2.4 12.9.0
- 2.5 12.8.2
- 2.6 12.8.1
- 2.7 12.8.0
- 2.8 12.7.2
- 2.9 12.7.1
- 2.10 12.7.0
- 2.11 12.6.3
- 2.12 12.6.2
- 2.13 12.6.1
- 2.14 12.6.0
- 2.15 12.5.0
- 2.16 12.4.0
- 2.17 12.3.2
- 2.18 12.3.1
- 2.19 12.3.0
- 2.20 12.2.1
- 2.21 12.2.0
- 2.22 12.1.1
- 2.23 12.1.0
- 2.24 12.0.3
- 2.25 12.0.2
- 2.26 12.0.1
- 2.27 12.0.0
- 3 Validation
- 4 Performance
- 5 Previous issues now resolved in GEOS-Chem 12
- 6 Outstanding issues not yet resolved in GEOS-Chem 12
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.
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 |
|
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 |
|
12.9.2
This version was released on 24 Jul 2020.
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: | 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 |
|
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 |
|
--Bob Yantosca (talk) 16:21, 24 July 2020 (UTC)
12.9.1
This version was released on 17 Jul 2020.
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 |
|
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.
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-month benchmark for GEOS-Chem Classic
- 1-month benchmark for GCHP
- 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 |
|
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 |
|
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.
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.
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.
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.
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-month benchmark for GEOS-Chem Classic
- 1-month benchmark for GCHP
- 1-year transport tracer benchmark for GEOS-Chem Classic
- 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.
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
|
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+
|
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.
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.
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.
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-month benchmark for GEOS-Chem Classic
- 1-month benchmark for GCHP
- 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 |
|
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:
|
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.
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.
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 |
|
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.
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: | Bob Yantosca (GCST) Liam Bindle (GCST) |
Structural | |
Features only affecting GCHP: | |||
Fix regridding bug at poles | Lizzie Lundgren (GCST) | Bug fix |
|
12.6.0
This version was released on 18 Oct 2019.
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-month benchmark for GEOS-Chem Classic
- 1-month benchmark for GCHP
- 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
|
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)
|
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
|
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.
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:
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:
|
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
|
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 |
|
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:
|
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.
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-month benchmark for GEOS-Chem Classic
- 1-month benchmark for GCHP
- 1-year benchmark for GEOS-Chem Classic
This version includes the updates listed below.
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:
|
HEMCO/OFFLINE_DUST/v2019-01 |
OFFLINE_LIGHTNING | Default | Offline lightning flash densities and convective-cloud depths generated with:
|
HEMCO/OFFLINE_LIGHTNING/v2019-01 |
OFFLINE_BIOVOC | Default | Offline biogenic VOC emissions generated using GEOS-Chem v11-02 and:
|
HEMCO/OFFLINE_BIOVOC/v2019-01 |
OFFLINE_SEASALT | Default | Offline sea salt emissions generated with:
|
HEMCO/OFFLINE_SEASALT/v2019-01 |
OFFLINE_SOILNOX | Default | Offline soil NOx emissions generated with:
|
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.
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:
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 |
|
Bug fixes for the FAST-JX photolysis mechanism: | Bob Yantosca (GCST) | Bug fix |
|
Updates and fixes for HEMCO diagnostics, including:
|
Melissa Sulprizio (GCST) | Bug fix |
|
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
|
Lizzie Lundgren (GCST) | Structural |
|
Embed GEOS code within select GCHP files | Lizzie Lundgren (GCST) | Structural |
|
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 |
|
CHEM_INPUTS/FAST_JX/v2019-04 |
UCX chemistry mechanism | DEFAULT |
|
CHEM_INPUTS/UCX_201904 |
CEDS | OPTIONAL |
|
HEMCO/CEDS/v2018-08 |
12.3.1
This version was released on 08 Apr 2019.
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.
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:
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)
|
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 |
|
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:
- 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
This version was released on 28 Feb 2019.
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 |
|
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.
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:
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 |
|
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 |
|
New fields in GCHP output restart file | Lizzie Lundgren (GCST) | Bug Fix & Structural |
|
Bug fix: use checkpoint output file as subsequent run restart | Lizzie Lundgren (GCST) | Bug Fix |
|
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:
- 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.1.1
This version was released on 13 Dec 2018.
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.
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:
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 |
|
Anthropogenic PM2.5 dust source | Sajeev Philip (Dalhousie) | Science |
|
GEOS-Chem restart file updates | Melissa Sulprizio (GCST) | Bug Fix & Structural |
|
Updates and fixes for the CEDS anthropogenic emissions inventory: | Pengfei Liu (Harvard) Melissa Sulprizio (GCST) Jiawei Zhuang (Harvard) |
Bug fix |
|
HEMCO fixes: | Bob Yantosca (GCST) Melissa Sulprizio (GCST) Erin McDuffie (Dalhousie) |
Bug fix |
|
Fix mass conservation in non-local PBL mixing | Jintai Lin (PKU) | Bug fix |
|
Allow for SZA to 98 degrees when getting photolysis rates | Eric Fleming (GMAO) | Bug fix |
|
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 |
|
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 |
|
Structural updates to facilitate interfacing GEOS-Chem into GEOS-5 | Christoph Keller (GMAO) Lizzie Lundgren (GCST) |
Structural |
|
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:
- 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.0.3
This version was released on 16 Oct 2018.
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.
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.
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:
|
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
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:
- Approval form for 1-month benchmark simulation 12.0.0
- 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 |
|
Add entries to HEMCO_Config.rc for SOAP and pFe in CEDS inventory | GCST | Bug fix |
|
Bug fix for liquid water content in gckpp_HetRates.F90 | Jiayue Huang (U. Washington) Quanjie Chen (U. Washington) |
Bug fix |
|
Bug fix for CH4 boundary conditions | Lee Murray (Rochester) | Bug fix |
|
Fixed typo in call to GAMMA_HOBr_AER | Xuan Wang GCST |
Bug fix |
|
Correct issues when specifying DICE-Africa emissions: | Eloise Marais (U. Birmingham) GCST |
Bug Fix |
|
Add missing Criegee intermediate reaction | Xin Chen (UMN) | Bug fix |
|
Bug fix for ARCTAS_SHIP in HEMCO_Config.rc files | Barron Henderson (EPA) | Bug Fix |
|
Bug fix in FlexChem: do not zero out ACTA, EOH, HCOOH concentrations | Katie Travis (MIT) | Bug Fix |
|
Add GFED4.1 data for 2015 and 2016; Use GFED4.1 2016 in benchmarks | Kate O'Dell (CSU) GCST |
Science |
|
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 |
|
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 |
|
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 |
|
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 |
|
Update to HEMCO v2.1.008, which includes minor updates:
Update to HEMCO v2.1.007, which includes minor updates: |
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: | 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 |
|
Bug fixes for v11-02 simulations using the RRTMG radiative transfer model | Chris Holmes (U. Florida) | Bug Fix |
|
Now always declare the netCDF time variable with an unlimited dimension | Chris Holmes (U. Florida) | Structural |
|
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.
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.
--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:
- Table of 7-day timing test results with GEOS-Chem 12.0.0
- Graphs of 7-day timing test results with GEOS-Chem 12.0.0
- GEOS-Chem 12.0.0 "Classic" timing results by Bob Yantosca (PDF)
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: