Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
abl-mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inmcm-mirror
abl-mirror
Commits
cdeb7427
Commit
cdeb7427
authored
2 months ago
by
Debolskiy Andrey
Browse files
Options
Downloads
Patches
Plain Diff
updated sfx to match climate model
parent
c43f1723
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-3
5 additions, 3 deletions
CMakeLists.txt
with
5 additions
and
3 deletions
CMakeLists.txt
+
5
−
3
View file @
cdeb7427
...
@@ -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 http
s
://
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment