Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
98c5702
Added boundary checks to the SMC grid input files for ww3_grid,
UKMO-lsampson Jun 8, 2020
71b9ba9
Fb 360 calendar (#8)
ukmo-juan-castillo Jul 16, 2020
6c42d17
RTD support for ww3_boun[dc] (#10)
ukmo-ccbunney Jul 28, 2020
5c361aa
Fb coupling time (#9)
ukmo-juan-castillo Jul 30, 2020
cc34122
Merge remote-tracking branch 'upstream/staging' into develop
Aug 7, 2020
33a7af3
bug fix for ukmet development
Aug 7, 2020
68c3c96
Merge remote-tracking branch 'upstream/develop' into develop
Oct 19, 2020
663d983
Merge remote-tracking branch 'upstream/develop' into develop
Oct 26, 2020
d4887f5
Merge remote-tracking branch 'upstream/develop' into develop
Jan 11, 2021
dc0cea9
Merge remote-tracking branch 'upstream/develop' into develop
Mar 4, 2021
23e5537
Merge remote-tracking branch 'upstream/develop' into develop
Mar 19, 2021
8bf217e
Merge remote-tracking branch 'upstream/develop' into develop
Mar 23, 2021
76cc41f
Merge remote-tracking branch 'upstream/develop' into develop
Mar 26, 2021
ff106db
Merge remote-tracking branch 'upstream/develop' into develop
Apr 27, 2021
1da66cd
Merge remote-tracking branch 'upstream/develop' into develop
May 27, 2021
cecf4b7
aaRevert "Make ww3_grid into a callable subroutine (#362)"
May 27, 2021
17a526a
Merge remote-tracking branch 'upstream/develop' into develop
Jun 15, 2021
1a5413f
solve conflict
Jun 15, 2021
76354f4
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Jun 16, 2021
7ebe4d3
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Aug 5, 2021
c919878
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Sep 2, 2021
f1ef2a2
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Sep 20, 2021
4094277
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Sep 23, 2021
067b7cd
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Sep 27, 2021
b50da54
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Oct 13, 2021
7b79033
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Oct 19, 2021
87c7f30
Merge branch 'NOAA-EMC:develop' into develop
aliabdolali Oct 21, 2021
495194c
Update feature_request.md
aliabdolali Oct 26, 2021
7422682
Update documentation.md
aliabdolali Oct 26, 2021
2b14bab
Update bug_report.md
aliabdolali Oct 26, 2021
fb00590
Update add-development-request.md
aliabdolali Oct 26, 2021
9896d01
Merge branch 'NOAA-EMC:develop' into fb_update_issue_temp
aliabdolali Nov 5, 2021
3d3a4a3
Create user_support.md
aliabdolali Nov 5, 2021
9caaafe
Update matrix.comp
aliabdolali Nov 5, 2021
07bc49a
Update matrix.comp
aliabdolali Nov 5, 2021
eec3ba3
revert changes in issue templates except the user request one
Nov 5, 2021
614242d
Update documentation.md
aliabdolali Nov 5, 2021
2180385
Update documentation.md
aliabdolali Nov 5, 2021
d388273
Update feature_request.md
aliabdolali Nov 5, 2021
4bcdfc2
Update add-development-request.md
aliabdolali Nov 5, 2021
9853dba
Update add-development-request.md
aliabdolali Nov 5, 2021
f1ce268
add .github/config.yml
Nov 5, 2021
67adf79
Merge branch 'fb_update_issue_temp' of github.com:aliabdolali/WW3 int…
Nov 5, 2021
820962a
move
Nov 5, 2021
e1eec31
remove .github/ISSUE_TEMPLATE/user_support.md
Nov 5, 2021
8c96339
Merge branch 'NOAA-EMC:develop' into fb_update_issue_temp
aliabdolali Nov 15, 2021
38d6a19
update to PR template:
JessicaMeixner-NOAA Nov 17, 2021
bffdcf7
update to issue templates
JessicaMeixner-NOAA Nov 17, 2021
faa9b2a
Merge pull request #2 from JessicaMeixner-NOAA/feature/issuetemplateu…
aliabdolali Nov 17, 2021
58d92bd
fix typos
JessicaMeixner-NOAA Nov 17, 2021
13ed03d
Merge pull request #3 from JessicaMeixner-NOAA/feature/PRtemplateUpdate
aliabdolali Nov 17, 2021
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
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/add-development-request.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Bug report
about: Create a report to help us improve WW3
about: Create a bug report to help us improve WW3
title: ''
labels: 'bug'
assignees: ''
Expand All @@ -11,7 +11,7 @@ assignees: ''
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
Steps to reproduce the behavior.

**Expected behavior**
A clear and concise description of what you expected to happen.
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Q&A about using WW3
url: https://github.com/NOAA-EMC/WW3/discussions/new?category=q-a
about: Ask the community for help
- name: General
url: https://github.com/NOAA-EMC/WW3/discussions/new?category=general
about: Chat about anything and everything here
9 changes: 3 additions & 6 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
---
name: Documentation request/update
about: Add new section in the documentation or report a type/mistake in the documentation
name: Documentation
about: Any issues in documentation including reporting a typo/mistake in the documentation or a missing section.
title: ''
labels: 'documentation'
assignees: ''

---

**Describe the section in the documentation that is missing or requires an update?**
<!-- Describe the section in the documentation that is missing or requires an update? -->

**Report a bug/typo in the documentation**

**Link the issue(s) associated with this documentation update**

48 changes: 26 additions & 22 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,45 @@
# Pull Request Summary
(Instructions: this, and all subsequent sections of text should be removed and filled in as appropriate.)
Please describe the PR summary
<!-- A short overview of the PR -->

## Description
<!--
Provide a detailed description of what this PR does.
What bug does it fix, or what feature does it add?
Is a change of answers expected from this PR?

### Issue(s) addressed
* Is there an issue associated with this development (bug fix, enhancement, new feature)?
Please add a reference to a related issue(s) in WW3 repository (Follow [link](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue)).
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!).
Note that properly "linked issues" (either automatic links, or manual ones using the correct keywords) will be automatically closed when the PR is merged.
Please also include the following information:
* Add any suggestions for a reviewer
* Mention any labels that should be added: _bug_, _documentation_, _enhancement_, _new feature_
* Are answer changes expected from this PR? Please describe the changes and the reason why in addition to which of the following labels would apply: _mod_def change_, _out_grd change_, _out_pnt change_, _restart file change_, _Regression test_
-->

### Issue(s) addressed
<!--
* Please list any issues associated with this PR, including those the PR will fix/close. For example:
- fixes #<issue_number>
- fixes noaa-emc/ww3/issues/<issue_number>
-->

### Commit Message
<!--
Please provide a short summary of this PR, which will be used during _Squash and Merge_ and will be shown as a git log message. Be sure to add any co-authors here.
-->

### Check list
* Is your feature branch up to date with the authoritative repository (NOAA/develop)?
* Make sure you have checked the [checklist for a developer submitting to develop](https://github.com/NOAA-EMC/WW3/wiki/Code-Management#checklist-for-a-developer-submitting-to-develop) and [updating version number](https://github.com/NOAA-EMC/WW3/wiki/Code-Management#checklist-for-updating-version-number)
* Please list appropriate labels code managers should add for this PR:
_bug_, _documentation_, _enhancement_, _new feature_, ..

* Reviewers: @mentions of suggested reviewers of the proposed changes

### Commit Message
* Please provide a short summary of this PR, which will be used during _Squash and Merge_ and will be shown as git log message
<!-- After creating the PR you can check each of the items below that have been completed -->

- [ ] Branch is up to date with the authoritative repository (NOAA-EMC) develop branch.
- [ ] Checked the [checklist for a developer submitting to develop](https://github.com/NOAA-EMC/WW3/wiki/Code-Management#checklist-for-a-developer-submitting-to-develop).
- [ ] If a version number update is required, checked the [updating version number](https://github.com/NOAA-EMC/WW3/wiki/Code-Management#checklist-for-updating-version-number) checklist.
- [ ] If a new feature was added, a regression test for testing the new feature is added.

### Testing

* How were these changes tested?
* Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)
* If a new feature was added, was a new regression test added?
* Have regression tests been run?
* Which compiler / HPC you used to run the regression tests in the PR?
* Have the matrix regression tests been run (if yes, please note HPC and compiler)?
* Please provide the summary output of matrix.comp (_matrix.Diff.txt_, _matrixCompFull.txt_ and _matrixCompSummary.txt_):
Please indicate the expected changes in the outputs ([excluding the known list of non-identical tests](https://github.com/NOAA-EMC/WW3/wiki/How-to-use-matrix.comp-to-compare-regtests-with-master#4-look-at-results)).
* Please list which labels code managers should add to indicate code changes:
_mod_def change_, _out_grd change_, _out_pnt change_, _restart file change_, _Regression test_, ...
* Please indicate the expected changes in the regression test output ([Note the known list of non-identical tests](https://github.com/NOAA-EMC/WW3/wiki/How-to-use-matrix.comp-to-compare-regtests-with-master#4-look-at-results)).
* Please provide the summary output of matrix.comp (_matrix.Diff.txt_, _matrixCompFull.txt_ and _matrixCompSummary.txt_):