Hi.
I want to print 24 isobaric level wind speed data U and V.
So I set the namelist.wps, namelist.input as follows. (I attached the namelist.wps, namelist.input, wrfpress_d02_2022-05_00:00:00 that I used.)
&diag
p_lev_diag = 1
num_press_levels = 24
press_levels = 100000, 97500, 95000, 92500, 90000, 87500, 85000, 80000, 75000, 70000, 65000, 60000, 55000, 50000, 45000, 40000, 35000, 30000, 25000, 20000, 15000, 10000, 7000, 5000,
By the way, when I opened the "wrfpress_<domain>_<date>" file with ncdump -h, it said 33 or 32 vertical levels as shown below. Can you tell me why it didn't change to 24?
To solve the problem, I tried to change the e_vert set as below to 24, but an error occurred.
e_vert = 33, 33,
p_top_requested = 5000,
I will wait for the reply.
Thanks you.
I want to print 24 isobaric level wind speed data U and V.
So I set the namelist.wps, namelist.input as follows. (I attached the namelist.wps, namelist.input, wrfpress_d02_2022-05_00:00:00 that I used.)
&diag
p_lev_diag = 1
num_press_levels = 24
press_levels = 100000, 97500, 95000, 92500, 90000, 87500, 85000, 80000, 75000, 70000, 65000, 60000, 55000, 50000, 45000, 40000, 35000, 30000, 25000, 20000, 15000, 10000, 7000, 5000,
By the way, when I opened the "wrfpress_<domain>_<date>" file with ncdump -h, it said 33 or 32 vertical levels as shown below. Can you tell me why it didn't change to 24?
To solve the problem, I tried to change the e_vert set as below to 24, but an error occurred.
e_vert = 33, 33,
p_top_requested = 5000,
I will wait for the reply.
Thanks you.