Giter Club home page Giter Club logo

Comments (7)

ajdawson avatar ajdawson commented on July 28, 2024

Please provide the full traceback for the error you are seeing.

from windspharm.

MicrMc avatar MicrMc commented on July 28, 2024

from windspharm.

ajdawson avatar ajdawson commented on July 28, 2024

Weird. Seems to be having a problem actually loading the data within iris rather than being a problem in windspharm. Can you try putting the following line before the call to windspharm (line 107 in your script):

ctl_vwnd.data
ctl_w = VectorWind(ctl_uwnd, ctl_vwnd)

This will force iris to load the data for the ctl_vwind cube, and I'm wondering if this will trigger the same error.

from windspharm.

MicrMc avatar MicrMc commented on July 28, 2024

from windspharm.

ajdawson avatar ajdawson commented on July 28, 2024

Its Andrew, and yes I think this is a problem with iris, but may be raised because windspharm makes a copy of a cube with deferred data then in-place transposes it (however you seem to be running an older version of iris, I'm not sure this would happen in the most recent version).

You should read up on the deferred loading in iris, but basically when you load a netcdf file (or other format) iris reads the metadata, but doesn't load any data values into memory, it only does this when it needs it. You can force iris to load the data by accessing the .data attribute as we did here. This makes sense for windspharm, which needs to load all the data anyway so it can be passed to a Fortran library.

from windspharm.

ajdawson avatar ajdawson commented on July 28, 2024

I forgot, iris cubes have a method has_lazy_data() that you can call to see if data is still deferred.

from windspharm.

MicrMc avatar MicrMc commented on July 28, 2024

from windspharm.

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.