Skip to content

Commit d71f274

Browse files
authored
Merge pull request #144 from GEOS-ESM/feature/bmauer/refactor_interp_restart
Refactor and update interp_restarts.x for new restart types
2 parents d2c80dc + f2af6a5 commit d71f274

File tree

7 files changed

+5909
-479
lines changed

7 files changed

+5909
-479
lines changed

CMakeLists.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ set (srcs
1515
CubeToLatLon.F90
1616
CubeGridPrototype.F90
1717
GEOS_FV3_Utilities.F90
18+
fv_regrid_c2c.F90
19+
fv_regrid_c2c_bin.F90
20+
fv_regridding_utils.F90
21+
rs_scaleMod.F90
1822
)
1923

2024
if (ESMA_USE_GFE_NAMESPACE)
@@ -101,4 +105,10 @@ ecbuild_add_executable (
101105
LIBS ${this})
102106
set_target_properties (interp_restarts.x PROPERTIES LINK_FLAGS "${OpenMP_Fortran_FLAGS}")
103107

108+
ecbuild_add_executable (
109+
TARGET interp_restarts_bin.x
110+
SOURCES interp_restarts_bin.F90
111+
LIBS ${this})
112+
set_target_properties (interp_restarts_bin.x PROPERTIES LINK_FLAGS "${OpenMP_Fortran_FLAGS}")
113+
104114
add_subdirectory(scripts)

0 commit comments

Comments
 (0)