Skip to content

Commit

Permalink
Merge branch 'main' into feature/bmauer/refactor_interp_restart
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrabenh authored Dec 16, 2021
2 parents b2088c0 + 6562914 commit 2bae9ed
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3,008 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update to `idcheck.pl` to allow fvsetup to check whether the expid already exists in the SemperPy databases

- Moved Lightning_mod.F90 and lightning_toolbox_mod.F90 from GEOS_Shared to a different repository (GEOSchem_GridComp)

## [1.4.11] - 2021-11-03

### Changed
Expand Down
3 changes: 1 addition & 2 deletions GEOS_Shared/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ set (srcs
tropovars.F90 surfacelayer.F90 GEOS_TopoGet.F90
GEOS_GmapMod.F90 GEOS_RemapMod.F90 G3_MPI_Util_Mod.F90 windfix.F90
PWSSSP.F sphere.F calcdbz.F OVP.F90
getco2.F90 Lightning_mod.F90 lightning_toolbox_mod.F90
atmOceanIntLayer.F90
getco2.F90 atmOceanIntLayer.F90
)

esma_add_library(${this} SRCS ${srcs} DEPENDENCIES MAPL)
Expand Down
Loading

0 comments on commit 2bae9ed

Please sign in to comment.