Skip to content
Snippets Groups Projects
Commit cdeb7427 authored by Debolskiy Andrey's avatar Debolskiy Andrey :bicyclist_tone5:
Browse files

updated sfx to match climate model

parent c43f1723
No related branches found
No related tags found
No related merge requests found
...@@ -75,14 +75,16 @@ if (WITH_TESTS) ...@@ -75,14 +75,16 @@ if (WITH_TESTS)
endif() endif()
# adding sfx and config-parser stuff # adding sfx and config-parser stuff
#fetch sfx model #fetch sfx model
FetchContent_Declare( FetchContent_Declare(
sfxlib sfxlib
GIT_REPOSITORY http://tesla.parallel.ru/inmcm-mirror/sfx.git GIT_REPOSITORY https://gitlab.inm.ras.ru/climate-model/sfx-tesla.git
GIT_TAG origin/main) GIT_TAG 56d94a6226b60b521e5096a1826e2d7dcf890b7b)
FetchContent_MakeAvailable(sfxlib) FetchContent_MakeAvailable(sfxlib)
FetchContent_GetProperties(sfxlib) FetchContent_GetProperties(sfxlib)
#Config parser from sfx_lib is needed #Config parser from sfx_lib is needed
if (WITH_RRTMG) if (WITH_RRTMG)
list(APPEND test_files src/rrtm_interface.f90) list(APPEND test_files src/rrtm_interface.f90)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment