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

History bugfixes #1163

Open
wants to merge 10 commits into
base: cam_development
Choose a base branch
from
Open

Conversation

peverwhee
Copy link
Collaborator

Summary

  1. No longer override averaging flag to "I" if nhtfrq = 1 (every timestep). This reenables subcycling averages.
  2. Check for incompatible duplicates
    • compatible duplicates (flags match) are ok - just take the first one (to keep existing CAM behavior)
    • incompatible duplicates (flags differ) - endrun
  3. Update git-fleximod to 0.9.2

Mods

src/control/cam_history.F90

  • Remove nhtfrq=1 override
  • modify list_index to optionally check for duplicates/compatibility
  • endrun with message including all duplicates found (if necessary)
    • Sample error message: ERROR: FLDLST: Found duplicate field(s) with different averaging flags. Place in separate fincl lists: "Q:A", "Q:I" (fincl3). "T:A", "T:I" (fincl3). "U:A", "U:I" (fincl4).

bld/namelist_files/use_cases/sd_waccm_sulfur.xml

  • remove bad XML comment line

.lib/git-fleximod/

  • update to 0.9.2

closes #1149
closes #1150

@peverwhee peverwhee self-assigned this Oct 3, 2024
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.

1 participant