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

UGWP v0 v1 combined #241

Merged
merged 23 commits into from
Feb 16, 2021
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
108d0a5
.gitmodules/gsl atmos-cubed cccp-fram cccp/physics
ValeryYudin-NOAA Nov 26, 2020
c3a3eb1
update develop from EMC/fv3atm
ValeryYudin-NOAA Jan 8, 2021
bb4f0be
update fv3atm from NOAA-EMC Jan 9
ValeryYudin-NOAA Jan 10, 2021
9f74afe
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into dev…
ValeryYudin-NOAA Jan 10, 2021
42103bd
new suite_FV3_GFS_v16b_ugwpv1.xml and modifications Jan 11/2021
ValeryYudin-NOAA Jan 11, 2021
b10e234
Added new logical flag do_ugwp_v0_nst_only which allows non-stationar…
mdtoyNOAA Jan 17, 2021
348151f
Merge branch 'unified_ugwp_jan_2021_update' of https://github.com/mdt…
climbfuji Jan 21, 2021
7a4b8e6
Merge branch 'develop' of https://github.com/valeryyudin-noaa/fv3atm …
climbfuji Jan 22, 2021
5533300
Update .gitmodules for code review and testing
climbfuji Jan 22, 2021
884785f
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into ugw…
climbfuji Jan 22, 2021
e79a91f
Fix formatting in ccpp/data/GFS_typedefs.*
climbfuji Jan 26, 2021
fbda36a
Update submodule pointer for ccpp-physics
climbfuji Jan 26, 2021
1e98698
Clean up allocation of arrays in ccpp/data/GFS_typedefs.F90, add acti…
climbfuji Feb 1, 2021
36e057b
Update submodule pointer for ccpp-physics
climbfuji Feb 3, 2021
4d029b9
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into ugw…
climbfuji Feb 4, 2021
3aa9fc0
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into ugw…
climbfuji Feb 9, 2021
5004a43
Update and cleanup of metadata for UGWPv0, UGWPv1, drag suite
climbfuji Feb 9, 2021
d8c83ac
Reorganize UGWP diagnostic variables in data/GFS_typedefs.{F90,meta}
climbfuji Feb 10, 2021
4cd5b54
Bugfix for uninitialized data in ccpp/data/GFS_typedefs.F90
climbfuji Feb 11, 2021
eaa9829
Update submodule pointer for ccpp-physics
climbfuji Feb 11, 2021
86265e5
Allocate 3d diagnostic arrays as dummy arrays if not used
climbfuji Feb 12, 2021
57442c8
Update submodule pointer for ccpp-physics
climbfuji Feb 16, 2021
f3d4d81
Revert change to .gitmodules and update submodule pointer for ccpp-ph…
climbfuji Feb 16, 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
2 changes: 2 additions & 0 deletions ccpp/config/ccpp_prebuild_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@
'ccpp/physics/physics/cires_ugwp_post.F90',
'ccpp/physics/physics/unified_ugwp.F90',
'ccpp/physics/physics/unified_ugwp_post.F90',
'ccpp/physics/physics/ugwpv1_gsldrag.F90',
'ccpp/physics/physics/ugwpv1_gsldrag_post.F90',
'ccpp/physics/physics/cnvc90.f',
'ccpp/physics/physics/cs_conv.F90',
'ccpp/physics/physics/cs_conv_aw_adj.F90',
Expand Down
Loading