-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
4,900 additions
and
113 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
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
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
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 +1 @@ | ||
0.25.0 | ||
0.26.0 |
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,3 +1,4 @@ | ||
set( ENABLE_TRANS ON CACHE BOOL "Enable TRANS" ) | ||
set( ENABLE_BOUNDSCHECKING ON CACHE BOOL "Enable bounds checking") | ||
set( ENABLE_TESSELATION OFF CACHE BOOL "Disable CGAL" ) # cgal is old in leap42 | ||
set( ENABLE_OMP_CXX OFF CACHE BOOL "Disable OpenMP for C++" ) # because of problems with clang OpenMP |
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
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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Test for the cubed-sphere grid that uses the equiangular formulation and projection. | ||
# See following paper and references therein for a desciption of the grid. | ||
# Putman, W. M., and S.-J. Lin 2007 Finite-volume transport on various cubed-sphere grids. | ||
# J. Comput. Phys., 227, 55–78 | ||
|
||
type : "cubedsphere_equiangular" | ||
N : 12 | ||
|
||
check : | ||
size : 866 | ||
lonlat(first) : [315, -35.2644] | ||
lonlat(last) : [45.0000, -42.6612] | ||
uid : 8aa0b472107ce06c53b5c760886b9fb1 | ||
bounding_box(n,w,s,e) : [90,0,-90,360] |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Test for the Cubed-Sphere grid that uses the standard equiangular formulation and projection. | ||
# For decription and references see: | ||
# Lin, S.-J. 2004 A “vertically Lagrangian” finite-volume dynamical core for global models. | ||
# Mon. Wea. Rev., 132, 2293–2307. | ||
# Lin, S.-J., and R. B. Rood 1996 Multidimensional flux-form semi-Lagrangian transport schemes. | ||
# Mon. Wea. Rev., 124, 2046–2070. | ||
|
||
type : "cubedsphere_equidistant" | ||
N : 12 | ||
|
||
check : | ||
size : 866 | ||
lonlat(first) : [315, -35.2644] | ||
lonlat(last) : [45.0000,-40.3155] | ||
uid : 682db241b2f45498663d78d795ceb64d | ||
bounding_box(n,w,s,e) : [90,0,-90,360] |
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
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
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
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
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
Oops, something went wrong.