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 Error! Error in ext_pkg_write_field

Zhanghaopeng

New member
I have permission to write files in the WPS folder, and I tried to modify the generation path of the geo_em.nc file, but the same error still occurred.
I compiled WRF and WPS using gcc10.1.0, netcdf-c 4.7.2, netcdf-fortran 4.5.2.
My namelist.wps, log.compile and geogrid.log are as follows.
Can you find out the reason for the error?
Thank you very much for your help.
 

Attachments

  • geogridlog.txt
    15.1 KB · Views: 1
  • namelistwps.txt
    916 bytes · Views: 1
  • logcompile_WPS431.txt
    112.6 KB · Views: 1
I have permission to write files in the WPS folder, and I tried to modify the generation path of the geo_em.nc file, but the same error still occurred.
I compiled WRF and WPS using gcc10.1.0, netcdf-c 4.7.2, netcdf-fortran 4.5.2.
My namelist.wps, log.compile and geogrid.log are as follows.
Can you find out the reason for the error?
Thank you very much for your help.
When I running ./geogrid.exe, the following error appears.
2021-03-06 11:11:12.271 --- INFORM: Could not read 'index' file /gpfs/data/geog/orogwd3_10m/ol2ss/index for field OL2SS
2021-03-06 11:11:12.271 --- INFORM: This field is optional and will not be processed.
2021-03-06 11:11:12.271 --- INFORM: Using default interpolator sequence for OL3SS.
2021-03-06 11:11:12.271 --- INFORM: Using default data source for OL3SS.
2021-03-06 11:11:12.271 --- INFORM: Could not read 'index' file /gpfs/data/geog/orogwd3_10m/ol3ss/index for field OL3SS
2021-03-06 11:11:12.271 --- INFORM: This field is optional and will not be processed.
2021-03-06 11:11:12.271 --- INFORM: Using default interpolator sequence for OL4SS.
2021-03-06 11:11:12.271 --- INFORM: Using default data source for OL4SS.
2021-03-06 11:11:12.271 --- INFORM: Could not read 'index' file /gpfs/data/geog/orogwd3_10m/ol4ss/index for field OL4SS
2021-03-06 11:11:12.271 --- INFORM: This field is optional and will not be processed.
2021-03-06 11:11:12.301 --- ERROR: Error in ext_pkg_write_field
 
Hello my friend
I think the error in 10 m data resolution make it default in namelist and run don't forget delete the last one geo.nc
 
If you still have error try this one

&share
wrf_core = 'ARW',
max_dom = 3,
start_date = '2020-01-02_00:00:00','2020-01-01_00:00:00','2020-02-23_00:00:00',
end_date = '2020-01-03_00:00:00','2020-12-31_18:00:00','2020-03-31_18:00:00',
interval_seconds = 21600,
io_form_geogrid = 2,
debug_level = 1000,
/

&geogrid
parent_id = 1, 2, 3,
parent_grid_ratio = 1, 5, 5,
i_parent_start = 1, 40, 36,
j_parent_start = 1, 20, 22,
e_we = 108, 281, 101,
e_sn = 92, 261, 101,
geog_data_res = '30s', '30s', '30s',
dx = 25000,
dy = 25000,
map_proj = 'lambert',
ref_lat = 36.5,
ref_lon = 113.5,
truelat1 = 36.5,
truelat2 = 36.5,
stand_lon = 113.5,
geog_data_path = '/gpfs/data/geog',
/

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

&metgrid
fg_name = 'FILE',
io_form_metgrid = 2,
/
 
Top