-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move the CMake build of the dycore from fv3atm into GFDL_atmos_cubed_sphere * Clean up the fv3atm CMakeLists.txt Co-authored-by: Dom Heinzeller <dom.heinzeller@icloud.com>
- Loading branch information
Showing
5 changed files
with
43 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
*.o | ||
*.[aox] | ||
*.mod | ||
*.a | ||
*.pyc | ||
|
||
*.sw[a-p] | ||
~ | ||
|
||
build/ | ||
install/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[submodule "atmos_cubed_sphere"] | ||
path = atmos_cubed_sphere | ||
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere | ||
branch = dev/emc | ||
path = atmos_cubed_sphere | ||
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere | ||
branch = dev/emc | ||
[submodule "ccpp/framework"] | ||
path = ccpp/framework | ||
url = https://github.com/NCAR/ccpp-framework | ||
branch = main | ||
path = ccpp/framework | ||
url = https://github.com/NCAR/ccpp-framework | ||
branch = main | ||
[submodule "ccpp/physics"] | ||
path = ccpp/physics | ||
url = https://github.com/NCAR/ccpp-physics | ||
branch = main | ||
path = ccpp/physics | ||
url = https://github.com/NCAR/ccpp-physics | ||
branch = main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule atmos_cubed_sphere
updated
10 files
+7 −0 | .gitignore | |
+227 −0 | CMakeLists.txt | |
+2 −0 | README.md | |
+37 −0 | cmake/FV3Config.cmake.in | |
+130 −0 | cmake/FindESMF.cmake | |
+347 −0 | cmake/FindNetCDF.cmake | |
+16 −0 | cmake/compiler_flags_GNU_Fortran.cmake | |
+25 −0 | cmake/compiler_flags_Intel_Fortran.cmake | |
+11 −0 | cmake/fv3_compiler_flags.cmake | |
+0 −115 | makefile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters