-
When creating a field with from_netcdf method, the field name is automatically the variable name. Could it be possible to choose a different name that the variable name?
-
Hi Erik,
You really did a great work!!! I like your ocean parcels package very much! In recent days, I used your package to track particles in the ocean and it did very well. However, I met problem…
-
Hi, I'm trying to get some simple models to run on a HPC (before scaling up) and as part of this i updated my desktop parcels to 2.1.5 (to match the HPC) and now a script that was working on 2.1.4 no …
-
Hello - Does Parcels support fluctuating surface elevation? I am using Parcels for some shallower estuaries where horizontal barotropic transport may be important. Would it be possible to include the …
-
Hi, I'm using `from_b_grid_dataset` with OFAM3 data (fieldset created [like this](https://github.com/OceanParcels/parcels/issues/768#issuecomment-635702626)) and found that when some particles are nea…
-
Dear Erik, Phillipe and others --
I have found a bug, I think, in the chunking code when using "field_chunksize='auto'" in FieldSet.from_nemo() for netCDF files with certain chunking patterns alre…
-
Hi OceanParcels team,
I seem to have stumbled upon a problem when running parcels using fields with different dimensions ("Mydepth" does not have a time dimension). The fieldset is declared as foll…
-
currently, the NetCDF dimensions of fields from MITgcm are not registered in the `_name_map` of `NetcdfFileBuffer`. This needs to be added.
CKehl updated
4 years ago
-
Some users have experienced an error with Recovery Maps, see #711 and then specifically https://github.com/OceanParcels/parcels/issues/711#issuecomment-573062528. See also https://github.com/OceanParc…
-
Dear maintainers,
we are using OceanParcels to follow the seafloor bathymetry at a constant altitude by feeding two netCDF files, one from Copernicus (global-analysis-forecast-phy-001-024) and one …