Skip to content

Commit

Permalink
Updates GEOS-Chem from 14.4.2 to 14.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Sep 24, 2024
1 parent c2dadf8 commit d129bbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
path = src/chemistry/geoschem/geoschem_src
url = https://github.com/geoschem/geos-chem.git
fxrequired = AlwaysRequired
fxtag = 14.4.2
fxtag = 14.4.3
fxDONOTUSEurl = https://github.com/geoschem/geos-chem.git

[submodule "cloud_j"]
Expand Down
2 changes: 1 addition & 1 deletion src/chemistry/geoschem/geoschem_src
Submodule geoschem_src updated 32 files
+1 −1 .github/workflows/stale.yml
+26 −1 CHANGELOG.md
+7 −0 GeosCore/diagnostics_mod.F90
+186 −158 GeosCore/planeflight_mod.F90
+16 −22 GeosCore/sulfate_mod.F90
+47 −2 Headers/state_diag_mod.F90
+1 −1 Interfaces/GCHP/gchp_historyexports_mod.F90
+1 −1 run/GCClassic/HEMCO_Diagn.rc.templates/HEMCO_Diagn.rc.fullchem
+7 −3 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
+4 −1 run/GCClassic/createRunDir.sh
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.CH4
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.CO2
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.Hg
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.POPs
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.TransportTracers
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.aerosol
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.carbon
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.fullchem
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.metals
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.tagCO
+2 −2 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.tagO3
+1 −1 run/GCHP/HEMCO_Diagn.rc.templates/HEMCO_Diagn.rc.fullchem
+211 −211 run/GCHP/HISTORY.rc.templates/HISTORY.rc.fullchem
+56 −0 run/GCHP/setCommonRunSettings.sh.template
+1 −11 test/integration/GCClassic/integrationTestCompile.sh
+47 −12 test/integration/GCClassic/integrationTestCreate.sh
+1 −11 test/integration/GCClassic/integrationTestExecute.sh
+1 −13 test/integration/GCHP/integrationTestCompile.sh
+21 −12 test/integration/GCHP/integrationTestCreate.sh
+5 −13 test/integration/GCHP/integrationTestExecute.sh
+50 −0 test/shared/alldiags/Planeflight.dat.20190701
+87 −7 test/shared/commonFunctionsForTests.sh

0 comments on commit d129bbd

Please sign in to comment.