LWCC
  • Home
  • Blog
  • Resources
  • Publications
  • About Us
3 Posts

WRF

Installing WRF from scratch in an HPC using Intel Compilers
coding WRF install

Installing WRF from scratch in an HPC using Intel Compilers

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...

Pratiman Patel
Pratiman Patel 01 Sep 2020
WRF surface plots using Python
coding python plotting WRF

WRF surface plots using Python

Here is an example of generating a surface plot from WRF output file. I find this method to be more elegent. Python Script import wrf from netCDF4 import Da...

Pratiman Patel
Pratiman Patel 29 Jul 2020
Installing WRF 4.2.1 on Ubuntu LTS 20.04
coding WRF install

Installing WRF 4.2.1 on Ubuntu LTS 20.04

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...

Pratiman Patel
Pratiman Patel 28 Jul 2020
13 Posts

coding

Colormaps
coding python plotting colors

Colormaps

Description Colormaps is a library of collection of colormaps or color palettes for Python. It’s written in Python with matplotlib and numpy as dependencies....

Pratiman Patel
Pratiman Patel 10 Aug 2021
SkewT Plot from WRF outputs
coding python plotting

SkewT Plot from WRF outputs

WRF Simple Sounding Using MetPy as straightforward as possible to make a Skew-T LogP plot for WRF out file. Required Libraries WRF-Python NetCDF4 M...

Pratiman Patel
Pratiman Patel 05 Aug 2021
Building Your Color Palette
coding colors

Building Your Color Palette

An excellent and interesting blog related to the building a new colour palette, which I find challenging to work. Use the following link: https://refactoring...

Pratiman Patel
Pratiman Patel 04 Dec 2020
Extracting Regions from IMD datasets using Python
coding python imdlib

Extracting Regions from IMD datasets using Python

This is just for my understanding. I tend to forget things. Might be useful to others as well. # Importing stuff import imdlib as imd import geopandas from ...

Pratiman Patel
Pratiman Patel 29 Oct 2020
Getting started with Python and IMDLIB
coding python imdlib

Getting started with Python and IMDLIB

This is intended for those who have never used python or just starting to work in python. Here are the steps which will help them with getting started with I...

Pratiman Patel
Pratiman Patel 07 Oct 2020
India Meteorological Department (IMD) grided data to GeoTIFF
coding python imdlib

India Meteorological Department (IMD) grided data to GeoTIFF

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Now, you can convert the IMD dataset to GeoTIFF using d...

Pratiman Patel
Pratiman Patel 06 Oct 2020
IMDLIB, A python package to download and handle binary grided data from India Meteorological Department (IMD)
coding python imdlib

IMDLIB, A python package to download and handle binary grided data from India Meteorological Department (IMD)

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Description IMDLIB is a python package to download and ...

Saswata Nandi
Saswata Nandi 05 Oct 2020
Installing WRF from scratch in an HPC using Intel Compilers
coding WRF install

Installing WRF from scratch in an HPC using Intel Compilers

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...

Pratiman Patel
Pratiman Patel 01 Sep 2020
NetCDF to GeoTIFF using Python
coding python

NetCDF to GeoTIFF using Python

A simple and elegant method to convert NetCDF to GeoTIFF using python. Python Script import xarray as xr import rioxarray as rio #Open the NetCDF #Download...

Pratiman Patel
Pratiman Patel 01 Aug 2020
WRF surface plots using Python
coding python plotting WRF

WRF surface plots using Python

Here is an example of generating a surface plot from WRF output file. I find this method to be more elegent. Python Script import wrf from netCDF4 import Da...

Pratiman Patel
Pratiman Patel 29 Jul 2020
Installing WRF 4.2.1 on Ubuntu LTS 20.04
coding WRF install

Installing WRF 4.2.1 on Ubuntu LTS 20.04

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...

Pratiman Patel
Pratiman Patel 28 Jul 2020
Panel or Facet plots from NetCDF4
coding python plotting

Panel or Facet plots from NetCDF4

Usually, working with met data, you have to plot multiple figures. Here, we plot 6 plots in the same figure including plot numbers. First of all load your d...

Pratiman Patel
Pratiman Patel 09 Jul 2020
Plotting GeoTIFF in Python
coding python plotting

