From cdeb74279a019418151e5114c80fa683dbfd8e02 Mon Sep 17 00:00:00 2001 From: Andrey Debolskiy <and.debol@gmail.com> Date: Fri, 11 Apr 2025 11:22:20 +0300 Subject: [PATCH] updated sfx to match climate model --- CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53a3320..177d524 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,14 +75,16 @@ if (WITH_TESTS) endif() # adding sfx and config-parser stuff #fetch sfx model + FetchContent_Declare( - sfxlib - GIT_REPOSITORY http://tesla.parallel.ru/inmcm-mirror/sfx.git - GIT_TAG origin/main) + sfxlib + GIT_REPOSITORY https://gitlab.inm.ras.ru/climate-model/sfx-tesla.git + GIT_TAG 56d94a6226b60b521e5096a1826e2d7dcf890b7b) FetchContent_MakeAvailable(sfxlib) FetchContent_GetProperties(sfxlib) + #Config parser from sfx_lib is needed if (WITH_RRTMG) list(APPEND test_files src/rrtm_interface.f90) -- GitLab