Git Product home page Git Product logo

Comments (5)

Jacketless avatar Jacketless commented on June 2, 2024

A somewhat related issue which I am coming up against increasingly is that of loading multiple netCDF files that contain the same variable across different time periods.

Many times long time-series of high resolution variable data are split up into separate files, e.g. by month, day etc. When these are on a computing cluster, it's not really appropriate to stitch them together using NCO tools into new (and enormous) netcdfs.

It would be neat if multiple files could be specified to PARCELS during grid creating/additions, and multiple instances of the same variable were stitched together in the time dimension. Not too complicated an addition, but possibly fiddly to do. What's the best approach for this?

from parcels.

erikvansebille avatar erikvansebille commented on June 2, 2024

Hi @Jacketless, maybe I misunderstand, but isn't the wildcard operator * what you are after? See e.g. the examples/example_globcurrent.py script. The code that handles this is in the from_netcdf classmethod in grid.py (line 106).

Let me know if this fixes your issue with multiple netCDF files, or if you want something else

from parcels.

Jacketless avatar Jacketless commented on June 2, 2024

Apologies for my slow reply, this week has been very busy with PI meetings and prep for the Nouméa visit.

@erikvansebille You're absolutely right, PARCELS does already have this functionality. Sorry about that. I have not yet had a chance to try it out, but it should work fine.
If we can slice only the layers we are interested in from netcdfs that we then load into memory, in most cases we should be able to keep the memory footprint in reasonable territory even for long-ish runs.

from parcels.

erikvansebille avatar erikvansebille commented on June 2, 2024

Slicing layers is indeed a feature I'd like to add in the near future. See also #75. If you have any thoughts on how to go about, it would be great to hear them there!

from parcels.

erikvansebille avatar erikvansebille commented on June 2, 2024

Fixed in #155

from parcels.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.