NCAR / wrf-python

A collection of diagnostic and interpolation routines for use with output from the Weather Research and Forecasting (WRF-ARW) Model.
https://wrf-python.readthedocs.io
Apache License 2.0
402 stars 152 forks source link

Basically questions for wrf-python #197

Open chochon opened 1 year ago

chochon commented 1 year ago

Hello,

I am new user in weather research and forecasting model. I recently find wrf-python library and want to get some information in details.

  1. Is the wrf-python possible to use on Windows os?
  2. Can I install the wrf-python via command prompt, not conda. If yes, please let me know the way to install it without conda. (OS is for windows)

Thanks,

erogluorhan commented 1 year ago

Hi, thanks for reaching out! Please find answers below:

  1. Yes, we distribute its Windows releases on conda. Please see https://anaconda.org/conda-forge/wrf-python
  2. You can have a look at the Installation from source code guide. We recommend the easiest way, Conda, to install it for managing the dependencies though.