forked from ESCOMP/CAM
-
Notifications
You must be signed in to change notification settings - Fork 4
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 ESCOMP#1135 from jimmielin/hplin/tropopause_find
cam6_4_037: Implementation of CCPP-ized tropopause_find with compatibility with current CAM
- Loading branch information
Showing
23 changed files
with
340 additions
and
1,087 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_phys
updated
25 files
+201 −0 | LICENSE | |
+0 −34 | LICENSE.txt | |
+218 −0 | cam_diagnostics/tropopause_diagnostics.F90 | |
+191 −0 | cam_diagnostics/tropopause_diagnostics.meta | |
+40 −0 | doc/ChangeLog | |
+117 −50 | doc/NamesNotInDictionary.txt | |
+159 −0 | musica/micm/micm_util.F90 | |
+48 −144 | musica/micm/musica_ccpp_micm.F90 | |
+81 −17 | musica/musica_ccpp.F90 | |
+1 −1 | musica/musica_ccpp.meta | |
+13 −0 | musica/musica_ccpp_namelist.xml | |
+84 −0 | musica/tuvx/musica_ccpp_tuvx.F90 | |
+7 −0 | suite_cam7.xml | |
+10 −4 | test/docker/Dockerfile.musica | |
+15 −2 | test/musica/CMakeLists.txt | |
+26 −0 | test/musica/micm/CMakeLists.txt | |
+4 −4 | test/musica/micm/configs/chapman/reactions.json | |
+1 −1 | test/musica/micm/configs/chapman/species.json | |
+168 −0 | test/musica/micm/test_micm_util.F90 | |
+3 −2 | test/musica/musica_ccpp_namelist.F90 | |
+56 −42 | test/musica/test_musica_api.F90 | |
+2,095 −0 | test/musica/tuvx/configs/ts1_tsmlt.json | |
+12 −0 | test/test_sdfs/suite_tropopause_find.xml | |
+1,455 −0 | tropopause_find/tropopause_find.F90 | |
+305 −0 | tropopause_find/tropopause_find.meta |
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
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
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.