Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
022c121
Fix mesh generation in init_grid()
ofuhrer Apr 30, 2020
eee6555
Merge pull request #39 from ofuhrer/patch-1
bensonr May 4, 2020
b223632
This commit publishes code changes performed by the FV3 Team at GFDL …
laurenchilutti Jan 22, 2021
2df047c
Updating driver/GFDL/atmosphere.F90 to bring it up to date with whati…
laurenchilutti Jan 29, 2021
41c096b
Merge pull request #66 from laurenchilutti/lec/202101release_public
bensonr Jan 29, 2021
6a335ad
Update RELEASE.md
bensonr Feb 4, 2021
5640d80
Fix for regional domains
kaiyuan-cheng Feb 7, 2021
48fc570
Fix for GNU compiler
kaiyuan-cheng Feb 7, 2021
9078be0
Merge pull request #69 from kaiyuan-cheng/gnu_compiler
bensonr Feb 11, 2021
7f8b624
Vulcan: adding condition to coarsening_factor
JosephMouallem Feb 24, 2021
0f0a7f6
Merge pull request #72 from JosephMouallem/master
bensonr Feb 24, 2021
041b81e
Create pull_request_template.md
laurenchilutti Mar 12, 2021
b236033
Update pull_request_template.md
laurenchilutti Mar 22, 2021
487104e
Merge pull request #82 from laurenchilutti/master
bensonr Mar 23, 2021
1485f91
remove trailiing spaces
bensonr Mar 29, 2021
6775670
Merge pull request #89 from bensonr/master
laurenchilutti Mar 30, 2021
3b104ca
fixes missing argument in store_data for case where GFS_PHYS macro no…
bensonr Mar 31, 2021
0adbf6f
Merge pull request #90 from bensonr/fv_nggps_fix
bensonr Apr 1, 2021
0c3a1ba
add in test for do_cube_transform in fv_grid_tool::init_grid
bensonr Apr 2, 2021
5211985
Merge pull request #91 from bensonr/cube_xform_fix
laurenchilutti Apr 5, 2021
84fb058
fixes bug in regional bc time calculation in fv_tracer2d.F90
bensonr Apr 5, 2021
1b52517
Merge pull request #92 from bensonr/regional_time_fix
laurenchilutti Apr 5, 2021
aa1dae9
Merge branch 'master' into gfdl_master
bensonr Apr 30, 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
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Description**

Include a summary of the change and which issue is fixed. Please also include
relevant motivation and context. List any dependencies that are required for
this change.

Fixes # (issue)

**How Has This Been Tested?**

Please describe the tests that you ran to verify your changes. Please also note
any relevant details for your test configuration (e.g. compiler, OS). Include
enough information so someone can reproduce your tests.

**Checklist:**

Please check all whether they apply or not
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] Any dependent changes have been merged and published in downstream modules
Loading