Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/aoloso/hybrid 012924 #269

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
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,489 changes: 1,609 additions & 2,880 deletions DynCore_GridCompMod.F90

Large diffs are not rendered by default.

Loading
Loading