Hi,
I tested even others LSM, and they work giving reasonable values of soil moisture.
That's my namelist:
&time_control
run_days = 0,
run_hours = 36,
run_minutes = 0,
run_seconds = 0,
start_year = 2015,
start_month = 03,
start_day = 20,
start_hour = 18,
start_minute = 00,
start_second = 00,
end_year = 2015,
end_month = 06,
end_day = 23,
end_hour = 18,
end_minute = 00,
end_second = 00,
history_interval = 30,
history_begin_h = 12,
frames_per_outfile = 1000,
restart = .false.,
restart_interval = 3000,
iofields_filename = "remove_variables.txt",
io_form_history = 2,
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
debug_level = 0,
/
&domains
time_step = 0,
time_step_fract_num = 60,
time_step_fract_den = 10,
max_dom = 1,
s_we = 1,
e_we = 101,
s_sn = 1,
e_sn = 201,
s_vert = 1,
ztop = 12329.,
dx = 1000,
dy = 1000,
e_vert = 65,
&physics
mp_physics = 0,
ra_lw_physics = 1,
ra_sw_physics = 1,
radt = 5,
sf_sfclay_physics = 1,
sf_surface_physics = 5,
bl_pbl_physics = 8,
sf_urban_physics = 0,
bldt = 0,
tracer_pblmix = 0,
cu_physics = 0,
cudt = 0,
num_soil_layers =10,
/
&fdda
/
&dynamics
m_opt = 0,
hybrid_opt = 2,
rk_ord = 3,
diff_opt = 2,
km_opt = 4,
damp_opt = 3,
dampcoef = .1,
zdamp = 10000.,
khdif = 300.,
kvdif = 0.,
c_s = 0.18,
c_k = 0.10,
mix_isotropic = 1,
smdiv = 0.1,
emdiv = 0.01,
epssm = 0.1,
time_step_sound = 6,
h_mom_adv_order = 5,
v_mom_adv_order = 3,
h_sca_adv_order = 5,
v_sca_adv_order = 3,
mix_full_fields = .true.,
non_hydrostatic = .true.,
pert_coriolis = .true.,
use_theta_m = 1,
/
/
&bdy_control
periodic_x = .false.,
symmetric_xs = .true.,
symmetric_xe = .true.,
open_xs = .false.,
open_xe = .false.,
periodic_y = .false.,
symmetric_ys = .true.,
symmetric_ye = .true.,
open_ys = .false.,
open_ye = .false.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
$ideal
ideal_case = 8
/
Thanks!