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

geogrid.exe is not working

zeynep.altay

New member
Hello,

I am getting this error when i try to run ./gegrid.exe
At line 140 of file gridinfo_module.f90 (unit = 10, file = 'namelist.wps')
Fortran runtime error: Invalid string input in item 7

Error termination. Backtrace:
#0 0x7f3e77be3e59 in ???
#1 0x7f3e77be4a71 in ???
#2 0x7f3e77be56dc in ???
#3 0x7f3e77e70aa8 in ???
#4 0x7f3e77e74c17 in ???
#5 0x7f3e77e75dab in ???
#6 0x7f3e77e7f565 in ???
#7 0x7f3e77e7f8f5 in ???
#8 0x55b32c7f1d65 in ???
#9 0x55b32c7f06f9 in ???
#10 0x7f3e778ef1c9 in ???
#11 0x7f3e778ef28a in ???
#12 0x55b32c7ef704 in ???
#13 0xffffffffffffffff in ???

My namelist.wps file is this:

&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2024-07-01_00:00:00',
end_date = '2024-07-02_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
opt_output_from_geogrid_path = '/home/zeynep/Build_WRF/WPS_OUT/exercise/,
debug_level = 0,
/

&geogrid
parent_id = 1,
parent_grid_ratio = 1,
i_parent_start = 1,
j_parent_start = 1,
e_we = 40,
e_sn = 40,
dx = 50000,
dy = 50000,
map_proj = 'mercator',
ref_lat = 13.741,
ref_lon = 77.752,
truelat1 = 13.741,
stand_lon = 77.752,
geog_data_path = '/home/zeynep/Build_WRF/GEO_DATA/WPS_GEOG/',
opt_geogrid_tbl_path = '/home/zeynep/Build_WRF/WPS/geogrid/',
/

&ungrib
out_format = 'WPS',
prefix = 'FILE',
/

&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
opt_output_from_metgrid_path = '/home/zeynep/Build_WRF/WPS_OUT/exercise/',
opt_metgrid_tbl_path = '/home/zeynep/Build_WRF/WPS/metgrid/',
/

I also tried adding different versions of resolution. In this version, i deleted resolution variable but each time i get the same error. Could you please help me?
 
Please delete the line from you you namelust.wps (&share),:

opt_output_from_geogrid_path = '/home/zeynep/Build_WRF/WPS_OUT/exercise/,

The try again.
 
Top