Rostislav Kouznetsov
Rostislav Kouznetsov
Hi, I am now in a process of compiling for temux a model that we normally run on a HPC :). Running it on a phone would be fun. I...
Hi, I use THREDDS Data Server [Version 4.6.15 - 2020-06-16T13:36:16-0600] hosted at http://silam.fmi.fi/thredds/catalog.html. I have found out that when downloading large subsets over lousy connections DAP requests result sometimes in...
Initally posted by a mistake to matplotlib/matplotlib https://github.com/matplotlib/matplotlib/issues/9541 Here seems to be more relevant.. ### Bug report **Bug summary** Basemap can't plot rotated-pole maps that cross rotated-grid's 0-th meridian **Code...
Here is just a continuation of our discussion at EGU. The problem is that after a minor version update (5.0.2 to 5.0.3) the error I get with the same nco...
Hi, When I do `ncks -4 -L5 --cnk_dmn time,1 in.nc out_ncks.nc` on an attached file [in.nc.gz](https://github.com/nco/nco/files/4856116/in.nc.gz) i get a file with strange chunking ``` $ ncdump -sc out_ncks.nc |grep nc_O3_gas:_ChunkSizes...
Hi, A funny feature of ``` NCO netCDF Operators version 4.9.4-alpha07 "Interleave" built by kouzne on kouznetsov14kl at Jul 25 2020 19:17:24 ncks version 4.9.4-alpha07 ``` Way to reproduce `ncks...
Also "bitgroom" replaced by more suitable precision-trimming: only one of three is BitGroom.
https://cla-assistant.io/Unidata/netcdf-c?pullRequest=1937 I have put my other e-mail in the cla-assistant form by a mistake. I have added and verified the e-mail later, but the system still claims that "Rostislav Kouznetsov...
I had put an extra comma after the request in my code,so the `request` parameter turned into a tuple. ``` c = cdsapi.Client(url="https://ads.atmosphere.copernicus.eu/api/v2") req={"model":"chimere","date":"2018-12-31","time":["00:00","01:00"],"format":"netcdf","type":"analysis","variable":"carbon_monoxide","level":0,"leadtime_hour":"0"}, c.retrieve( 'cams-europe-air-quality-forecasts', req, 'out.nc') ``` As...
``` Manifest-Version: 1.0 Implementation-Title: THREDDS Data Server (TDS) Implementation-Version: 5.5-SNAPSHOT Implementation-Vendor-Id: edu.ucar Implementation-Vendor: UCAR/Unidata Implementation-URL: https://www.unidata.ucar.edu/software/tds/ Created-By: Gradle 6.9.1 Build-Jdk: 11.0.12 Built-By: ubuntu Built-On: 2022-10-21T06:29:23+0000 ``` The original file has...