Skip to content

Commit

Permalink
Point to AG branch of MOM6
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-g committed Aug 26, 2024
1 parent a498280 commit 2bdb03c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "MOM6/MOM6"]
path = MOM6/MOM6
url = https://github.com/NCAR/MOM6
url = https://github.com/angus-g/MOM6
[submodule "CICE6/CICE6"]
path = CICE/CICE
url = https://github.com/ESCOMP/CICE
Expand Down
4 changes: 4 additions & 0 deletions MOM6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ target_sources(OM3_mom6 PRIVATE
MOM6/src/ALE/coord_rho.F90
MOM6/src/ALE/coord_sigma.F90
MOM6/src/ALE/coord_zlike.F90
MOM6/src/ALE/filter_utils.F90
MOM6/src/ALE/MOM_ALE.F90
MOM6/src/ALE/MOM_hybgen_regrid.F90
MOM6/src/ALE/MOM_hybgen_remap.F90
Expand Down Expand Up @@ -62,6 +63,7 @@ target_sources(OM3_mom6 PRIVATE
MOM6/src/core/MOM_CoriolisAdv.F90
MOM6/src/core/MOM_density_integrals.F90
MOM6/src/core/MOM_dynamics_split_RK2.F90
MOM6/src/core/MOM_dynamics_split_RK2b.F90
MOM6/src/core/MOM_dynamics_unsplit.F90
MOM6/src/core/MOM_dynamics_unsplit_RK2.F90
MOM6/src/core/MOM.F90
Expand Down Expand Up @@ -89,6 +91,7 @@ target_sources(OM3_mom6 PRIVATE
MOM6/src/diagnostics/MOM_wave_speed.F90

MOM6/src/equation_of_state/MOM_EOS.F90
MOM6/src/equation_of_state/MOM_EOS_base_type.F90
MOM6/src/equation_of_state/MOM_EOS_Jackett06.F90
MOM6/src/equation_of_state/MOM_EOS_linear.F90
MOM6/src/equation_of_state/MOM_EOS_Roquet_rho.F90
Expand Down Expand Up @@ -202,6 +205,7 @@ target_sources(OM3_mom6 PRIVATE
MOM6/src/parameterizations/lateral/MOM_MEKE.F90
MOM6/src/parameterizations/lateral/MOM_MEKE_types.F90
MOM6/src/parameterizations/lateral/MOM_mixed_layer_restrat.F90
MOM6/src/parameterizations/lateral/MOM_self_attr_load.F90
MOM6/src/parameterizations/lateral/MOM_spherical_harmonics.F90
MOM6/src/parameterizations/lateral/MOM_thickness_diffuse.F90
MOM6/src/parameterizations/lateral/MOM_tidal_forcing.F90
Expand Down
2 changes: 1 addition & 1 deletion MOM6/MOM6
Submodule MOM6 updated 228 files

0 comments on commit 2bdb03c

Please sign in to comment.