[Wrf-users] [wrf-users]Error when I run real.exe for ARW case
Khaled Ganbour
kganbour at yahoo.com
Sun Jun 26 01:48:08 MDT 2011
Dear all:
Sorry in this case I compilated WRF with ARW,I confused becuase also I have some wrong with NMM case in another linux user
I will try to post all my steps.
I have run WRF for ARW&NMM by test data.
But
when I changed it to run in ARW state on my domain and by another data
,I run all geogrid.exe,ungrib.exe,and metgrid.exe and no error.
But when I run real.exe ,I have this error :
---------------------------------------------------------------------------------------------
Namelist dfi_control not found in namelist.input. Using registry defaults for v
ariables in dfi_control
Namelist tc not found in namelist.input. Using registry defaults for variables
in tc
Namelist scm not found in namelist.input. Using registry defaults for variables
in scm
Namelist fire not found in namelist.input. Using registry defaults for variable
s in fire
--- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval
= 0 for all domains
--- NOTE: grid_fdda is 0 for domain 1, setting gfdda interval and ending t
ime to 0 for that domain.
--- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain 1, setting
sgfdda interval and ending time to 0 for that
domain.
--- NOTE: obs_nudge_opt is 0 for domain 1, setting obs nudging interval an
d ending time to 0 for that domain.
--- NOTE: num_soil_layers has been set to 4
REAL_EM V3.2.1 PREPROCESSOR
*************************************
Parent domain
ids,ide,jds,jde 1 33 1 20
ims,ime,jms,jme -4 38 -4 25
ips,ipe,jps,jpe 1 33 1 20
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1, 22248296 bytes allocated
Time period # 1 to process = 2010-12-14_00:00:00.
Time period # 2 to process = 2010-12-14_03:00:00.
Time period # 3 to process = 2010-12-14_06:00:00.
Time period # 4 to process = 2010-12-14_09:00:00.
Time period # 5 to process = 2010-12-14_12:00:00.
Time period # 6 to process =
2010-12-14_15:00:00.
Time period # 7 to process = 2010-12-14_18:00:00.
Time period # 8 to process = 2010-12-14_21:00:00.
Time period # 9 to process = 2010-12-15_00:00:00.
Time period # 10 to process = 2010-12-15_03:00:00.
Total analysis times to input = 10.
-----------------------------------------------------------------------------
Domain 1: Current date being processed: 2010-12-14_00:00:00.0000, which is loop # 1 out of 10
configflags%julyr, %julday, %gmt: 2010 348 0.0000000E+00
metgrid input_wrf.F first_date_input = 2010-12-14_00:00:00
metgrid input_wrf.F first_date_nml = 2010-12-14_00:00:00
d01 2010-12-14_00:00:00 Timing for input 0 s.
Max map factor in domain 1 = 1.08. Scale the dt in the model accordingly.
forrtl: severe (66): output statement overflows record, unit -5, file Internal Formatted Write
Image PC Routine
Line Source
real.exe 00000000012A7CBD Unknown Unknown Unknown
real.exe 00000000012A67C5 Unknown Unknown Unknown
real.exe 00000000012485D9 Unknown Unknown Unknown
real.exe 00000000011E779D Unknown Unknown Unknown
real.exe 00000000011E6FEA Unknown Unknown Unknown
real.exe 0000000001226880 Unknown Unknown Unknown
real.exe 0000000000445A92 Unknown Unknown Unknown
real.exe 000000000045055D Unknown Unknown Unknown
real.exe 0000000000405966 Unknown Unknown Unknown
real.exe 00000000004041CC Unknown Unknown Unknown
libc.so.6 00000032BDB1C3FB Unknown Unknown Unknown
real.exe 00000000004040FA Unknown
Unknown Unknown
--------------------------------------------------------------------------------------------------
I use Input data:
GRIBFILE.AAA -> ../DATA/fh.000_tl.press_ar.octanti
GRIBFILE.AAB -> ../DATA/fh.003_tl.press_ar.octanti
GRIBFILE.AAC -> ../DATA/fh.006_tl.press_ar.octanti
GRIBFILE.AAD -> ../DATA/fh.009_tl.press_ar.octanti
GRIBFILE.AAE -> ../DATA/fh.012_tl.press_ar.octanti
GRIBFILE.AAF -> ../DATA/fh.015_tl.press_ar.octanti
GRIBFILE.AAG -> ../DATA/fh.018_tl.press_ar.octanti
GRIBFILE.AAH -> ../DATA/fh.021_tl.press_ar.octanti
GRIBFILE.AAI -> ../DATA/fh.024_tl.press_ar.octanti
GRIBFILE.AAJ -> ../DATA/fh.027_tl.press_ar.octanti
GRIBFILE.AAK -> ../DATA/fh.030_tl.press_ar.octanti
-------------------------------------------------------------
and the namelist of WPS:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2010-12-14_00:00:00',
end_date = '2010-12-15_03:00:00',
interval_seconds = 10800
io_form_geogrid = 2,
/
&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 33,
e_sn = 20,
geog_data_res = '10m',
dx = 30000,
dy = 30000,
map_proj = 'lambert',
ref_lat = 20,
ref_lon = 20,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 2.0,
geog_data_path = '/home/khaled/WRFI/WPS/geog'
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
/
---------------------------------------------
and the namelist.input is:
&time_control
run_days = 0,
run_hours = 27,
run_minutes = 0,
run_seconds
= 0,
start_year = 2010, 2000, 2000,
start_month = 12, 01, 01,
start_day = 14, 24, 24,
start_hour = 00, 12, 12,
start_minute = 00, 00, 00,
start_second = 00, 00, 00,
end_year = 2010, 2000, 2000,
end_month = 12, 01, 01,
end_day = 15, 25, 25,
end_hour = 03, 12, 12,
end_minute = 00, 00, 00,
end_second = 00, 00, 00,
interval_seconds = 10800
input_from_file = .true.,.true.,.true.,
history_interval = 180, 60, 60,
frames_per_outfile = 1000, 1000, 1000,
restart
= .false.,
restart_interval = 5000,
io_form_history = 2
io_form_restart = 2
io_form_input = 2
io_form_boundary = 2
debug_level = 0
/
&domains
time_step = 180,
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1,
e_we = 33, 112, 94,
e_sn = 20, 97, 91,
e_vert = 27, 28, 28,
p_top_requested = 7000,
num_metgrid_levels = 13,
num_metgrid_soil_levels = 0 ,
dx = 30000, 10000, 3333.33,
dy = 30000, 10000, 3333.33,
grid_id
= 1, 2, 3,
parent_id = 0, 1, 2,
i_parent_start = 1, 31, 30,
j_parent_start = 1, 17, 30,
parent_grid_ratio = 1, 3, 3,
parent_time_step_ratio = 1, 3, 3,
feedback = 1,
smooth_option = 0
/
&physics
mp_physics = 3, 3, 3,
ra_lw_physics = 1, 1, 1,
ra_sw_physics = 1, 1, 1,
radt = 30, 30, 30,
sf_sfclay_physics = 1, 1, 1,
sf_surface_physics = 2, 2, 2,
bl_pbl_physics = 1, 1, 1,
bldt = 0, 0, 0,
cu_physics =
1, 1, 0,
cudt = 5, 5, 5,
isfflx = 1,
ifsnow = 0,
icloud = 1,
surface_input_source = 1,
num_soil_layers = 4,
sf_urban_physics = 0, 0, 0,
maxiens = 1,
maxens = 3,
maxens2 = 3,
maxens3 = 16,
ensdim = 144,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
diff_6th_opt = 0, 0, 0,
diff_6th_factor = 0.12, 0.12, 0.12,
base_temp = 290.
damp_opt
= 0,
zdamp = 5000., 5000., 5000.,
dampcoef = 0.2, 0.2, 0.2
khdif = 0, 0, 0,
kvdif = 0, 0, 0,
non_hydrostatic = .true., .true., .true.,
moist_adv_opt = 1, 1, 1,
scalar_adv_opt = 1, 1, 1,
/
&bdy_control
spec_bdy_width = 5,
spec_zone = 1,
relax_zone = 4,
specified = .true., .false.,.false.,
nested = .false., .true., .true.,
/
&grib2
/
&namelist_quilt
nio_tasks_per_group = 0,
nio_groups = 1,
/
--------------------------------------------------
I am looking forward
for your replay
with best regards
Khaled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20110626/0e4cef92/attachment-0001.html
More information about the Wrf-users
mailing list