Skip to content

Fix inline initial condition interpolation - #8664

Open
jinyuntang wants to merge 2 commits into
nextfrom
jytang/initerp
Open

Fix inline initial condition interpolation#8664
jinyuntang wants to merge 2 commits into
nextfrom
jytang/initerp

Conversation

@jinyuntang

Copy link
Copy Markdown
Contributor

When applying initInterp.F90 to interpolate initial condition from one coarse grid to fine grid, 0.5 degrees to 0.25 degrees in my case, the model crashed without knowing to dealing with some accumulative variables related topo unit.

By skipping "topounit" variables, the inline interpolation is able to be done smoothly.

The fix is not expected to cause non BFB change, and the e3sm_land_debug test indicated so.
It fixed issue #8631.

jgfouca and others added 2 commits August 21, 2026 15:38
Just for testing auto blesser

For testing purposes only.

[BFB]
By avoiding some topo variables, it ensures the initial
condition interpolation can move on.

[BFB]

@bishtgautam bishtgautam left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jinyuntang, If you skip a variable that has topounit dimension, wouldn't the interpolated field be garbage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BFB PR leaves answers BFB bug fix PR ELM land model

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants