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

refine_vert with ndown.exe

ankur572

New member
I am trying to refine my vertical levels from 40 to 52 in non-concurrent nested run and running nest one after another

So, I am using d01 wrfout to prepare wrfbdy_d02 using wrfndi_d02 and ndown.exe. If I am using refine_fact as 2 it works perfectly fine but I want 52 levels not 80 from 40, so just putting evert as 52 and refine method as '2'. But its not working. Do any one have any idea about this? For reference I have posted domain section of the namelist. Thanks!




&domains

time_step = 120,

use_adaptive_time_step = .true.,

step_to_output_time = .true.

target_cfl = 1.2, 1.2

max_step_increase_pct = 5, 51

adaptation_domain = 1

starting_time_step = -1, -1

max_time_step = -1, -1

min_time_step = 1, 1,



max_dom = 2,



parent_id = 1, 1,

parent_grid_ratio = 1, 7,

i_parent_start = 1, 106,

j_parent_start = 1, 99,

s_we = 1, 1,

s_sn = 1, 1,

e_we = 501, 400,

e_sn = 321, 484,

sfcp_to_sfcp = .true.,

e_vert = 40, 52,

p_top_requested = 5000,

num_metgrid_levels = 24,

num_metgrid_soil_levels = 4,

dx = 25000, 3571.428,

dy = 25000, 3571.428,

grid_id = 1, 2,

parent_time_step_ratio = 1, 5,



feedback = 0,

smooth_option = 0

smooth_cg_topo = .true.,




vert_refine_method = 0, 2,

rebalance = 1,

/
 
Hi,
Unfortunately, the vertical refinement program for ndown is quite limiting and only works with vert_refine_method = 1 and vert_refine_fact = 2. There is a utility program (v_interp) that could potentially work for your needs.
 
Top