Plotting GeoTIFF in Python

Usually, working with geographic data, you have to use GIS software. For plotting multiple plots with the same quality might be cumbersome. Hence, some peopl...

Pratiman Patel
Pratiman Patel 30 Jun 2020
3 Posts

colors

Colormaps
coding python plotting colors

Colormaps

Description Colormaps is a library of collection of colormaps or color palettes for Python. It’s written in Python with matplotlib and numpy as dependencies....

Pratiman Patel
Pratiman Patel 10 Aug 2021
Building Your Color Palette
coding colors

Building Your Color Palette

An excellent and interesting blog related to the building a new colour palette, which I find challenging to work. Use the following link: https://refactoring...

Pratiman Patel
Pratiman Patel 04 Dec 2020
How to pick more beautiful colors for your data visualizations?
colors weblink

How to pick more beautiful colors for your data visualizations?

Go to this site: How to pick more beautiful colors for your data visualizations?!

Pratiman Patel
Pratiman Patel 05 Sep 2020
4 Posts

imdlib

Extracting Regions from IMD datasets using Python
coding python imdlib

Extracting Regions from IMD datasets using Python

This is just for my understanding. I tend to forget things. Might be useful to others as well. # Importing stuff import imdlib as imd import geopandas from ...

Pratiman Patel
Pratiman Patel 29 Oct 2020
Getting started with Python and IMDLIB
coding python imdlib

Getting started with Python and IMDLIB

This is intended for those who have never used python or just starting to work in python. Here are the steps which will help them with getting started with I...

Pratiman Patel
Pratiman Patel 07 Oct 2020
India Meteorological Department (IMD) grided data to GeoTIFF
coding python imdlib

India Meteorological Department (IMD) grided data to GeoTIFF

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Now, you can convert the IMD dataset to GeoTIFF using d...

Pratiman Patel
Pratiman Patel 06 Oct 2020
IMDLIB, A python package to download and handle binary grided data from India Meteorological Department (IMD)
coding python imdlib

IMDLIB, A python package to download and handle binary grided data from India Meteorological Department (IMD)

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Description IMDLIB is a python package to download and ...

Saswata Nandi
Saswata Nandi 05 Oct 2020
2 Posts

install

Installing WRF from scratch in an HPC using Intel Compilers
coding WRF install

Installing WRF from scratch in an HPC using Intel Compilers

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...

Pratiman Patel
Pratiman Patel 01 Sep 2020
Installing WRF 4.2.1 on Ubuntu LTS 20.04
coding WRF install

Installing WRF 4.2.1 on Ubuntu LTS 20.04

The Weather Research and Forecasting (WRF) Model is a mesoscale numerical weather prediction system utilized worldwide for operational forecasts and research...

Pratiman Patel
Pratiman Patel 28 Jul 2020
2 Posts

news

South Asia’s contribution to increasing groundwater research
news

South Asia’s contribution to increasing groundwater research

South Asia’s contribution to increasing groundwater research Original Article Gupta, M., & Chinnasamy, P. (2022) 'South Asia's contribution to increasin...

Sabyasachi Swain
Sabyasachi Swain 17 Oct 2022
How mangrove forests helped stall environmental crime
news

How mangrove forests helped stall environmental crime

How mangrove forests helped stall environmental crime Original Article The majestic mangrove forests of Kenya’s east coast have helped to bring levels of...

Sabyasachi Swain
Sabyasachi Swain 21 Sep 2021
5 Posts

plotting

Colormaps
coding python plotting colors

Colormaps

Description Colormaps is a library of collection of colormaps or color palettes for Python. It’s written in Python with matplotlib and numpy as dependencies....

Pratiman Patel
Pratiman Patel 10 Aug 2021
SkewT Plot from WRF outputs
coding python plotting

SkewT Plot from WRF outputs

WRF Simple Sounding Using MetPy as straightforward as possible to make a Skew-T LogP plot for WRF out file. Required Libraries WRF-Python NetCDF4 M...

Pratiman Patel
Pratiman Patel 05 Aug 2021
WRF surface plots using Python
coding python plotting WRF

WRF surface plots using Python

