Skip to content

Commit

Permalink
General clean up items (NOAA-EMC#409)
Browse files Browse the repository at this point in the history
* cleaning up unused files

* adding a submit all script and divide by to matrix_ncep

* change name of output file

* change matrix.comp output file extensions from out to txt
this is so that we don't have to change their name before
putting on github in the future

* update PR template for out->txt

* add to .gitignore
  • Loading branch information
JessicaMeixner-NOAA authored Jun 14, 2021
1 parent e0f1060 commit 9f76dd3
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 5,241 deletions.
14 changes: 3 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Note that properly "linked issues" (either automatic links, or manual ones using

### 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), [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)
* Reviewers: @mentions of suggested reviewers of the proposed changes.
* 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)
* Reviewers: @mentions of suggested reviewers of the proposed changes


### Testing
Expand All @@ -29,15 +29,7 @@ Note that properly "linked issues" (either automatic links, or manual ones using
* 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?
* Please provide the summary output of matrix.comp (_matrix.Diff.out_, _matrixCompFull.out_ and _matrixCompSummary.out_):
* 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)).










1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ model??
regtests/list*
regtests/before
regtests/matrix*
regtests/msuball.sh
regtests/*/work*
regtests/*/input*/*.nc
regtests/*/input*/*/*.nc
Expand Down
9 changes: 0 additions & 9 deletions guide/README

This file was deleted.

7 changes: 0 additions & 7 deletions guide/bib_strip.sh

This file was deleted.

62 changes: 0 additions & 62 deletions guide/docu_mod.tex

This file was deleted.

65 changes: 0 additions & 65 deletions guide/docu_subr.tex

This file was deleted.

214 changes: 0 additions & 214 deletions guide/guide.bib

This file was deleted.

Loading

0 comments on commit 9f76dd3

Please sign in to comment.