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: In GEOGRID.TBL, no specification for projection in entry 24.

zzz

New member
Hi everybody! I have a problem while runing geogrib.exe . I provide my namelist.wps and the error. Can you help me with this problem, thank you in advance.
error is following:
ERROR: In GEOGRID.TBL, no specification for projection in entry 24.
Abort(50999072) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 50999072) - process 0
 

Attachments

  • namelist.wps
    878 bytes · Views: 2
  • wps_show_dom.pdf
    54.6 KB · Views: 3
Parsed 28 entries in GEOGRID.TBL
Processing domain 1 of 1
Processing XLAT and XLONG
Processing MAPFAC
Processing F and E
Processing ROTANG
Processing LANDUSEF
Calculating landmask from LANDUSEF ( WATER = 17 21 )
Processing HGT_M
Processing SOILTEMP
Processing SOILCTOP
Processing SCT_DOM
Processing SOILCBOT
Processing SCB_DOM
Processing ALBEDO12M
Processing GREENFRAC
Processing LAI12M
Processing SNOALB
Processing CON
Processing VAR
Processing OA1
Processing OA2
Processing OA3
Processing OA4
Processing OL1
Processing OL2
Processing OL3
Processing OL4
Processing VAR_SSO
Processing LAKE_DEPTH
Processing IMPERV
ERROR: In GEOGRID.TBL, no specification for projection in entry 24.
Abort(40066848) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 40066848) - process 0
 
Hi,
Did you make any modifications to the GEOGRID.TBL? Can you attach the full geogrid.log file, as well as your GEOGRIB.TBL (found in WPS/geogrid)? Thanks!
 
Thank you for reply! I did'nt make any modifications to the GEOGRID.TBL. Two files is following(GEPGRID.TBL can't attach, so I copy the file in the text):
 

Attachments

  • geogrid.log
    9.9 KB · Views: 1
  • GEOGRID-TBL.txt
    19.1 KB · Views: 6
Last edited:
Thanks for sending those. Are you intending to use the "nlcd2011_imp_ll_9s" data specifically for the Pleim-Xu surface scheme? If not, can you try to remove this section from your GEOGRID.TBL?
Code:
name=IMPERV
        priority=1
        optional=yes
        dest_type=continuous
        interp_option = default:average_gcell(0.0)
        masked=water
        fill_missing=0.
        rel_path = default:nlcd2011_imp_ll_9s/
        flag_in_output=FLAG_IMPERV
===============================

After that, run geogrid again and let me know if that makes any difference.
 
sorry for lately reply, Thanks for your advice! I delete this section and it runs successfully!
 
Top