momodiallosn
New member
Hi,
I was poking around the WRF source code and found the very handy phys/module_diag_zld.F routine.
As described in the user guide I added the following options in the &time_control and &diags sections for usage:
&time_control
/
auxhist22_interval = 120, 120,120
frames_per_auxhist22 = 1, 1,1
io_form_auxhist22 = 2
auxhist22_outname
/
&diags
/
z_lev_diags=1
num_z_levels=2
z_levels=50,100
/
As expected the ZLEVS_d0* files were successfully created. Yet, only XLAT,XLONG,U2,T2,U10 and V10 were witten. No sign of variables mentionned in Registry/registry.diags ( z_zl,u_zl,v_zl,t_zl,rh_zl,ght_zl,s_zl,td_zl,q_zl ) despite being activated .
I have checked both Registry.EM.COMMON and registry.diags and all these variables should be written in the history stream 22.
Did I missed something, could you please give me a hand ?
ps I have checked this option using WRF V4.2 with no prior code modifications
I was poking around the WRF source code and found the very handy phys/module_diag_zld.F routine.
As described in the user guide I added the following options in the &time_control and &diags sections for usage:
&time_control
/
auxhist22_interval = 120, 120,120
frames_per_auxhist22 = 1, 1,1
io_form_auxhist22 = 2
auxhist22_outname
/
&diags
/
z_lev_diags=1
num_z_levels=2
z_levels=50,100
/
As expected the ZLEVS_d0* files were successfully created. Yet, only XLAT,XLONG,U2,T2,U10 and V10 were witten. No sign of variables mentionned in Registry/registry.diags ( z_zl,u_zl,v_zl,t_zl,rh_zl,ght_zl,s_zl,td_zl,q_zl ) despite being activated .
I have checked both Registry.EM.COMMON and registry.diags and all these variables should be written in the history stream 22.
Did I missed something, could you please give me a hand ?
ps I have checked this option using WRF V4.2 with no prior code modifications