Skip to content

Commit

Permalink
Update GEOS-Chem and dependencies in .gitmodules
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Jul 16, 2024
1 parent 6512c83 commit e50b9b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
path = src/chemistry/geoschem/geoschem_src
url = https://github.com/geoschem/geos-chem.git
fxrequired = AlwaysRequired
fxtag = feature/geoschem_14.4_in_cesm
fxtag = dev/no-diff-to-benchmark
fxDONOTUSEurl = https://github.com/geoschem/geos-chem.git

[submodule "cloud_j"]
path = src/chemistry/cloud_j
url = https://github.com/geoschem/cloud-j.git
fxrequired = AlwaysRequired
fxtag = feature/set_levels_with_cloud_from_parent_model
fxtag = 7.7.2
fxDONOTUSEurl = https://github.com/geoschem/cloud-j.git

[submodule "hetp"]
Expand Down
2 changes: 1 addition & 1 deletion src/chemistry/geoschem/geoschem_src
Submodule geoschem_src updated 42 files
+35 −6 CHANGELOG.md
+13 −2 GeosCore/cldj_interface_mod.F90
+6 −3 GeosCore/diagnostics_mod.F90
+7 −0 GeosCore/gc_environment_mod.F90
+2 −2 GeosCore/hco_interface_gc_mod.F90
+15 −6 GeosCore/photolysis_mod.F90
+0 −23 GeosCore/ucx_mod.F90
+8 −4 Headers/state_grid_mod.F90
+13 −0 History/history_mod.F90
+19 −14 History/history_netcdf_mod.F90
+310 −266 run/CESM/HEMCO_Config.rc
+1 −1 run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.aerosol
+1 −1 run/GCClassic/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem
+2 −11 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.CH4
+1 −10 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.CO2
+1 −11 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.Hg
+1 −10 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.TransportTracers
+1 −6 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.aerosol
+2 −11 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.carbon
+1 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
+1 −11 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.metals
+1 −11 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.tagCO
+1 −10 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.tagO3
+8 −0 run/GCClassic/createRunDir.sh
+1 −1 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.Hg
+1 −1 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.aerosol
+1 −1 run/GCClassic/geoschem_config.yml.templates/geoschem_config.yml.fullchem
+5 −4 run/GCHP/ExtData.rc.templates/ExtData.rc.fullchem
+12 −3 run/GCHP/GCHP.rc.template
+1 −1 run/GCHP/HEMCO_Config.rc.templates/HEMCO_Config.rc.fullchem
+2 −0 run/GCHP/createRunDir.sh
+1 −1 run/GCHP/geoschem_config.yml.templates/geoschem_config.yml.fullchem
+125 −54 run/GCHP/setCommonRunSettings.sh.template
+2 −0 run/shared/settings/geosfp/geosfp.preprocessed_ll.txt
+2 −0 run/shared/settings/geosfp/geosfp.raw_ll.txt
+2 −0 run/shared/settings/geosit/discover/geosit.raw_cs.discover.txt
+2 −0 run/shared/settings/geosit/discover/geosit.raw_ll.discover.txt
+2 −0 run/shared/settings/geosit/geosit.preprocessed_ll.txt
+2 −0 run/shared/settings/geosit/geosit.raw_cs.txt
+2 −0 run/shared/settings/geosit/geosit.raw_ll.txt
+2 −0 run/shared/settings/merra2.txt
+2 −0 run/shared/settings/modele2.1.txt

0 comments on commit e50b9b0

Please sign in to comment.