Skip to content

Commit

Permalink
Add GEOS-Chem and HEMCO submodule updates for TOMAS simulations
Browse files Browse the repository at this point in the history
For more details see:

- geoschem/geos-chem#2060
- geoschem/HEMCO#251

Signed-off-by: Melissa Sulprizio <[email protected]>
  • Loading branch information
msulprizio committed Dec 6, 2023
1 parent a6ea06c commit 28e7761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased 14.3.0] - TBD
### Changed
- Updated GEOS-Chem submodule to 14.3.0
- Updated HEMCO submodule to 3.6.0

## [14.2.3] - 2023-12-01
### Added
Expand Down
2 changes: 1 addition & 1 deletion src/GEOS-Chem
Submodule GEOS-Chem updated 49 files
+5 −0 CHANGELOG.md
+27 −21 GeosCore/aero_drydep.F90
+4 −7 GeosCore/aerosol_mod.F90
+137 −124 GeosCore/carbon_mod.F90
+3 −3 GeosCore/chemistry_mod.F90
+44 −44 GeosCore/diag3.F90
+7 −7 GeosCore/drydep_mod.F90
+31 −29 GeosCore/dust_mod.F90
+2 −1 GeosCore/emissions_mod.F90
+233 −57 GeosCore/fullchem_mod.F90
+9 −9 GeosCore/gamap_mod.F90
+13 −20 GeosCore/gc_environment_mod.F90
+1 −2 GeosCore/hco_interface_gc_mod.F90
+2 −6 GeosCore/hcoi_gc_diagn_mod.F90
+2 −2 GeosCore/input_mod.F90
+1 −0 GeosCore/mixing_mod.F90
+18 −18 GeosCore/ndxx_setup.F90
+1 −224 GeosCore/seasalt_mod.F90
+98 −81 GeosCore/sulfate_mod.F90
+742 −526 GeosCore/tomas_mod.F90
+23 −45 GeosCore/wetscav_mod.F90
+11 −0 Headers/state_chm_mod.F90
+1,743 −24 Headers/state_diag_mod.F90
+9 −7 KPP/custom/custom.eqn
+3 −0 KPP/fullchem/CHANGELOG_fullchem.md
+9 −7 KPP/fullchem/fullchem.eqn
+5 −1 KPP/fullchem/fullchem_HetStateFuncs.F90
+8,496 −8,473 KPP/fullchem/gckpp_Function.F90
+12,790 −12,757 KPP/fullchem/gckpp_Jacobian.F90
+809 −809 KPP/fullchem/gckpp_JacobianSP.F90
+2,010 −2,000 KPP/fullchem/gckpp_LinearAlgebra.F90
+194 −193 KPP/fullchem/gckpp_Monitor.F90
+253 −251 KPP/fullchem/gckpp_Parameters.F90
+510 −506 KPP/fullchem/gckpp_Util.F90
+2 −2 run/CESM/HEMCO_Config.rc
+14 −2 run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem
+488 −0 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
+15 −3 run/GCHP/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem
+488 −0 run/GCHP/HISTORY.rc.templates/HISTORY.rc.fullchem
+5 −0 run/GCHP/createRunDir.sh
+36 −2 run/GCHP/setCommonRunSettings.sh.template
+2 −2 run/WRF/fullchem/HEMCO_Config.rc
+228 −84 run/shared/setupConfigFiles.sh
+8 −0 run/shared/species_database.yml
+81 −81 run/shared/species_database_tomas.yml
+0 −3 test/integration/GCClassic/integrationTestCreate.sh
+6 −3 test/integration/GCHP/integrationTestCreate.sh
+1 −2 test/parallel/GCClassic/parallelTestCompile.sh
+2 −6 test/shared/commonFunctionsForTests.sh
2 changes: 1 addition & 1 deletion src/HEMCO

0 comments on commit 28e7761

Please sign in to comment.