We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 699e16f + 39578f9 commit 9e64e70Copy full SHA for 9e64e70
2 files changed
.github/CODEOWNERS
@@ -7,4 +7,5 @@
7
* @GEOS-ESM/ocean-team
8
9
# The GEOS CMake Team is the CODEOWNER for the CMakeLists.txt files in this repository
10
-CMakeLists.txt @GEOS-ESM/cmake-team
+# But Ocean team should also be notified
11
+CMakeLists.txt @GEOS-ESM/cmake-team @GEOS-ESM/ocean-team
MOM6_GEOSPlug/mom6_cmake/CMakeLists.txt
@@ -140,6 +140,7 @@ list( APPEND MOM6_SRCS
140
# src/equation_of_state/TEOS10/gsw_t_freezing_exact.f90
141
# src/equation_of_state/TEOS10/gsw_t_freezing_poly.f90
142
# src/equation_of_state/TEOS10/gsw_t_from_ct.f90
143
+ src/framework/MOM_ANN.F90
144
src/framework/MOM_array_transform.F90
145
src/framework/MOM_checksums.F90
146
src/framework/MOM_coms.F90
0 commit comments