File tree Expand file tree Collapse file tree 4 files changed +0
-107
lines changed
Expand file tree Collapse file tree 4 files changed +0
-107
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ set (srcs
1010 Cube2LatLon.F90 LatLon2Cube.F90 AppGridCreate.F90 FV_StateMod.F90
1111 AdvCore_GridCompMod.F90
1212 DynCore_GridCompMod.F90 CreateInterpWeights_GridCompMod.F90
13- StandAlone_DynAdvCore_GridCompMod.F90
1413 CubeToLatLonRegridder.F90
1514 LatLonToCubeRegridder.F90
1615 CubeToCubeRegridder.F90
@@ -163,26 +162,11 @@ foreach(flag ${tmp})
163162 target_compile_options (${this} PRIVATE $<$<COMPILE_LANGUAGE:Fortran>:${flag} >)
164163endforeach ()
165164
166- ecbuild_add_executable (
167- TARGET StandAlone_FV3_Dycore.x
168- SOURCES StandAlone_FV3_Dycore.F90
169- LIBS ${this} OpenMP::OpenMP_Fortran)
170-
171165ecbuild_add_executable (
172166 TARGET rs_scale.x
173167 SOURCES rs_scale.F90
174168 LIBS ${this} OpenMP::OpenMP_Fortran)
175169
176- ecbuild_add_executable (
177- TARGET StandAlone_AdvCore.x
178- SOURCES StandAlone_AdvCore.F90
179- LIBS ${this} OpenMP::OpenMP_Fortran)
180-
181- ecbuild_add_executable (
182- TARGET StandAlone_DynAdvCore.x
183- SOURCES StandAlone_DynAdvCore.F90
184- LIBS ${this} OpenMP::OpenMP_Fortran)
185-
186170ecbuild_add_executable (
187171 TARGET c2c.x
188172 SOURCES c2c.F90
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments