-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add ZNT to history in Registy or iofields #13
Comments
The update has not be applied, as we were not sure which variable to use for roughness length. I added the varlist.txt that UCAN uses for their run, in which ZNT is added link. |
In my simulations I did not have ZNT as output, therefore I provided it as static variable reading its values from crossing 'LU_INDEX' and the correspondent 'VEGPARM.TBL' |
Also, you might be able to directly avoid all wrfout, if you want to use the CORDEX-WRF module |
Thank you @LluisFB for the details. In the variable list z0 should be fixed field. Which values from VEGPARM.TBL are you using to get the output, Z0MIN or Z0MAX? I checked the output for ZNT, and the values are mostly constant, only in the Alps the value is changing due to snow melt. |
Hi Josipa, Here the python code I am using, already implemented in my CMORization python tool that I am trying to fix
|
We are using UST with wind speed at 10m (sqrt ( U10 **2 + V10 **2)) and assuming that the wind has a logarithmic profile |
Currently, there is no place in our protocol that enables this variable (the source of
z0
) in the WRF output.The text was updated successfully, but these errors were encountered: