salem icon indicating copy to clipboard operation
salem copied to clipboard

add map_proj = 6 (Lat-lon)

Open matthiasdemuzere opened this issue 2 years ago • 0 comments

  • Addresses #199
  • Allows to map WRF information that have MAP_PROJ = 6 (Lat-Lon)
  • No test has been added.
  • I also added this same reprojection information in wrftools.geogrid_simulator(). Also this is not tested?

A small test file is available here: geo_em.d04_map_proj6.zip

import salem
ifile = "geo_em.d04_map_proj6.nc"
ds = salem.open_xr_dataset(ifile)
ds.salem.quick_map('LU_INDEX')

matthiasdemuzere avatar Jun 10 '22 09:06 matthiasdemuzere