Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
* @GEOS-ESM/ocean-team

# The GEOS CMake Team is the CODEOWNER for the CMakeLists.txt files in this repository
CMakeLists.txt @GEOS-ESM/cmake-team
# But Ocean team should also be notified
CMakeLists.txt @GEOS-ESM/cmake-team @GEOS-ESM/ocean-team
1 change: 1 addition & 0 deletions MOM6_GEOSPlug/mom6_cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ list( APPEND MOM6_SRCS
# src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90
# src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90
# src/equation_of_state/TEOS10/gsw_t_from_ct.f90
src/framework/MOM_ANN.F90
src/framework/MOM_array_transform.F90
src/framework/MOM_checksums.F90
src/framework/MOM_coms.F90
Expand Down
Loading