wet-bias (high precipitation) over a tropical domain

I have a wet-bias (high precipitation) in the second domain (urban).

WRF 4.5
d01 = 100x100
d02 = 111x111
15km x 3km
GF,YSU,Thompsom
cu_physics turned off for 3-km domain
sf_surface option = 2, noah lsm

I activated shcu_physics for 15-km domain to control heat/moisture buildup, and it lowered the numbers.

I still have high precip over Oct-Nov months.

One suggestion was to activate
sf_urban_physics for 3-km domain
-- however, simulation stopped on its own

Any suggestions/corrections to get sf_urban_physics option to work.
Most test runs stopped at time step of 6 hours (GDAS input interval)

*************

&physics
mp_physics = 8, 8, 8, 8,
ra_lw_physics = 4, 4, 4, 4,
ra_sw_physics = 4, 4, 4, 4,
radt = 15, 3, 10, 10,
swint_opt = 1,
sf_sfclay_physics = 1, 1, 1, 1,
sf_surface_physics = 2, 2, 2, 2,
sf_urban_physics = 0, 0, 0, 0,
surface_input_source = 1,
num_soil_layers = 4,
num_land_cat = 21,
bl_pbl_physics = 1, 1, 0, 0,
bldt = 0, 0, 0, 0,
topo_wind = 1, 1, 0, 0,
cu_physics = 3, 0, 0, 0,
shcu_physics = 3, 3, 0, 0,
cudt = 0, 0, 0, 0,
cugd_avedx = 1,
cu_rad_feedback = .true.,.false.,.false.,.false.,
prec_acc_dt = 60., 60., 60., 60.,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
isfflx = 1,
ifsnow = 1,
icloud = 1,
sst_update = 1,
slope_rad = 0, 1, 1, 1,
topo_shading = 0, 1, 1, 1,
/

When activating sf_urban, I used this

sf_urban_physics = 0, 1, 0, 0,
mosaic_lu = 1,
mosaic_soil = 1,

Without sf_urban_physics, the three lines above, the simulation works for the set full period.
 
Back
Top