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

cam6_3_086: Introduce PUMAS DDT #632

Merged
merged 43 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
d9d3327
rough prototype for DDT
cacraigucar May 11, 2022
82df5e6
Remove MG1 and prototype DDT with a couple of fields
cacraigucar Jul 7, 2022
9872156
First major chunk of variables in ddt
cacraigucar Jul 18, 2022
8a8e52a
Second chunk of variables in ddt
cacraigucar Jul 29, 2022
6666fb6
Completed initial list for DDT
cacraigucar Aug 2, 2022
5e86e64
Added comment to clarify hole filling pbuf fields
cacraigucar Aug 3, 2022
c2aac05
Minor cleanup
cacraigucar Aug 3, 2022
25a9e2e
Remove commit of cam/micro_pumas_cam.F90 which should not have been made
cacraigucar Aug 3, 2022
1cdc45b
Update external to temporary PUMAS hash
cacraigucar Aug 3, 2022
1753457
Fix dimension for addfld for UMR and UMS
cacraigucar Aug 8, 2022
2600ac2
Merge to cam6_3_072
cacraigucar Aug 19, 2022
d6244ac
Add addtional fields to PUMAS DDT
cacraigucar Sep 1, 2022
117d3d5
Update temporary PUMAS hash
cacraigucar Sep 1, 2022
ef4157c
Test using ncol instead of psetcols for DDT allocation
cacraigucar Sep 12, 2022
4e7ddf9
Mods for using ncol dimension and WACCM bug fixes
cacraigucar Sep 23, 2022
5dc0963
Add interface for collecting history dimension values
Sep 28, 2022
dd03ed1
Merge pull request #14 from gold2718/foo
cacraigucar Sep 29, 2022
b527a7c
Zero out more fields and add writing of trop_cld_lev values to file
cacraigucar Oct 3, 2022
66abb39
Merge tag 'cam6_3_078' into cam6_pumas_ddt
cacraigucar Oct 6, 2022
0f066d4
Update hash for pumas
cacraigucar Oct 10, 2022
bb598ba
Bring in official PUMAS tag
cacraigucar Oct 11, 2022
6e4eab3
Address reviewer's comments
cacraigucar Nov 10, 2022
3c9ddd0
Merge tag 'cam6_3_082' into cam6_pumas_ddt
cacraigucar Nov 16, 2022
da54627
Merge tag 'cam6_3_083' into cam6_pumas_ddt
cacraigucar Nov 16, 2022
d00fcb9
Use handle_allocate_error in micro_pumas_cam
cacraigucar Nov 17, 2022
5c18715
Fixes initialization for cam_dev
cacraigucar Nov 21, 2022
735f5dd
Initialize pbuf indices
cacraigucar Nov 21, 2022
4664a99
update python paths, only build ali_arms with waccm
jedwards4b Nov 28, 2022
3673525
reduce the number of times orb_param is printed to log
jedwards4b Nov 28, 2022
f6c7ca8
Address reviewer's comments
cacraigucar Nov 30, 2022
8f670f9
Merge remote-tracking branch 'origin/cam_fix_init_cam_dev' into cam6_…
cacraigucar Nov 30, 2022
e701690
Merge remote-tracking branch 'jim/config_changes' into cam6_pumas_ddt
cacraigucar Nov 30, 2022
b243853
Merge remote-tracking branch 'jim/orb_params_print_issue' into cam6_p…
cacraigucar Nov 30, 2022
30dded9
Reduce number of PEs for CONUS regression tests
cacraigucar Dec 1, 2022
ceb57eb
add a couple of parameters
cacraigucar Dec 1, 2022
0a03410
Merge tag 'cam6_3_085' into cam6_pumas_ddt
cacraigucar Dec 1, 2022
8407498
Initializing variables to avoid startup interpolation error in cam_dev.
bstephens82 Dec 3, 2022
6358b7d
Merge pull request #15 from bstephens82/cam_fix_init_cam_dev
cacraigucar Dec 5, 2022
8431a93
Merge remote-tracking branch 'origin/cam_fix_init_cam_dev' into cam6_…
cacraigucar Dec 5, 2022
960b294
Update cime to fix create_newcase
cacraigucar Dec 5, 2022
259ac9a
Update mosart external to work with updated cime and address final re…
cacraigucar Dec 7, 2022
bed1694
Fix allocation problem
cacraigucar Dec 8, 2022
ee94a75
Add ChangeLog for cam6_3_086
cacraigucar Dec 8, 2022
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
4 changes: 2 additions & 2 deletions Externals_CAM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ required = True
[pumas]
local_path = src/physics/pumas
protocol = git
repo_url = https://github.com/ESCOMP/PUMAS
tag = pumas_cam-release_v1.22
repo_url = https://github.com/cacraigucar/PUMAS
hash = 2dcd19c8
required = True

[pumas-frozen]
Expand Down
Loading