Skip to content

Noah Interp Flux From Coarse#3334

Open
AMLattanzi wants to merge 15 commits into
erf-model:developmentfrom
AMLattanzi:NoahML
Open

Noah Interp Flux From Coarse#3334
AMLattanzi wants to merge 15 commits into
erf-model:developmentfrom
AMLattanzi:NoahML

Conversation

@AMLattanzi

@AMLattanzi AMLattanzi commented Jun 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

For lev>0, the land surface model will interpolate the fluxes from level 0. This allows creation of a fine patch from the coarse data without a wrfinput file.

Challenges

  • Noah returns values of -9999 when the landmask is not 1 and these values are are mapped to lsm_undefined . The interpolation will pick up these values and smear them in the fine array; this effectively biases our fluxes to large values. To alleviate this issue, the surface layer now writes the iterated flux back into the noah flux data structure when an undefined value is encountered.
  • Interpolate and handle the data arrays for RRTMGP as well.

Testing

  • Tornado with a static region of refinement of 3 3 1 over the small domain region.

Changes

The writing of iterated fluxes into the noah structure will change regression tests because the iterated flux will now be held constant until the next noah call since it is a valid value after the overwrite. In effect, the iterations over invalid land cells will be updated at the same frequency that Noah MP is updated (rather than each step).

@AMLattanzi AMLattanzi requested a review from asalmgren June 22, 2026 19:09
Comment thread Source/LandSurfaceModel/Noah-MP/ERF_NOAHMP.cpp Outdated
@AMLattanzi AMLattanzi marked this pull request as ready for review June 23, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants