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 while running geogrid.exe

naveen_ven

New member
At line 141 of file gridinfo_module.f90 (unit = 10, file = 'namelist.wps')
Fortran runtime error: Cannot match namelist object name .0

Error termination. Backtrace:
#0 0x7f18b9deaad0 in ???
#1 0x7f18b9deb649 in ???
#2 0x7f18b9dec27f in ???
#3 0x7f18ba039cc4 in ???
#4 0x7f18ba04304d in ???
#5 0x7f18ba0433e3 in ???
#6 0x558d3c654495 in ???
#7 0x558d3c6527e0 in ???
#8 0x7f18b9ae1d8f in __libc_start_call_main
at ../sysdeps/nptl/libc_start_call_main.h:58
#9 0x7f18b9ae1e3f in __libc_start_main_impl
at ../csu/libc-start.c:392
#10 0x558d3c6517e4 in ???
#11 0xffffffffffffffff in ???


I'm getting this error while running geogrid.exe. I'm attaching namelist.wps and geogrid.log for reference. I'm new to WRF, can someone help me install and run wrf to find solar irradiance.

Regards
Naveen Venkat
 

Attachments

  • namelist.wps
    693 bytes · Views: 26
  • geogrid.log
    66 bytes · Views: 11
In your namelist.wps, there are a few wrong settings:

(1) start_date = '2022-11-08_00:00:00',
end_date = '2022-11-00_12:00:00',

Note that the end date must be later than the start date

(2) Please delete the line:

goeg_data_res = 'default'

Then try again and let me know f you still have issues.
 
Thank you Mr Chen,

I fixed the dates and deleted the line. Now I'm getting this error while running geogrid.exe

ERROR: Could not open GEOGRID.TBL
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 21875.

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.
--------------------------------------------------------------------------


I'm attaching namelist.wps and geogrid.log for your reference.

Regards
Naveen Venkat
 

Attachments

  • namelist.wps
    662 bytes · Views: 13
  • geogrid.log
    2.9 KB · Views: 7
This is because you don't have GEOGRID.TBL.
If you run ./geogrid.xe under WPS path, you should have GEOGRID.TBL located at WPS/geogrid.
Or you will need to specify where to access the file in your namelst.wps by
opt_geogrid_tbl_path = " path where GEOGRID.TBL is located"
 
Thank you Mr. Chen
Geogrid.exe is running successfully now.
Apologies, I'm getting error while running metgrid.exe now

Processing domain 1 of 1
Processing 2022-11-08_00
FILE
ERROR: Error in ext_pkg_write_field
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 0 in communicator MPI_COMM_WORLD
with errorcode 21990.

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.


I'm attaching namelist.wps , and metgrid.log for reference

Regards
Naveen Venkat
 

Attachments

  • namelist.wps
    706 bytes · Views: 9
  • metgrid.log
    23.5 KB · Views: 5
How did you build WPS? It seems you are running metgrid.exe in parallel mode?
Also, what is the forcing data for this case?
 
Top