Skip to content

Commit

Permalink
GEOS-Chem submod update: Merge PR #2254 (Fixes for FRSNO)
Browse files Browse the repository at this point in the history
This commit informs the GCHP superproject about the following
commits that were pushed to the GitHub geoschem/geos-chem repository:

203a480b6 Merge PR #2254 (Fix bug in usage of FRSNO met field)

This PR corrects inconsistencies in how the FRSNO met field is used.
It is now the fraction of snow in grid box, not fraction of snow on land.

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Apr 26, 2024
1 parent e86ba15 commit 0780924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GCHP_GridComp/GEOSChem_GridComp/geos-chem
Submodule geos-chem updated 31 files
+3 −0 CHANGELOG.md
+15 −14 GeosCore/calc_met_mod.F90
+2 −2 GeosCore/depo_mercury_mod.F90
+18 −0 GeosCore/diagnostics_mod.F90
+15 −3 GeosCore/flexgrid_read_mod.F90
+3 −3 GeosCore/hco_interface_gc_mod.F90
+4 −4 GeosCore/land_mercury_mod.F90
+1 −1 GeosCore/ocean_mercury_mod.F90
+130 −0 Headers/state_diag_mod.F90
+41 −34 Headers/state_met_mod.F90
+10 −3 Interfaces/GCHP/Includes_Before_Run.H
+2 −2 Interfaces/GEOS/Includes_Before_Run.H
+1 −1 Interfaces/GEOS/geos_interface.F90
+2 −2 run/CESM/HISTORY.rc
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.CH4
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.CO2
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.Hg
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.POPs
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.TransportTracers
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.aerosol
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.carbon
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.metals
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.tagCH4
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.tagCO
+2 −2 run/GCClassic/HISTORY.rc.templates/HISTORY.rc.tagO3
+2 −2 run/GCHP/HISTORY.rc.templates/HISTORY.rc.CO2
+2 −2 run/GCHP/HISTORY.rc.templates/HISTORY.rc.TransportTracers
+2 −2 run/GCHP/HISTORY.rc.templates/HISTORY.rc.carbon
+2 −2 run/GCHP/HISTORY.rc.templates/HISTORY.rc.fullchem
+2 −2 run/GEOS/TransportTracers/HISTORY.rc

0 comments on commit 0780924

Please sign in to comment.