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

How to run WRF_VPRM in WRF4.3?

Sorry, I didn't encountered a similar issue before. But I think this problem may not come from MODIS data. Generally, MODIS data can be used directly in pyVPRM. By comparing with my running log, this code should occur after all MODIS tile data in a chunk has been read and processed, and tile merging is in progress. So I thought maybe we could try these methods to solve this problem:
1. Check super computer's memory.
2. Clean files in /wrf_preprocessor/out after a failed run.
3. Check rasterio and rioxarray installed with conda, and I think the most likely cause is a version conflict in the environment package.
4. Install pyVPRM in python 3.12 is recommended.
These are based on my previous experience in building pyPVRM. I hope it can help you.
Thank you so much, the issue have been solved accroding to your advice.
 
This seems to be a problem with rasterio not recognizing hdf files. My first guess is that you need to install h5netcdf into your Python / Conda environment first. Second, if your modis files have the NetCDF extension ".nc", do the fix as above.
I met the same problem in the format of the file, and I also tried the method u provide.
And I found that the rasterio could not deal with HDF4 files and I do not find where could I download the nc format files of MOD09A1.
Do you have any ideas about this? thanks
 
Top