Commit 87f018c
authored
Mods needed to run CAM4 F-compset (AMIP) configurations (ESCOMP#437)
Tag name (The PR title should also include the tag name):
atmos_phys0_28_001
Originator(s): nusbaume (Claude Opus 5 helped find the issues).
Description (include issue title and the keyword ['closes', 'fixes',
'resolves'] and issue number):
Added some code modifications needed for the CAM4 + BAM
physics/chemistry suite to run stably in an F-compset (i.e. AMIP or
prescribed SSTs/sea ice) configuration.
List all namelist files that were added or changed:
M schemes/rrtmgp/rrtmgp_constituents_namelist.xml
- Removed aquaplanet flag when setting radiatively active gases (which
should eventually be managed by the chemistry scheme anyways, see ESCOMP#435).
List all files eliminated and why: N/A
List all files added and what they do: N/A
List all existing files that have been modified, and describe the
changes:
(Helpful git command: `git diff --name-status
main...<your_branch_name>`)
M schemes/rasch_kristjansson/rk_stratiform.F90
- Add fixer for negative surface precipitation, which matches what is
done in CAM.
List all automated tests that failed, as well as an explanation for why
they weren't fixed:
Is this an answer-changing PR? If so, is it a new physics package,
algorithm change, tuning change, etc?
Yes, the RK precipitation adjustment results in answer differences.
If yes to the above question, describe how this code was validated with
the new/modified features:
I did a five year run and looked at the results.1 parent 301a456 commit 87f018c
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
460 | 459 | | |
461 | 460 | | |
462 | 461 | | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
463 | 471 | | |
464 | 472 | | |
465 | 473 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments