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

WRF.EXE ERROR

andysant18

New member
Hi! Before i having a problem with the CATMR volume radio but now i have the next mistake, someone will help me?
a.7116@tlaloc ~/Build_WRF/WPS-4.5 $ srun -v -n 8 -p golden wrf.exe
srun: defined options
srun: -------------------- --------------------
srun: ntasks : 8
srun: partition : golden
srun: verbose : 1
srun: -------------------- --------------------
srun: end of defined options
srun: jobid 26082: nodes(1):`node1', cpu counts: 8(x1)
srun: launch/slurm: launch_p_step_launch: CpuBindType=(null type)
srun: launching StepId=26082.0 on host node1, 8 tasks: [0-7]
srun: route/default: init: route default plugin loaded
srun: launch/slurm: _task_start: Node node1, 8 tasks started
starting wrf task 0 of 8
starting wrf task 2 of 8
starting wrf task 6 of 8
starting wrf task 4 of 8
starting wrf task 3 of 8
starting wrf task 7 of 8
starting wrf task 5 of 8
starting wrf task 1 of 8
srun: Complete StepId=26082.0+0 received
srun: Job step aborted: Waiting up to 62 seconds for job step to finish.
srun: Complete StepId=26082.0+0 received
srun: Complete StepId=26082.0+0 received
slurmstepd: error: *** STEP 26082.0 ON node1 CANCELLED AT 2026-02-24T13:30:12 ***
slurmstepd: error: *** STEP 26082.0 ON node1 CANCELLED AT 2026-02-24T13:30:12 ***
srun: Complete StepId=26082.0+0 received
srun: Complete StepId=26082.0+0 received
srun: Complete StepId=26082.0+0 received
srun: Complete StepId=26082.0+0 received
srun: Complete StepId=26082.0+0 received
srun: Complete StepId=26082.0+0 received
srun: launch/slurm: _task_finish: Received task exit notification for 8 tasks of StepId=26082.0 (status=0x0009).
srun: error: node1: tasks 0-7: Killed
a.7116@tlaloc ~/Build_WRF/WPS-4.5 $ cat rsl.out.0000
taskid: 0 hostname: node1
Quilting with 1 groups of 0 I/O tasks.
Ntasks in X 2 , ntasks in Y 4
*************************************
Configuring physics suite 'conus'

mp_physics: 8 8
cu_physics: 6 6
ra_lw_physics: 4 4
ra_sw_physics: 4 4
bl_pbl_physics: 2 2
sf_sfclay_physics: 2 2
sf_surface_physics: 2 2
*************************************
Domain # 1: dx = 15000.000 m
Domain # 2: dx = 5000.000 m
WRF V4.5.2 MODEL
No git found or not a git repository, git commit version not available.
*************************************
Parent domain
ids,ide,jds,jde 1 150 1 130
ims,ime,jms,jme -4 82 -4 40
ips,ipe,jps,jpe 1 75 1 33
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 134161732 bytes allocated
med_initialdata_input: calling input_input
Input data is acceptable to use: wrfinput_d01
dx and dy from file 9000.000 9000.000
dx and dy from namelist 15000.00 15000.00
---- ERROR: DX and DY do not match comparing namelist to the input file
----------------- ERROR -------------------
namelist : gwd_opt = 1
input files : GWD_OPT = 0 (from wrfinput files).
---- ERROR: Mismatch between namelist and global attribute GWD_OPT
input_wrf.F: SIZE MISMATCH: namelist e_we = 150
input_wrf.F: SIZE MISMATCH: input file WEST-EAST_GRID_DIMENSION = 120
---- ERROR: Mismatch between namelist and input file dimensions
input_wrf.F: SIZE MISMATCH: namelist e_sn = 130
input_wrf.F: SIZE MISMATCH: input file SOUTH-NORTH_GRID_DIMENSION = 120
---- ERROR: Mismatch between namelist and input file dimensions
CURRENT DATE = 2019-09-04_12:00:00
SIMULATION START DATE = 2023-10-23_00:00:00
Time in file: 2023-10-23_00:00:00
Time on domain: 2019-09-04_12:00:00
**WARNING** Time in input file not equal to time on domain **WARNING**
**WARNING** Trying next time in file wrfinput_d01 ...
1 input_wrf: wrf_get_next_time current_date: 2023-10-23_00:00:00 Status = -4
---- ERROR: Could not find matching time in input file wrfinput_d01
NOTE: 5 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 1298
NOTE: Please check and reset these options
-------------------------------------------
a.7116@tlaloc ~/Build_WRF/WPS-4.5 $
 
The errors shown in your post clearly indicate that your input data is not consistent with the options in your namelist.input. For example,

Code:
dx and dy from file 9000.000 9000.000
dx and dy from namelist 15000.00 15000.00
---- ERROR: DX and DY do not match comparing namelist to the input file

The above message shows that dx and dy from your wrfinput is 9km, but in namelist.input, they are15km.

There are many other similar errors. Please correct these inconsistent options, they try again.
 
Top