Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Increasing the number of vertical levels near the surface

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

maaian

New member
I am looking to increase the number of vertical levels near the surface in my runs.
I want to achieve 2 in the lowest 100m and then around 20 in the first 1/1.5km.
What would be the best way to achieve this, other than just increasing the number of vertical levels?
Could eta_levels be defined to achieve this?
Alternatively how would the dzbot and dzstretch_s and dzstretch_u be used to increase levels near the surface.

Thanks!
 
Hi,
Yes, you would use eta_levels to specify the levels you want. The other variables aren't used for namelist specification. They were added as global attributes. If you're interested, you can take a look at the commit information for the code modification for those particular variables:
https://github.com/wrf-model/WRF/commit/be388fb386d7185f
 
Top