wxguy
wxguy
I am using Cent OS 7.3 with up to date packages. I have developed a python application using miniconda. Now I would like to distribute my application as a self...
Trying to build my Python application which uses [wrf-python](https://wrf-python.readthedocs.io/en/latest/installation.html) which inturn relies on numpy, xarray, netcdf and cartopy modules extensively. Installed all libraries using Miniconda. Here is the version of...
Is it possible to extend the pyMeteo scope to Tephigram as well? Here is the link to Tephigram https://en.wikipedia.org/wiki/File:T%C3%A9phigramme_vierge.svg. I know that asking Tephigram is a over kill. You can...
Here is my current setup I use for action: ``` on: [push] jobs: build: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} ``` In my case, windows run...
Right now I am using two action files to create a binary for Linux and Windows. The time taken to build Windows is a little longer than Linux. Therefore, the...
I am new to WRF. This is the exact script I was looking for automating WRF run. Installed WRF successfully by follwoing this link http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php . That is the method...
I am able to extract the data for a particular region with the help of documentation. How do I extract for a specif location say `lat 13.0` and `lon 80.0`?
The script looks interesting and easy to use on Debian based os. I have tried to make it work under CentOS but never able to compile netcdf-fortran. Is it possible...
Can you list the dependencies. Or will stow handle dependencies?
Trying to use your module. Installed cmaps from conda and tried within a single script and it worked without an issue. However, when I imported into my actual project which...