diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index de8be7e..3821e4d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 diff --git a/MOM6_GEOSPlug/mom6_cmake/CMakeLists.txt b/MOM6_GEOSPlug/mom6_cmake/CMakeLists.txt index cd15b53..bc757a5 100644 --- a/MOM6_GEOSPlug/mom6_cmake/CMakeLists.txt +++ b/MOM6_GEOSPlug/mom6_cmake/CMakeLists.txt @@ -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