Git Product home page Git Product logo

Comments (5)

ctroupin avatar ctroupin commented on September 26, 2024

Hello George,
can you give some more details: dbinfo is indeed a dictionary, so you mean you get lot of NaNs in the field :residual? Normally that should mean that many observations are not within the domain.

And in the netCDF are the NaNs in the analysis? Can you attach a plot of an analysis?

Thanks!

from diva-workshops.

GeoTuxMan avatar GeoTuxMan commented on September 26, 2024

from diva-workshops.

jmbeckers avatar jmbeckers commented on September 26, 2024

Did you execute on all depth levels ? If you just tried the first levels a lot of observations will be outside of the grid

from diva-workshops.

GeoTuxMan avatar GeoTuxMan commented on September 26, 2024

from diva-workshops.

jmbeckers avatar jmbeckers commented on September 26, 2024

But the depth of the Black Sea is much higher. A data below 60 m will be considered "out of the domain" since you limit your grid at 60 m. If this is really what you want you can limit the data selection earlier by doing something like sel = sel .& (obsdepth .< 61)
But if your intention is to extend later the analysis to the bottom, just keep the data as they are

from diva-workshops.

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.