-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-clm5.0' of github.com:ESCOMP/ctsm into release-…
…clm5.0
- Loading branch information
Showing
62 changed files
with
3,037 additions
and
2,200 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Bug report | ||
about: Report a problem with the code | ||
|
||
--- | ||
|
||
### Brief summary of bug | ||
|
||
[Give a one or two sentence summary. This could be the same as the issue title if you feel that is a sufficient summary.] | ||
|
||
### General bug information | ||
|
||
**CTSM version you are using:** [output of `git describe`] | ||
|
||
**Does this bug cause significantly incorrect results in the model's science?** [Yes / No] | ||
|
||
**Configurations affected:** [Fill this in if known.] | ||
|
||
### Details of bug | ||
|
||
[Fill in details here.] | ||
|
||
### Important details of your setup / configuration so we can reproduce the bug | ||
|
||
[Specify anything relevant: the compset, resolution, machine, compiler, any xml or namelist changes, etc. You don't have to repeat anything that you have already noted above.] | ||
|
||
### Important output or errors that show the problem | ||
|
||
[Fill this in with anything relevant that you haven't already noted; if there is nothing to add, delete this section.] |
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,36 @@ | ||
--- | ||
name: Support needed for model use | ||
about: Ask for help with using CTSM | ||
|
||
--- | ||
|
||
### NOTE: Be sure to read the relevant documentation and user forums | ||
|
||
We have limited staff and ability to provide support. Here are some resources that might provide help: | ||
- User's Guide: https://escomp.github.io/ctsm-docs/doc/build/html/users_guide/index.html | ||
- CLM Forum: https://bb.cgd.ucar.edu/forums/land-modeling-clm | ||
- README files amongst the source code | ||
- GitHub CTSM issues: https://github.com/escomp/ctsm/issues/ | ||
- Also make sure this issue is unique to CTSM and not really an issue with CESM or CIME | ||
|
||
### Details of support request | ||
|
||
[Fill in details here.] | ||
|
||
### Important details of your setup / configuration so we can better assist you | ||
|
||
**CTSM version you are using:** [output of `git describe`] | ||
|
||
**Have you made any modifications to code, xml files, etc.?** [Yes / No] | ||
|
||
[If Yes: Please point us to your modifications. However: In general we can NOT support problems with modified code. Try to show the problem without modifications.] | ||
|
||
**If you are having problems with a specific case: Is your case on a machine accessible to most CTSM developers (e.g., an NCAR machine)?** [Yes / No] | ||
|
||
If Yes: | ||
|
||
- Location of case directory: [Fill this in] | ||
|
||
- Location of run directory: [Fill this in] | ||
|
||
[If No: Please make sure you have included all important input and output needed to understand your issue, either by pasting it into the issue text, or by attaching relevant files. However: We are less likely to be able to reproduce your problem if the issue is NOT on an NCAR machine.] |
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,7 @@ | ||
--- | ||
name: Science discussion | ||
about: We encourage the use of issues to discuss CTSM science developments | ||
|
||
--- | ||
|
||
|
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,7 @@ | ||
--- | ||
name: Other | ||
about: Other issues (enhancement, cleanup, documentation, etc.) | ||
|
||
--- | ||
|
||
|
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,11 +1,15 @@ | ||
## How to contribute: | ||
|
||
It's recommended that you first contact [email protected] to discuss the changes or additions that you propose. | ||
Work with them to think about the design and implemention of the changes as well as the planning | ||
and scheduling for the change to come into CTSM. | ||
|
||
It's also recommened that you join the [email protected] google groups in order | ||
to be informed about the science that is happening in CTSM as well as the latest develepments and tags. | ||
We recommend that you first open an issue (https://github.com/escomp/ctsm/issues/) to | ||
discuss the changes or additions that you propose. Through the issue discussion, you can | ||
work with other CTSM developers to think about the design and implementation of the changes | ||
as well as the planning and scheduling for the change to come into CTSM. An alternative is | ||
to contact the key software and science developers via [email protected]. Making | ||
contact early in your project will increase the likelihood that your developments can come | ||
into CTSM. | ||
|
||
We also recommend that you join the [email protected] google groups in order | ||
to be informed about the science that is happening in CTSM as well as the latest developments and tags. | ||
The ctsm-dev group is here: | ||
|
||
https://groups.google.com/a/ucar.edu/forum/#!forum/ctsm-dev | ||
|
@@ -41,4 +45,4 @@ Code conventions: https://github.com/ESCOMP/ctsm/wiki/CTSM-coding-guidelines | |
|
||
#### Code of Conduct: | ||
|
||
See the "CODE_OF_CONDUCT.md" file for expectations of how to work in the community. | ||
See the `CODE_OF_CONDUCT.md` file for expectations of how to work in the community. |
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.