Hi, I am new to WRF and I want to obtain "CLOUD OPTICAL THICKNESS FOR ICE" (TAUCLDI) and "CLOUD OPTICAL THICKNESS FOR WATER" (TAUCLDC) from the WRF forecast. The problem is that the variables are not present in the WRF output.
I use WRF V4 and my namelist.input file for physics looks like this:
Can someone help me with the configuration of wrf so that the model outputs the variables ?
Thank you
I use WRF V4 and my namelist.input file for physics looks like this:
Code:
&physics
mp_physics = 7,
ra_lw_physics = 5,
ra_sw_physics = 5,
radt = 10,
sf_sfclay_physics = 1,
sf_surface_physics = 2,
bl_pbl_physics = 1,
bldt = 0,
cu_physics = 0,
cudt = 5,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
Thank you