gsh_uex_18
New member
Hi wrfhelp,
I need help with the following problem.
When I execute ./ungrib.exe I get the following error message:
INFORM: RRPR Processing : 2014-04-08_06
At line 199 of file rrpr.f90 (unit = 13, file = './PFILE:2014-04-08_06')
Fortran runtime error: Unformatted file structure has been corrupted
When the process stops, in my WPS directory I can see the PFILEs for each hour and the FILE:2014-04-08_00, which corresponds to the previous hour I am working with. What I did trying to figure out the trouble is:
.- I checked my namelist.wps in order to find "problematic" symbols such as #
.- I modified the star_date and end_date in my namelist.wps and I have detected that the trouble take place with files corresponding to the hour 06:00:00, whatever the date is. To make this conclusion I tried:
1.- I executed ./ungrid.exe for a different date, with the corresponding GFS files. Then, I got the same trouble with the PFILE:2017-12-25_06, again
at time 06:00:00
2.- I executed ./ungrib.exe with start_date = 2014-04-08_12:00:00 and end_date = 2014-04-09_00:00:00, avoiding time 06:00:00. In this case it worked
.- I opened the subroutine rrpr.f90 inside the directory WPS/ungrib, but I did not identify what could be the trouble
I will be really glad if someone suggest me any possible solution to this trouble.
Thanks in advance.
Below is my namelist.wps:
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2014-04-08_00:00:00','2014-04-08_00:00:00','2014-04-08_00:00:00',
end_date = '2014-04-09_00:00:00','2014-04-09_00:00:00','2014-04-09_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
opt_output_from_geogrid_path = '/clima1/wrf/wrf_joaquin/test0/salidas_wps',
debug_level = 1000
/
&geogrid
parent_id = 1, 1, 2,
parent_grid_ratio = 1, 3, 3,
i_parent_start = 1, 25, 58,
j_parent_start = 1, 25, 58,
e_we = 100,151,100,
e_sn = 100,151,100,
geog_data_res = '2m','2m','2m',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 38.90,
ref_lon = -6.95,
truelat1 = 38.90,
truelat2 = 38.90,
stand_lon = -6.95,
geog_data_path = '/clima1/wrf/Geog/',
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
/
&mod_levs
press_pa = 201300 , 200100 , 100000 ,
95000 , 90000 ,
85000 , 80000 ,
75000 , 70000 ,
65000 , 60000 ,
55000 , 50000 ,
45000 , 40000 ,
35000 , 30000 ,
25000 , 20000 ,
15000 , 10000 ,
5000 , 1000 ,
/
I need help with the following problem.
When I execute ./ungrib.exe I get the following error message:
INFORM: RRPR Processing : 2014-04-08_06
At line 199 of file rrpr.f90 (unit = 13, file = './PFILE:2014-04-08_06')
Fortran runtime error: Unformatted file structure has been corrupted
When the process stops, in my WPS directory I can see the PFILEs for each hour and the FILE:2014-04-08_00, which corresponds to the previous hour I am working with. What I did trying to figure out the trouble is:
.- I checked my namelist.wps in order to find "problematic" symbols such as #
.- I modified the star_date and end_date in my namelist.wps and I have detected that the trouble take place with files corresponding to the hour 06:00:00, whatever the date is. To make this conclusion I tried:
1.- I executed ./ungrid.exe for a different date, with the corresponding GFS files. Then, I got the same trouble with the PFILE:2017-12-25_06, again
at time 06:00:00
2.- I executed ./ungrib.exe with start_date = 2014-04-08_12:00:00 and end_date = 2014-04-09_00:00:00, avoiding time 06:00:00. In this case it worked
.- I opened the subroutine rrpr.f90 inside the directory WPS/ungrib, but I did not identify what could be the trouble
I will be really glad if someone suggest me any possible solution to this trouble.
Thanks in advance.
Below is my namelist.wps:
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2014-04-08_00:00:00','2014-04-08_00:00:00','2014-04-08_00:00:00',
end_date = '2014-04-09_00:00:00','2014-04-09_00:00:00','2014-04-09_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
opt_output_from_geogrid_path = '/clima1/wrf/wrf_joaquin/test0/salidas_wps',
debug_level = 1000
/
&geogrid
parent_id = 1, 1, 2,
parent_grid_ratio = 1, 3, 3,
i_parent_start = 1, 25, 58,
j_parent_start = 1, 25, 58,
e_we = 100,151,100,
e_sn = 100,151,100,
geog_data_res = '2m','2m','2m',
dx = 27000,
dy = 27000,
map_proj = 'lambert',
ref_lat = 38.90,
ref_lon = -6.95,
truelat1 = 38.90,
truelat2 = 38.90,
stand_lon = -6.95,
geog_data_path = '/clima1/wrf/Geog/',
/
&ungrib
out_format = 'WPS',
prefix = 'FILE',
/
&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
/
&mod_levs
press_pa = 201300 , 200100 , 100000 ,
95000 , 90000 ,
85000 , 80000 ,
75000 , 70000 ,
65000 , 60000 ,
55000 , 50000 ,
45000 , 40000 ,
35000 , 30000 ,
25000 , 20000 ,
15000 , 10000 ,
5000 , 1000 ,
/