Skip to content

CARMA with RRTMGP#1508

Open
fvitt wants to merge 8 commits intoESCOMP:cam_developmentfrom
fvitt:carma_cam7
Open

CARMA with RRTMGP#1508
fvitt wants to merge 8 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants