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
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