-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metgrid.exe no running after using W2W geogrid files. #131
Comments
When do you get this error? Running metgrid.exe? It looks like you haven't copied the geo_em files to the WPS folder, could it be? Because it is complaining that it doesn't find the file at all... |
@dargueso i have renamed geo_em.d01_41.nc to geo_em.d01.nc...... similarly for 2nd and 3rd domain and geo_em.d04_LCZ_params.nc to geo_em.d04.nc. I have removed the original geo_em files and only keep those renamed files made through W2W in the WPS directory. |
@dargueso sisnt get any solution till now. Please let me know if there are any possible solutions |
Can you open the file with ncview or ncdump to inspect it? Because it is complaining it can even open it |
yes i can open all the geogrid files with ncview and also run ncdump and inspect |
&share &geogrid geog_data_path = '/home/lagnajeet/jasper-1.900.1/Build_WRF/WPS_GEOG' &ungrib &metgrid |
I found the reason. WPS default nc file is NETCDF3_64BIT_OFFSET data model and NETCDF3 format file. But w2w nc file is NETCDF4 data model, HDF5 format file. Read .nc file by python library
|
Describe your issue
Hello all, i am also facing the issue wgile running metgrid. However i have replace the geo_em.d0*.nc files with the W2W generated nc files and replaced as by procedure. Do i need to change something in the geog_data_path? Please let me know...
I am having this error "Processing domain 1 of 4 | ERROR: Couldn't open file ./geo_em.d01.nc for input."
w2w --version
w2w 0.5.0
nc-config --all
Installed Packages
numpy==1.23.1
Traceback
No response
The text was updated successfully, but these errors were encountered: