Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Error in while running wrf.exe for ERA5 data

june0497

New member
I wanted to run WRF ARW model at 1km using ERA5 reanalysis, for testing I just ran for 15 days but
However, when running wrf.exe, I encounter the following error:
forrtl: severe (174): SIGSEGV, segmentation fault occurred. I have tried multiple ways to fix it but I am not sure why is that happening.

I ran WPS, and generated the met_em files successfully, my domain configuration
for my WPS namelist is following:
&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2016-03-01_00:00:00',
end_date = '2016-03-15_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
/

&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 1080,
e_sn = 1111,
geog_data_res = 'default',
dx = 1000,
dy = 1000,
map_proj = 'mercator',
ref_lat = 15.00,
ref_lon = 79.00,
truelat1 = 15.0,
truelat2 = 0.0,
stand_lon = 79.0,


I am attaching my namelist.input too which successfully generated bdy and input files while running ./real.exe

also for the running in hpc I used the below configuration.
Also used 10 nodes too.
SBATCH -N 10
#SBATCH --ntasks-per-node=48

mpirun -np 480 ./wrf.exe

I have run the model successfully for the hurricane matthew example but for this single domain run, it is not running.

Would really appreciate your help on this.
 

Attachments

  • namelist.input
    3.3 KB · Views: 1
Top