Skip to content

Commit

Permalink
Merge branch 'develop' into feature/mathomp4/separate-dna-mam-matrix
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	GAAS_GridComp/LDE_Mod.F90
#	GEOS_ChemGridComp.F90
  • Loading branch information
mathomp4 committed Aug 8, 2023
2 parents 4b13413 + 5c1d969 commit bf7aeaf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

# Anchors to prevent forgetting to update a version
baselibs_version: &baselibs_version v7.7.0
bcs_version: &bcs_version v10.22.3
baselibs_version: &baselibs_version v7.13.0
bcs_version: &bcs_version v11.00.0

orbs:
ci: geos-esm/circleci-tools@1
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added

- Connectivity from GMI to ACHEM (4 fields)

### Removed

- Removed `MAMchem_GridComp`, `MATRIXchem_GridComp`, `DNA_GridComp`, `CARMAchem_GridComp`, `GAAS_GridComp`, and `GEOSachem_GridComp` as these are now in separate repos
Expand All @@ -20,8 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `GEOSachem_GridComp`[GEOSachem](https://github.com/GEOS-ESM/GEOSachem)

### Changed

- Update CI to use Baselibs 7.13.0

### Fixed

- Fix a bug in GAAS where it gets the VM (global instead of the correct current)

## [1.13.1] - 2023-04-24

### Added
Expand Down
7 changes: 7 additions & 0 deletions GEOS_ChemGridComp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,13 @@ subroutine SetServices ( GC, RC )
DST_ID = ACHEM, SRC_ID = STRATCHEM, __RC__ )
ENDIF

IF(myState%enable_GMICHEM .AND. myState%enable_ACHEM) then
CALL MAPL_AddConnectivity ( GC, &
SRC_NAME = (/'O ', 'OH ', 'OX ', 'OCS_JRATE'/), &
DST_NAME = (/'O3P ', 'OHSTRAT ', 'O3 ', 'OCS_JRATE'/), &
DST_ID = ACHEM, SRC_ID = GMICHEM, __RC__ )
ENDIF


! GOCART <=> ACHEM (OCS CHEMISTRY)
! ---------------------------------
Expand Down

0 comments on commit bf7aeaf

Please sign in to comment.