From 070c29ee20be34f4e5bac096ca031c226d1b6fe9 Mon Sep 17 00:00:00 2001 From: Christopher Bull <5499680+chrisb13@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:22:34 +0000 Subject: [PATCH] Update CMakeLists.txt Update so we can use the ACCESS-NRI MOM6 repo for mom_cap_gtracer_flux.F90 (this file has been copied [here](https://github.com/ACCESS-NRI/MOM6/commit/9af8a789b895055ee1fd02ee667d07cfc5cacf5d) --- MOM6/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MOM6/CMakeLists.txt b/MOM6/CMakeLists.txt index 5bba4d9..fe55acd 100644 --- a/MOM6/CMakeLists.txt +++ b/MOM6/CMakeLists.txt @@ -378,7 +378,7 @@ target_sources(OM3_mom6 PRIVATE MOM6/src/equation_of_state/MOM_EOS_base_type.F90 MOM6/src/parameterizations/lateral/MOM_self_attr_load.F90 - extra_sources/mom_cap_gtracer_flux.F90 + MOM6/config_src/drivers/nuopc_cap/mom_cap_gtracer_flux.F90 ) #turning off patches - cb 17/12/24