Rajkumar S

Results 4 comments of Rajkumar S

> This is the code I use, I haven't use it with >5000 files, but I think it should work. > > ```python > import glob > from netCDF4 import...

Hi @erogluorhan Do we have any solution for writing wrfout files to CF compliant netcdf file using python- I mean an alternative to postprocessing tools like ARWPost or UPP.

Hi @erogluorhan Thanks for your response. the lat long variables are supposed to be one dimensional arrays for CF compliance. ![image](https://user-images.githubusercontent.com/95094560/205104558-59709d30-d506-402a-aa1d-45fa471ba564.png) **The problem with wrfout files is the xlat/xlong are...

Also, I would like to check whether there an alternative to wrfout_to_cf.ncl in python please? https://sundowner.colorado.edu/wrfout_to_cf/overview.html