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

IO in registry: explanation for cases with feedback #1282

Closed
hamidrezaomidvar opened this issue Sep 8, 2020 · 1 comment
Closed

IO in registry: explanation for cases with feedback #1282

hamidrezaomidvar opened this issue Sep 8, 2020 · 1 comment

Comments

@hamidrezaomidvar
Copy link

Hi,

I am looking at some of the options in the wrf registry (i.e. registry.clm), and noticing some options that I cannot find the documentation such as

rd=(interp_mask_field:lu_index,iswater)u=(copy_fcnm)

What confuses me are interp_mask_field:lu_index,iswate and copy_fcnm.

What are the implication of these two functions? Is there any documentation that explain using these in the registry? (I have tracked that d and u options are related to the cases with feedback = 1). Would you please help me to understand this?
Thanks

@davegill
Copy link
Contributor

davegill commented Sep 8, 2020

@hamidrezaomidvar
Hamidreza,
These are good questions. Please post this in the WRF forum: forum.mmm.ucar.edu. That will allow others to see the post and answer.

Short answer:
d: horizontally interpolate to the child domain (usually only with initialization)
u: horizontally feed averaged values to the parent (usually at the end of each group of child steps)
A user can choose which function to perform the horizontal interpolation or the feedback. There are specific arguments that are always in these routines, but a user may add extra fields.

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

No branches or pull requests

2 participants