Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update09 #12

Merged
merged 2 commits into from
Jul 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ Provide a clear and concise description of what the bug is.
Also give a description of what behavior you expected to happen.


### To Reproduce the behavior:
## To Reproduce the behavior:
What compilers/machines are you seeing this with?
Give explicit steps to reproduce the behavior.


### Aditional context
## Aditional context
Add any other context about the problem here.
- Related issues:
- Related PRs:


### Output
## Output
If applicable, include relevant output logs.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ assignees: ''
Provide a clear and concise description of what the problem is.


### Solution
## Solution
Add a clear and concise description of what you want to happen.


### Related issues and PRs
## Related issues and PRs
- related issues in this repository:
- related issues in other repositories:
- related PRs in this repository:
Expand Down
30 changes: 9 additions & 21 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,25 @@
## Description

Provide a detailed description of what this PR does.
What bug does it fix, or what feature does it add?



### Issue(s) addressed

Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues should always be created before starting work on a PR branch!)
## Changes in this PR
-
-
- fixes #<issue_number>



## Testing

Are changes expect to change answers?
- [ ] Yes
- [ ] No

- Yes
or
- No


## Dependencies
## Associated PRs

If testing this branch requires non-default branches in other repositories, list them.
-
-

Do PRs in upstream repositories need to be merged first?
If so, add the PR numbers.
- [ ] NEMS (list pr_number)
- [ ] CMEPS (list pr_number)
- [ ] fv3atm (list pr_number)
- [ ] MOM6 (list pr_number)
- [ ] CICE (list pr_number)
- [ ] WW3 (list pr_number)
- [ ] FMS (list pr_number)
- [ ] stochastic_physics (list pr_number)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ sh checkout.sh coupled # Check out the couple
```
## Compile code used in ufs-s2s-model and EMC_post and link fixed files and executable programs:
```
sh build_ncep_post.sh #This command will build ncep_post.
sh build_fv3_coupled.sh #This command will build ufs-s2s-model
sh build_ncep_post.sh
sh build_fv3_coupled.sh

To link fixed files and executable programs for the coupled application:
sh link_fv3gfs.sh emc hera coupled
Expand Down