Skip to content

cam6_4_169: CARMA with RRTMGP#1508

Merged
fvitt merged 14 commits intoESCOMP:cam_developmentfrom
fvitt:carma_cam7
Apr 29, 2026
Merged

cam6_4_169: CARMA with RRTMGP#1508
fvitt merged 14 commits intoESCOMP:cam_developmentfrom
fvitt:carma_cam7

Conversation

@fvitt
Copy link
Copy Markdown
Collaborator

@fvitt fvitt commented Mar 18, 2026

This enables the use of CARMA with RRTMGP / cam7 physics.

Closes #1430

Also includes some changes to improve performance of CARMA.

fvitt and others added 7 commits March 2, 2026 15:58
redo rrtmgp reorganization; fix loop typo
	modified:   src/physics/carma/cam/carma_intr.F90
	modified:   src/physics/carma/models/trop_strat_soa1/carma_model_mod.F90
	modified:   src/physics/carma/models/trop_strat_soa5/carma_model_mod.F90
	modified:   cime_config/testdefs/testlist_cam.xml
@fvitt fvitt self-assigned this Mar 18, 2026
@cacraigucar cacraigucar requested a review from peverwhee April 14, 2026 15:37
Copy link
Copy Markdown
Collaborator

@peverwhee peverwhee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one tiny thing, but not enough to hold up my approval.

real(r8) :: vol(istart:istop) ! aerosol volume mixing ratio
integer :: i, l
real(r8) :: vol(ncol,nlev) ! aerosol volume mixing ratio
integer :: i, k, l
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like you no longer need i or k in this routine

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

	modified:   src/chemistry/aerosol/aerosol_state_mod.F90
@cacraigucar cacraigucar changed the title CARMA with RRTMGP cam6_4_169: CARMA with RRTMGP Apr 27, 2026
@fvitt fvitt merged commit 904f80f into ESCOMP:cam_development Apr 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Tag

Development

Successfully merging this pull request may close these issues.

3 participants