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

issue in namelist.wps ,i was trying for u,v

yashu-1417

New member
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$ nano namelist.wps
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$ ./geogrid.exe
At line 141 of file gridinfo_module.f90 (unit = 10, file = 'namelist.wps')
Fortran runtime error: Cannot match namelist object name 10000

Error termination. Backtrace:
#0 0x7915e6e23960 in ???
#1 0x7915e6e244d9 in ???
#2 0x7915e6e2510f in ???
#3 0x7915e70729b4 in ???
#4 0x7915e707bd6d in ???
#5 0x7915e707c0e3 in ???
#6 0x5cefbf0353a5 in ???
#7 0x5cefbf0336f0 in ???
#8 0x7915e6a29d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#9 0x7915e6a29e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#10 0x5cefbf0326f4 in ???
#11 0xffffffffffffffff in ???
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$ ungrib.exe
ungrib.exe: command not found
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$ ./ungrib.exe
*** Starting program ungrib.exe ***
Start_date = 2019-01-01_00:00:00 , End_date = 2019-12-31_18:00:00
output format is WPS
Path to intermediate files is ./
ERROR: edition_num: unable to open GRIBFILE.AAA
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$ ./metgrid.exe
Processing domain 1 of 2
ERROR: Couldn't open file ./geo_em.d01.nc for input.
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 25291.

NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
iirs@iirs-HP-ProDesk-600-G2-MT:~/BUILD_WRF/WPS$
i have taken era5 pressure level and surface level data for indian region for u,v
 

Attachments

  • namelist.wps
    843 bytes · Views: 2
Please change the options below from

dx = 30000, 10000,
dy = 30000, 10000,

to


dx = 30000, 10000,
dy = 30000, 10000,

Then try again.
 
Top