Skip to content

Commit

Permalink
Use new constituent tendency updater in cam7 SDF (#188)
Browse files Browse the repository at this point in the history
Originator(s): peverwhee

Summary (include the keyword ['closes', 'fixes', 'resolves'] and issue
number):

Uses new constituent tendency updater scheme
(apply_constituent_tendencies) instead of the temporary dry adiabatic
adjustment updater (that no longer exists!)

closes #179 

Describe any changes made to the namelist: N/A

List all files eliminated and why: N/A

List all files added and what they do:

List all existing files that have been modified, and describe the
changes:
(Helpful git command: git diff --name-status
development...<your_branch_name>)

M suites/suite_cam7.xml
- use apply_constituent_tendencies scheme

List any test failures: n/a

Is this a science-changing update? New physics package, algorithm
change, tuning changes, etc? No
  • Loading branch information
peverwhee authored Jan 8, 2025
1 parent 8e3d0bd commit 74e905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/suite_cam7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<!-- Dry Adiabatic Adjustment -->
<scheme>dadadj</scheme>
<scheme>dadadj_apply_qv_tendency</scheme>
<scheme>apply_constituent_tendencies</scheme>
<scheme>apply_heating_rate</scheme>
<scheme>qneg</scheme>
<scheme>geopotential_temp</scheme>
Expand Down

0 comments on commit 74e905b

Please sign in to comment.