-
Notifications
You must be signed in to change notification settings - Fork 7
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 #49 from ekluzek/slim_in_dev_cime
Starting point of SLIM in the cesm2_3 development version of CESM
- Loading branch information
Showing
203 changed files
with
7,583 additions
and
63,541 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,17 +4,17 @@ We recommend that you first open an issue (https://github.com/escomp/ctsm/issues | |
discuss the changes or additions that you propose. You should also contact some of the responsible | ||
individuals for SLIM and run by the changes with them. | ||
|
||
Erik Kluzek -- Software Engineering ([email protected]) | ||
Marysa Legue -- Originator ([email protected]) | ||
Isla Simpson -- Principal Investigator ([email protected]) | ||
Erik Kluzek -- Software Engineering ([email protected]) | ||
Marysa Lague -- Originator ([email protected]) | ||
Isla Simpson -- Principal Investigator ([email protected]) | ||
|
||
Use the help from the wiki below to setup a fork and personal branch in GitHub to put your developments | ||
on and keep up to date with the master branch of SLIM. Once the changes are sufficiently advanced you | ||
can form a Pull Request on GitHub. Either from your fork on GitHub, or from the main ESCOMP GitHub page | ||
for SLIM (be sure to hit the "compare across forks" link at the top of the page when you first create | ||
the pull request). | ||
|
||
https://github.com/ESCOMP/SLIM/pulls | ||
https://github.com/ESCOMP/SimpleLand/pulls | ||
|
||
This allows you to show your proposed changes and start getting feedback on them (even if they aren't finished). | ||
This also allows your changes to be planned for and slated for a time to come into SLIM master. In most | ||
|
@@ -23,7 +23,7 @@ additional testing and bring the changes to SLIM master. | |
|
||
#### SLIM Wiki: | ||
|
||
https://github.com/ESCOMP/SLIM/wiki | ||
https://github.com/ESCOMP/SimpleLand/wiki | ||
|
||
#### Code of Conduct: | ||
|
||
|
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,32 +1,89 @@ | ||
[slm] | ||
local_path = . | ||
protocol = externals_only | ||
externals = Externals_SLIM.cfg | ||
required = True | ||
|
||
[cam] | ||
tag = cam_cesm2_1_rel_53 | ||
tag = cam6_3_071 | ||
protocol = git | ||
repo_url = https://github.com/ESCOMP/CAM | ||
local_path = components/cam | ||
externals = Externals_CAM.cfg | ||
required = True | ||
|
||
[cice] | ||
tag = cice5_cesm2_1_1_20190321 | ||
[cice6] | ||
tag = cesm_cice6_2_0_22 | ||
protocol = git | ||
repo_url = https://github.com/ESCOMP/CESM_CICE5 | ||
repo_url = https://github.com/ESCOMP/CESM_CICE | ||
local_path = components/cice | ||
externals = Externals.cfg | ||
required = True | ||
|
||
[cice5] | ||
tag = cice5_20220204 | ||
protocol = git | ||
repo_url = https://github.com/ESCOMP/CESM_CICE5 | ||
local_path = components/cice5 | ||
required = True | ||
|
||
[ccs_config] | ||
tag = ccs_config_cesm0.0.38 | ||
protocol = git | ||
repo_url = https://github.com/ESMCI/ccs_config_cesm.git | ||
local_path = ccs_config | ||
required = True | ||
|
||
[cdeps] | ||
tag = cdeps0.12.65 | ||
protocol = git | ||
repo_url = https://github.com/ESCOMP/CDEPS | ||
local_path = components/cdeps | ||
externals = Externals_CDEPS.cfg | ||
required = True | ||
|
||
[cmeps] | ||
tag = cmeps0.13.71 | ||
protocol = git | ||
repo_url = https://github.com/ESCOMP/CMEPS | ||
local_path = components/cmeps | ||
required = True | ||
|
||
[cpl7] | ||
tag = cpl7.0.14 | ||
protocol = git | ||
repo_url = https://github.com/ESCOMP/CESM_CPL7andDataComps | ||
local_path = components/cpl7 | ||
required = True | ||
|
||
[share] | ||
tag = share1.0.13 | ||
protocol = git | ||
repo_url = https://github.com/ESCOMP/CESM_share | ||
local_path = share | ||
required = True | ||
|
||
[mct] | ||
tag = MCT_2.11.0 | ||
protocol = git | ||
repo_url = https://github.com/MCSclimate/MCT | ||
local_path = libraries/mct | ||
required = True | ||
|
||
[parallelio] | ||
tag = pio2_5_7 | ||
protocol = git | ||
repo_url = https://github.com/NCAR/ParallelIO | ||
local_path = libraries/parallelio | ||
required = True | ||
|
||
[cime] | ||
local_path = cime | ||
protocol = git | ||
#repo_url = https://github.com/ESMCI/cime | ||
repo_url = https://github.com/ekluzek/cime | ||
hash = 25ba7866ec4835b148aac9f83242d0bc6257da5e | ||
#branch = add_slim_comp | ||
#tag = cime6.0.71 | ||
hash = 9bbadb3b173c57f00ff8666790a474951e28391d | ||
required = True | ||
|
||
[externals_description] | ||
schema_version = 1.0.0 | ||
|
||
schema_version = 1.0.01 |
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
================ | ||
SimpleLandModel | ||
================ | ||
|
||
SLIM the Simple Land Interface Model coupled to CESM2 |
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.