-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from dustinswales/feature/ccpp_implementation
Feature/ccpp implementation
- Loading branch information
Showing
39 changed files
with
4,193 additions
and
3,352 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
Submodule atmos_cubed_sphere
updated
18 files
+6 −5 | CMakeLists.txt | |
+1 −1 | cmake/compiler_flags_Intel_Fortran.cmake | |
+56 −119 | docs/Doxyfile | |
+0 −0 | driver/UFS/DYCORE_typedefs.F90 | |
+159 −108 | driver/UFS/atmosphere.F90 | |
+0 −0 | driver/UFS/fv_nggps_diag.F90 | |
+0 −0 | driver/UFS/fv_ufs_restart_io.F90 | |
+2 −2 | model/a2b_edge.F90 | |
+4 −4 | model/dyn_core.F90 | |
+5 −2 | model/fv_arrays.F90 | |
+6 −3 | model/fv_control.F90 | |
+6 −16 | model/fv_dynamics.F90 | |
+7 −7 | model/fv_mapz.F90 | |
+66 −0 | tools/cubed_sphere_inc_mod.F90 | |
+23 −16 | tools/fv_iau_mod.F90 | |
+1 −1 | tools/fv_nudge.F90 | |
+15 −7 | tools/fv_restart.F90 | |
+196 −4 | tools/fv_treat_da_inc.F90 |
Large diffs are not rendered by default.
Oops, something went wrong.
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.