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

cam_dev silhs bug fix #1016

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

Conversation

bstephens82
Copy link
Collaborator

@bstephens82 bstephens82 commented Apr 26, 2024

Resolves #844.

This additional code in cam_dev/micro_pumas_cam.F90 will allow a run using cam_dev and SILHS, i.e. something like

CAM_CONFIG_OPTS="-phys cam_dev -silhs -psubcols 4"

to run without hitting the pcols*psubcols abort error in subcol.F90. This code is not super familiar to me, so my proposed fix (worked out with advice from @cacraigucar) may not be optimal yet, however I've tested it and it does work to get past the error and the model appears to be running normally afterward although I have not performed a months-long test yet.

Furthermore, this will not resolve a separate problem which seems more general to any subcolumns, where subcolumns print as zeros in the netcdf history files. See issue #1015 for more info about that.

@cacraigucar cacraigucar added the misc tag issue or PR candidate for upcoming misc tag label May 6, 2024
@cacraigucar cacraigucar self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
misc tag issue or PR candidate for upcoming misc tag
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants