Skip to content

Commit bf8785d

Browse files
committed
Fixes mapl3 update issue
1 parent 2fd7d0f commit bf8785d

File tree

4 files changed

+0
-107
lines changed

4 files changed

+0
-107
lines changed

CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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}>)
164163
endforeach()
165164

166-
ecbuild_add_executable (
167-
TARGET StandAlone_FV3_Dycore.x
168-
SOURCES StandAlone_FV3_Dycore.F90
169-
LIBS ${this} OpenMP::OpenMP_Fortran)
170-
171165
ecbuild_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-
186170
ecbuild_add_executable (
187171
TARGET c2c.x
188172
SOURCES c2c.F90

StandAlone_AdvCore.F90

Lines changed: 0 additions & 31 deletions
This file was deleted.

StandAlone_DynAdvCore.F90

Lines changed: 0 additions & 32 deletions
This file was deleted.

StandAlone_FV3_Dycore.F90

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)