luckkasce.blogg.se

Ncplot scale factor
Ncplot scale factor







ncplot scale factor

Runfile('/home/leo/Documentos/Universidad/Trabajo_de_investigación/PerfilesVerticalesContaminantesAtmosfera/Datos/readNetdcf42003_2020CMAS.py', wdir='/home/leo/Documentos/Universidad/Trabajo_de_investigación/PerfilesVerticalesContaminantesAtmosfera/Datos')įile "/snap/pycharm-professional/230/plugins/python/helpers/pydev/_pydev_bundle/pydev_umd.py", line 197, in runfile Int16 r(time, level, latitude, longitude)įile "/usr/lib/python3/dist-packages/IPython/core/interactiveshell.py", line 3331, in run_codeĮxec(code_obj, er_global_ns, er_ns) Las dimenciones variable r es: ('time', 'level', 'latitude', 'longitude') Variables(dimensions): float32 longitude(longitude), float32 latitude(latitude), int32 level(level), int32 time(time), int16 r(time,level,latitude,longitude)ĭict_keys() Root group (NETCDF3_64BIT_OFFSET data model, file format NETCDF3): Plt.contourf(lon, lat, r_ds, transform=ccrs.PlateCarree())

NCPLOT SCALE FACTOR CODE

I would like to know how I can plot on a map the data from the variable "r" (relative humidity) of a NetCDF file with cartopy? enter code hereĭs = Dataset('relative_humidityEne_Dic2003_2020CMAS.nc', 'r')Īx = plt.axes(projection=ccrs.PlateCarree())









Ncplot scale factor