WPS

mostafa

New member
this error appear when running metgrid.exe

At line 109 of file gridinfo_module.f90 (unit = 10, file = 'namelist.wps')
Fortran runtime error: End of file

Error termination. Backtrace:
#0 0x7fa00e9a9ad0 in ???
#1 0x7fa00e9aa649 in ???
#2 0x7fa00e9ab27f in ???
#3 0x7fa00ebfe4ab in ???
#4 0x7fa00ebff6f4 in ???
#5 0x7fa00ec02128 in ???
#6 0x7fa00ec023e3 in ???
#7 0x558d18827c7a in ???
#8 0x558d1882a40a in ???
#9 0x7fa00e6a0d8f in ???
#10 0x7fa00e6a0e3f in ???
#11 0x558d18825914 in ???
#12 0xffffffffffffffff in ???
 

Attachments

  • geogrid.log
    29 KB · Views: 2
  • namelist.wps
    717 bytes · Views: 4

Whatheway

Active member
this error appear when running metgrid.exe

At line 109 of file gridinfo_module.f90 (unit = 10, file = 'namelist.wps')
Fortran runtime error: End of file

Error termination. Backtrace:
#0 0x7fa00e9a9ad0 in ???
#1 0x7fa00e9aa649 in ???
#2 0x7fa00e9ab27f in ???
#3 0x7fa00ebfe4ab in ???
#4 0x7fa00ebff6f4 in ???
#5 0x7fa00ec02128 in ???
#6 0x7fa00ec023e3 in ???
#7 0x558d18827c7a in ???
#8 0x558d1882a40a in ???
#9 0x7fa00e6a0d8f in ???
#10 0x7fa00e6a0e3f in ???
#11 0x558d18825914 in ???
#12 0xffffffffffffffff in ???
Do you have your ungrib.log file too? Since geogrid and ungrib work together for metgrid.
 

mgduda

Administrator
Staff member
@mostafa I think the issue may be that there is no newline character at the end of your namelist.wps file. Could you try adding a newline after the closing '/' of the &metgrid namelist group?
 
Top