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

program ndown: error opening wrfout_d01_2024-07-11_00_00_00 for reading ierr= -1021

PL_mod

New member
Hi everyone,

I am trying to run a one-way nesting simulation with ndown.
I am running WPS and real.exe for two nests.
I then rename the 'wrfinput_d02' file to 'wrfndi_d02'.
I change max_dom to 1 and I run wrf.exe.
Then I change again max_dom to 2 and interval_seconds to 3600 and try to run ndown.exe.
I get the following rsl.error.0000:

Any ideas??

taskid: 0 hostname: ncmln1
module_io_quilt_old.F 2931 T
Ntasks in X 1 , ntasks in Y 1
NDOWN_EM V4.1.3 PREPROCESSOR
*************************************
Parent domain
ids,ide,jds,jde 1 1050 1 1000
ims,ime,jms,jme -4 1055 -4 1005
ips,ipe,jps,jpe 1 1050 1 1000
*************************************
DYNAMICS OPTION: Eulerian Mass Coordinate
alloc_space_field: domain 1 , 28720947992 bytes allocated
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 302
program ndown: error opening wrfout_d01_2024-07-11_00_00_00 for reading ierr= -1021
-------------------------------------------
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
 
Do you have the wrfout* file available in the directory where you're trying to run ndown?

If so, can you issue the following command in the directory where you're running wrf and ndown?
ls -ls > ls.txt

and attach that ls.txt file, as well as the namelist you used for your initial wrf simulation, and the namelist you are using for ndown. Thanks!
 
Top