Here is an example of generating a surface plot from WRF output file. I find this method to be more elegent. Python Script import wrf from netCDF4 import Da...

Pratiman Patel
Pratiman Patel 29 Jul 2020
Panel or Facet plots from NetCDF4
coding python plotting

Panel or Facet plots from NetCDF4

Usually, working with met data, you have to plot multiple figures. Here, we plot 6 plots in the same figure including plot numbers. First of all load your d...

Pratiman Patel
Pratiman Patel 09 Jul 2020
Plotting GeoTIFF in Python
coding python plotting

Plotting GeoTIFF in Python

Usually, working with geographic data, you have to use GIS software. For plotting multiple plots with the same quality might be cumbersome. Hence, some peopl...

Pratiman Patel
Pratiman Patel 30 Jun 2020
10 Posts

python

Colormaps
coding python plotting colors

Colormaps

Description Colormaps is a library of collection of colormaps or color palettes for Python. It’s written in Python with matplotlib and numpy as dependencies....

Pratiman Patel
Pratiman Patel 10 Aug 2021
SkewT Plot from WRF outputs
coding python plotting

SkewT Plot from WRF outputs

WRF Simple Sounding Using MetPy as straightforward as possible to make a Skew-T LogP plot for WRF out file. Required Libraries WRF-Python NetCDF4 M...

Pratiman Patel
Pratiman Patel 05 Aug 2021
Extracting Regions from IMD datasets using Python
coding python imdlib

Extracting Regions from IMD datasets using Python

This is just for my understanding. I tend to forget things. Might be useful to others as well. # Importing stuff import imdlib as imd import geopandas from ...

Pratiman Patel
Pratiman Patel 29 Oct 2020
Getting started with Python and IMDLIB
coding python imdlib

Getting started with Python and IMDLIB

This is intended for those who have never used python or just starting to work in python. Here are the steps which will help them with getting started with I...

Pratiman Patel
Pratiman Patel 07 Oct 2020
India Meteorological Department (IMD) grided data to GeoTIFF
coding python imdlib

India Meteorological Department (IMD) grided data to GeoTIFF

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Now, you can convert the IMD dataset to GeoTIFF using d...

Pratiman Patel
Pratiman Patel 06 Oct 2020
IMDLIB, A python package to download and handle binary grided data from India Meteorological Department (IMD)
coding python imdlib

IMDLIB, A python package to download and handle binary grided data from India Meteorological Department (IMD)

Update [27 Feb 2021] For latest documentation, please visit https://imdlib.readthedocs.io/en/latest/ Description IMDLIB is a python package to download and ...

Saswata Nandi
Saswata Nandi 05 Oct 2020
NetCDF to GeoTIFF using Python
coding python

NetCDF to GeoTIFF using Python

A simple and elegant method to convert NetCDF to GeoTIFF using python. Python Script import xarray as xr import rioxarray as rio #Open the NetCDF #Download...

Pratiman Patel
Pratiman Patel 01 Aug 2020
WRF surface plots using Python
coding python plotting WRF

WRF surface plots using Python

Here is an example of generating a surface plot from WRF output file. I find this method to be more elegent. Python Script import wrf from netCDF4 import Da...

Pratiman Patel
Pratiman Patel 29 Jul 2020
Panel or Facet plots from NetCDF4
coding python plotting

Panel or Facet plots from NetCDF4

Usually, working with met data, you have to plot multiple figures. Here, we plot 6 plots in the same figure including plot numbers. First of all load your d...

Pratiman Patel
Pratiman Patel 09 Jul 2020
Plotting GeoTIFF in Python
coding python plotting

Plotting GeoTIFF in Python

Usually, working with geographic data, you have to use GIS software. For plotting multiple plots with the same quality might be cumbersome. Hence, some peopl...

Pratiman Patel
Pratiman Patel 30 Jun 2020
1 Posts

weblink

How to pick more beautiful colors for your data visualizations?
colors weblink

How to pick more beautiful colors for your data visualizations?

Go to this site: How to pick more beautiful colors for your data visualizations?!

Pratiman Patel
Pratiman Patel 05 Sep 2020

LWCC

Land, Water and Climate Change

2023 © LWCC.