Dear all,
I would like to output some variables in the wrfout_d01_*** (such as QRAIN,QICE,QSNOW) at the specify pressure/z levels (for instance, press_levels = 92500, 85000, 70000, 60000, 50000/z_levels = -30, -80, -150) and specify time interval.
I know I can set the namelist.input as follow:
auxhist22_outname ="wrf_specify_vars_zl_d<domain>_<date>"
auxhist22_interval = 180, 360,
frames_per_auxhist22 = 8, 100,
io_form_auxhist22 = 2
auxhist23_outname = "wrf_specify_vars_pl_d<domain>_<date>"
auxhist23_interval = 360, 360,
frames_per_auxhist23 = 4, 100,
io_form_auxhist23 = 2
&diags
diag_nwp2 = 1
p_lev_diags = 1
num_press_levels = 9,
press_levels = 92500, 85000, 70000, 60000, 50000, 40000, 30000, 20000, 10000
z_lev_diags = 1
num_z_levels = 3,
z_levels = -30, -80, -150
/
==========================================================
But it can only output U, V, wind speed, T, dew point T, RH and geopotential height at a number of pressure/z levels I provided,
So I want to know how to set the namelist.input or modify the relatived model scripts (such as some Registry files) to output some specify variables that I want.
Do I need to change the Registry.EM_COMMON file and how ?
Thanks a lot!
Best,
Kai
I would like to output some variables in the wrfout_d01_*** (such as QRAIN,QICE,QSNOW) at the specify pressure/z levels (for instance, press_levels = 92500, 85000, 70000, 60000, 50000/z_levels = -30, -80, -150) and specify time interval.
I know I can set the namelist.input as follow:
auxhist22_outname ="wrf_specify_vars_zl_d<domain>_<date>"
auxhist22_interval = 180, 360,
frames_per_auxhist22 = 8, 100,
io_form_auxhist22 = 2
auxhist23_outname = "wrf_specify_vars_pl_d<domain>_<date>"
auxhist23_interval = 360, 360,
frames_per_auxhist23 = 4, 100,
io_form_auxhist23 = 2
&diags
diag_nwp2 = 1
p_lev_diags = 1
num_press_levels = 9,
press_levels = 92500, 85000, 70000, 60000, 50000, 40000, 30000, 20000, 10000
z_lev_diags = 1
num_z_levels = 3,
z_levels = -30, -80, -150
/
==========================================================
But it can only output U, V, wind speed, T, dew point T, RH and geopotential height at a number of pressure/z levels I provided,
So I want to know how to set the namelist.input or modify the relatived model scripts (such as some Registry files) to output some specify variables that I want.
Do I need to change the Registry.EM_COMMON file and how ?
Thanks a lot!
Best,
Kai