Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set (srcs
CubeHalo.F90
Cube2LatLon.F90 LatLon2Cube.F90 AppGridCreate.F90 FV_StateMod.F90
AdvCore_GridCompMod.F90
DynCore_GridCompMod.F90 CreateInterpWeights_GridCompMod.F90
FVdycoreCubed_GridCompMod.F90 CreateInterpWeights_GridCompMod.F90
StandAlone_DynAdvCore_GridCompMod.F90
CubeToLatLonRegridder.F90
LatLonToCubeRegridder.F90
Expand All @@ -21,6 +21,12 @@ set (srcs
fv_regrid_c2c_bin.F90
fv_regridding_utils.F90
rs_scaleMod.F90
# Begin Coarse GC files
SSI_FineToCoarseMod.F90
SSI_CoarseToFineMod.F90
SSI_TypeMod.F90
DynCore_GridCompMod.F90
# End Coarse GC files
)
if (BUILD_GEOS_GTFV3_INTERFACE)
list (APPEND srcs
Expand Down
4,595 changes: 1,698 additions & 2,897 deletions DynCore_GridCompMod.F90

Large diffs are not rendered by default.

Loading