Hello:
I am trying to use the 'pressure level output' option in WRF4.5.2 To save U, V, T at some pressure levels.But according to my namelist output, the file contains variables such as U10, V10, T2, etc., and does not include variables such as U, V, T, dew point temperature, etc. My input file is as follows:
_________namelist.input_______________
&time_control
auxhist23_outname ="wrf_specify_vars_pl_d<domain>_<date>"
auxhist23_interval = 360, 360, 360
frames_per_auxhist23 = 100, 100, 100
io_form_auxhist23 = 2
/
&diag
p_lev_diag = 1
num_press_levels = 16
press_levels = 100000, 95000, 90000, 85000, 80000, 75000, 70000, 50000, 40000, 30000, 20000, 10000, 5000, 3000, 1000, 100
/
Thanks everybody
I am trying to use the 'pressure level output' option in WRF4.5.2 To save U, V, T at some pressure levels.But according to my namelist output, the file contains variables such as U10, V10, T2, etc., and does not include variables such as U, V, T, dew point temperature, etc. My input file is as follows:
_________namelist.input_______________
&time_control
auxhist23_outname ="wrf_specify_vars_pl_d<domain>_<date>"
auxhist23_interval = 360, 360, 360
frames_per_auxhist23 = 100, 100, 100
io_form_auxhist23 = 2
/
&diag
p_lev_diag = 1
num_press_levels = 16
press_levels = 100000, 95000, 90000, 85000, 80000, 75000, 70000, 50000, 40000, 30000, 20000, 10000, 5000, 3000, 1000, 100
/
Thanks everybody