Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
8ddbb9c
add qdiag3d support in FV3
SamuelTrahanNOAA Dec 27, 2019
3719ee3
Further bug fixes to tendency accumulation
SamuelTrahanNOAA Jan 3, 2020
36e4bb8
fix several bugs mentioned in code review
SamuelTrahanNOAA Jan 6, 2020
83c5a37
Move PBL tendencies into the PBL run subroutine.
SamuelTrahanNOAA Jan 14, 2020
7fa7a12
add ldiag3d and qdiag3d support to physics/module_MYNNPBL_wrapper.F90…
SamuelTrahanNOAA Jan 16, 2020
247e385
Point to sam's repo
SamuelTrahanNOAA Jan 16, 2020
201fd68
3d diagnostic tendency changes
SamuelTrahanNOAA Jan 28, 2020
54cf175
Correct tendency flag names, implement some more diagnostic tendencie…
SamuelTrahanNOAA Feb 6, 2020
17a5829
rt.sh: allow caller to specify PTMP and STMP. Add an "ANNIHILATE_EVE…
SamuelTrahanNOAA Feb 6, 2020
a42a50e
merge from gsd develop
SamuelTrahanNOAA Feb 7, 2020
cec4ff4
All gfs v15p2 and v16beta 3d diagnostic tendencies look reasonable; a…
SamuelTrahanNOAA Feb 13, 2020
618dd3c
Add timestep_init and timestep_final actions to CCPP. Update code so …
SamuelTrahanNOAA Mar 4, 2020
cf431dd
Remove debug prints and commented-out code.
SamuelTrahanNOAA Mar 4, 2020
1789ba2
Add total tendency calculations for gfsv15p2 and gsdv0. Calculate pbl…
SamuelTrahanNOAA Mar 12, 2020
5f86234
Add some #ifdef CCPP to avoid breaking non-CCPP runs. Add the regress…
SamuelTrahanNOAA Mar 17, 2020
61e32d1
merge gsd/develop
SamuelTrahanNOAA Apr 3, 2020
b3d6e3c
point to head of gsd/develop for FV3 and update regression test logs …
SamuelTrahanNOAA Apr 8, 2020
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
3 changes: 1 addition & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-GSD/fv3atm
url = https://github.com/SamuelTrahanNOAA/fv3atm
branch = gsd/develop
[submodule "NEMS"]
path = NEMS
Expand All @@ -17,4 +17,3 @@
[submodule "stochastic_physics"]
path = stochastic_physics
url = https://github.com/noaa-psd/stochastic_physics

Loading