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

ungrib issue

katya_p

New member
Hi,
I am using WRF v3.8. All programs worked just fine till today. But now there some problem with ungrib. in log file correctly are read start and end date:
2022-12-13 12:44:05.376 --- *** Starting program ungrib.exe ***
2022-12-13 12:44:05.384 --- Start_date = 2016-09-16_12:00:00 , End_date = 2016-09-19_00:00:00
2022-12-13 12:44:05.384 --- &UNGRIB
2022-12-13 12:44:05.384 --- out_format = WPS
2022-12-13 12:44:05.384 --- ordered_by_date = TRUE
2022-12-13 12:44:05.384 --- prefix = FILE
2022-12-13 12:44:05.384 --- /
2022-12-13 12:44:05.384 --- output format is WPS
2022-12-13 12:44:05.385 --- INFORM: Interval value: 21600 seconds or 6.000000 hours
2022-12-13 12:44:05.385 --- Path to intermediate files is ./
2022-12-13 12:44:05.386 --- INFORM: Reading Grib Edition 1
2022-12-13 12:44:05.492 --- Inventory for date = 2003-09-26 12:00:00
2022-12-13 12:44:05.492 --- PRES TT UU VV RH HGT PSFC PMSL SM000010 SM010040 SM040100 SM100200 SM010200 ST000010 ST010040 ST040100 ST100200 ST010200 SEAICE LANDSEA SOILHGT SKINTEMP SNOW SNOWH UMAXW VMAXW PMAXW PMAXWNN TMAXW HGTMAXW UTROP VTROP PTROP PTROPNN TTROP HGTTROP


But I cannot understand why is written "Reading Grib Edition 1".
file with date 2003-09-26 12:00:00 is in GRIB1, while the request files are in GRIB2

Here is the namelist.wps:
&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2016-09-16_12:00:00','2016-09-16_12:00:00','2016-09-16_12:00:00','2012-03-16_12:00:00',
end_date = '2016-09-19_00:00:00','2016-09-19_00:00:00','2016-09-19_00:00:00','2012-03-20_00:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
/

&geogrid
parent_id = 1, 1, 2, 3, 4
parent_grid_ratio = 1, 5, 5, 5, 3
i_parent_start = 1, 9, 7, 9, 30
j_parent_start = 1, 8, 7, 10, 70
e_we = 26, 36, 111, 61,
e_sn = 21, 36, 111, 31,
geog_data_res = '10m','2m','30sec','30sec'






dx = 25000,
dy = 25000,
map_proj = 'lambert',
ref_lat = 42.084,
ref_lon = 27.951,
truelat1 = 30.0,
truelat2 = 60.0,
stand_lon = 27.951,
geog_data_path = '/home/kpavlova/WRF/WRF1/WPS/geogrid/geog'
opt_geogrid_tbl_path = '/home/kpavlova/WRF/WRF1/szrun/wpsrun',
/

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

&metgrid
fg_name = 'FILE'
io_form_metgrid = 2,
opt_output_from_metgrid_path = '/home/kpavlova/WRF/WRF1/szrun/wpsrun',
opt_metgrid_tbl_path = '/home/kpavlova/WRF/WRF1/szrun/wpsrun',


Thank you very much
 
Hi,
Can you attach one of your input data files so I can take a look at the data? If the file is too large to attach, and you don't have another method to share the file with us, take a look at the home page of this forum for instructions on sharing large data files. Please also attach the Vtable you're using. Thanks!
 
Hi,
Can you attach one of your input data files so I can take a look at the data? If the file is too large to attach, and you don't have another method to share the file with us, take a look at the home page of this forum for instructions on sharing large data files. Please also attach the Vtable you're using. Thanks!
Hi,
I uploaded the requested files to Forum Uploads. The file name is FNL_Vtable.zip. I put 2 FNL files one for 2003 (grib1) and one for 2016 (grib2)
Thanks
 
Hi,
For your simulation, it looks like you're only interested in the 2016 data. Do you happen to still have the GRIBFILE* files for your 2003 case linked to your WPS directory? If so, you need to make sure you only have the 2016 data linked in.
 
Hi,
For your simulation, it looks like you're only interested in the 2016 data. Do you happen to still have the GRIBFILE* files for your 2003 case linked to your WPS directory? If so, you need to make sure you only have the 2016 data linked in.
Hi,
All FNL files were linked. Their number is 609 (with different dates for years 2003 to 2016). What is strange that nevertheless what date I put in namelist.wps ungrib tries to process files from 2003 and than stops without any error message. These files (for 2003) are the only one in grib1. So following your suggestion with little modification I moved files (these for 2003) from dir with FNL and ungrib processed the rest of the files correctly
So THANK YOU VERY MUCH for your help!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
Top