NCAR / icar

The Intermediate Complexity Atmospheric Research model (ICAR)
MIT License
72 stars 53 forks source link

about wrfout and icar #187

Closed wwwliye closed 2 months ago

wwwliye commented 4 months ago

Hi~ I want to ask the difference between helpers/wrf2icar.sh and helpers/wrf/wrf2icar.py, are they independent or what contact in them?

gutmann commented 4 months ago

Hi wwwliye, the python code is close to 10 years old and does not do everything that the shell script does. The shell script relies on NCO to process the files, and is probably slower, but it adds features like rotation of the wind field and removal of the bottom layer from metem files that are important. Ideally someone would take those changes and either update the python code, or write a new pythonic version that wraps all of those enhancements together in a faster script!