-
Notifications
You must be signed in to change notification settings - Fork 17
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
wrf stop without error d01 2020-08-07_00:00:00 in NOAH DRV #137
Comments
Mhm, as you suggest here, the issue likely is in your hpc setup. You will probably have to go through the pain of tediously comparing both setups. I would suggest creating a setup script while doing this so you can reproduce that easily. Since there is no error coming from w2w, I'm not sure how I could help here... |
Thank you so much for your reply. I can successfully run read and wrf.exe with modis landuse data before running w2w. I am wondering what change before and after w2w will be related the system environment, because the geo_em file type shall be same after using w2w. |
I think I found the problem, my wps and wrf generate files in 64-bit offset netcdf format, but the w2w generate netCDF-4. I am finding the way to solved it. Can I simply convert the data format or I have to recompile the wps and wrf. |
Great, thanks for looking into that. That may help others! There was #84 - is that in any way related to your issue? |
Describe your issue
I can run real and wrf (WPS version 4.5, WRF version 4.5.2) before using w2w. However, after I used w2w, real.exe can be successfully run. The wrf.exe stop without error. In the rsl.error.out, it stopped at:
d01 2020-08-07_00:00:00 in NOAH DRV (when there is only one domain) or d02 2020-08-07_00:00:00 in NOAH DRV (when there are three domains).
I successfully run wrf.exe after w2w before on another HPC with the same version of WPS and WRF. I do everything same with before and the only difference is different HPC, which may means different system environment.
I used a modified metgrid table for ERA5 data, because if I used original metgrid table and w2w, the real.exe will also get some errors.
w2w --version
w2w 0.5.0
nc-config --all
Installed Packages
Traceback
I installed new version of w2w using pip, but it show some error such xrray. Therefore, I replace the new w2w.py with old-version w2w.py. But it successfully run on another HPC.
The text was updated successfully, but these errors were encountered: