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_ndown.exe, not running properly

christalx

New member
Hi everyone,

Got stuck for WRF again. This time, I am trying to run ndown.exe for 1-way nesting. I encountered this situation, the script ran, but unsuccessfully. Upon checking error logs, the qsub did not generate any error message (ie. rsl.out.00 or run_ndown.e*). It only generated run_ndown.o*. Here is the message I only got, and it's really out of my scope! This situation also happened when I tried to run real.exe for another case. Please have a look...Thank you!

Code:
running with 6 mpi ranks
 starting wrf task            0  of            6
 starting wrf task            1  of            6
 starting wrf task            2  of            6
 starting wrf task            3  of            6
 starting wrf task            4  of            6
 starting wrf task            5  of            6
--------------------------------------------------------------------------
Primary job  terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

  Process name: [[35649,1],0]
  Exit code:    29
--------------------------------------------------------------------------

real    0m5.686s
user    0m0.127s
sys     0m0.547s
ndown.exe is finished.

======================================================================================
                  Resource Usage on 2025-03-24 07:05:55:
   Job Id:             137468687.gadi-pbs
   Project:            v46
   Exit Status:        0
   Service Units:      0.04
   NCPUs Requested:    6                      NCPUs Used: 6
                                           CPU Time Used: 00:00:10
   Memory Requested:   32.0GB                Memory Used: 1.69GB
   Walltime requested: 03:00:00            Walltime Used: 00:00:09
   JobFS requested:    100.0MB                JobFS used: 0B
======================================================================================
 
Hi,
You mention 'qsub' - do you happen to be running this on an NCAR HPC (e.g., Derecho or Casper)? If so, if you don't mind pointing me to the path where you're running this, I can look at your files. Otherwise, can you package all of your rsl* files into a single *.tar file and attach that, along with your namelist.input file? Thanks!
 
Top