andysant18
New member
Hi, my name is Andrea i am student and i am programing the WRF model, now i have a few problems, i have all the .exe and all the ERA5 I need to simulate Hurricane Otis, but I'm having trouble running real.exe. I show the error
base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $ tail -n 20 log.real
starting wrf task 0 of 1
(base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $ tail -n 20 rsl.error.0000
taskid: 0 hostname: tlaloc.atmosfera.unam.mx
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist domains ------
Maybe here?: smooth_option = 0,
Maybe here?: use_fdda = .false.,
------ ERROR while reading namelist grib2 ------
Maybe here?: &grib2
Maybe here?: fg_name = 'met_em.d01.*.nc', ! Archivos generados por WPS
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11700
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
(base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $ tail -n 20 rsl.out.0000
taskid: 0 hostname: tlaloc.atmosfera.unam.mx
------ ERROR while reading namelist domains ------
Maybe here?: smooth_option = 0,
Maybe here?: use_fdda = .false.,
------ ERROR while reading namelist grib2 ------
Maybe here?: &grib2
Maybe here?: fg_name = 'met_em.d01.*.nc', ! Archivos generados por WPS
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11700
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
(base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $
And this is my namelist.input
&time_control
run_days = 2, ! Duración total de la simulación en días
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2023, ! Año de inicio para cada dominio (d01,d02...)
start_month = 10,
start_day = 23,
start_hour = 0,
start_minute = 0,
start_second = 0,
end_year = 2023,
end_month = 10,
end_day = 25,
end_hour = 0,
end_minute = 0,
end_second = 0,
interval_seconds = 10800, ! Salida de metgrid cada 3 horas
input_from_file = .true., ! Usa los archivos met_em generados
history_interval = 60, ! Salida WRF cada 60 minutos
frames_per_outfile = 1,
restart = .false.,
restart_interval = 1440,
io_form_history = 2, ! NetCDF clásico
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
/
&domains
time_step = 180, ! 3 minutos para dx=30 km
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1, ! Solo un dominio
e_we = 50, ! Igual que geogrid
e_sn = 50,
e_vert = 41, ! Número de niveles verticales (ajustable)
p_top_requested = 5000, ! Pa (50 hPa)
num_metgrid_levels = 27, ! Para presiones y superficie
dx = 30000,
dy = 30000,
grid_id = 1,
parent_id = 1,
i_parent_start = 1,
j_parent_start = 1,
parent_grid_ratio = 1,
feedback = 0,
smooth_option = 0,
use_fdda = .false.,
/
&physics
mp_physics = 3, ! Thompson microphysics
ra_lw_physics = 1,
ra_sw_physics = 1,
bl_pbl_physics = 1,
sf_sfclay_physics = 2,
sf_surface_physics = 2,
cu_physics = 0, ! No convection para dx=30 km
cudt = 5,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
damp_opt = 0,
/
&bdy_control
spec_bdy_width = 5,
relax_zone = 5,
/
&grib2
fg_name = 'met_em.d01.*.nc', ! Archivos generados por WPS
/
I wish that someone will help me, that is for my tesis
base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $ tail -n 20 log.real
starting wrf task 0 of 1
(base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $ tail -n 20 rsl.error.0000
taskid: 0 hostname: tlaloc.atmosfera.unam.mx
module_io_quilt_old.F 2931 T
------ ERROR while reading namelist domains ------
Maybe here?: smooth_option = 0,
Maybe here?: use_fdda = .false.,
------ ERROR while reading namelist grib2 ------
Maybe here?: &grib2
Maybe here?: fg_name = 'met_em.d01.*.nc', ! Archivos generados por WPS
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11700
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
(base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $ tail -n 20 rsl.out.0000
taskid: 0 hostname: tlaloc.atmosfera.unam.mx
------ ERROR while reading namelist domains ------
Maybe here?: smooth_option = 0,
Maybe here?: use_fdda = .false.,
------ ERROR while reading namelist grib2 ------
Maybe here?: &grib2
Maybe here?: fg_name = 'met_em.d01.*.nc', ! Archivos generados por WPS
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 11700
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
(base) a.7116@tlaloc ~/Build_WRF/WRF-4.5/WRF/run $
And this is my namelist.input
&time_control
run_days = 2, ! Duración total de la simulación en días
run_hours = 0,
run_minutes = 0,
run_seconds = 0,
start_year = 2023, ! Año de inicio para cada dominio (d01,d02...)
start_month = 10,
start_day = 23,
start_hour = 0,
start_minute = 0,
start_second = 0,
end_year = 2023,
end_month = 10,
end_day = 25,
end_hour = 0,
end_minute = 0,
end_second = 0,
interval_seconds = 10800, ! Salida de metgrid cada 3 horas
input_from_file = .true., ! Usa los archivos met_em generados
history_interval = 60, ! Salida WRF cada 60 minutos
frames_per_outfile = 1,
restart = .false.,
restart_interval = 1440,
io_form_history = 2, ! NetCDF clásico
io_form_restart = 2,
io_form_input = 2,
io_form_boundary = 2,
/
&domains
time_step = 180, ! 3 minutos para dx=30 km
time_step_fract_num = 0,
time_step_fract_den = 1,
max_dom = 1, ! Solo un dominio
e_we = 50, ! Igual que geogrid
e_sn = 50,
e_vert = 41, ! Número de niveles verticales (ajustable)
p_top_requested = 5000, ! Pa (50 hPa)
num_metgrid_levels = 27, ! Para presiones y superficie
dx = 30000,
dy = 30000,
grid_id = 1,
parent_id = 1,
i_parent_start = 1,
j_parent_start = 1,
parent_grid_ratio = 1,
feedback = 0,
smooth_option = 0,
use_fdda = .false.,
/
&physics
mp_physics = 3, ! Thompson microphysics
ra_lw_physics = 1,
ra_sw_physics = 1,
bl_pbl_physics = 1,
sf_sfclay_physics = 2,
sf_surface_physics = 2,
cu_physics = 0, ! No convection para dx=30 km
cudt = 5,
/
&fdda
/
&dynamics
w_damping = 0,
diff_opt = 1,
km_opt = 4,
damp_opt = 0,
/
&bdy_control
spec_bdy_width = 5,
relax_zone = 5,
/
&grib2
fg_name = 'met_em.d01.*.nc', ! Archivos generados por WPS
/
I wish that someone will help me, that is for my tesis