Giter Site home page Giter Site logo

Comments (2)

lfreese avatar lfreese commented on June 18, 2024 1

Thank you so much! This is exactly the type of information I was hoping for. I figured it might require a bit of digging, but couldn't quite pin down where to dig through, so this is appreciated.

I'll be documenting how I go through this, and eventually can share the scripts I create for processing the data to prep it for use in atlite.

CESM is a climate model that provides future projections, rather than reanalysis for historical data, which is the fundamental difference between the two. It is 1 degree spatial resolution, and the relevant variables seem to be anywhere between 6-hourly to daily resolution.

from atlite.

euronion avatar euronion commented on June 18, 2024

Hi there!

Documentation of the variables we use from ERA5 can be found here: https://confluence.ecmwf.int/display/CKB/ERA5%3A+data+documentation

which is only half the truth, because we somehow have to use harmonised variable names between datasets, so e.g. influx_direct in atlite refers to fdir (Total sky direct solar radiation at surface](https://apps.ecmwf.int/codes/grib/param-db?id=228021) in the documentation.

Downloading and renaming of the variables happens in the dataset module for era5: https://github.com/PyPSA/atlite/blob/master/atlite/datasets/era5.py

You'll have to work your way through there, we don't have any other documentation right now.
When working your way through the variables you will also notice that e.g. wnd100m is an aggregate from two ERA5 variables, namely the v100 and u100 components (like your CESM data :).

time scale: I also think it shouldn't be too important for cutout creation and only limit the resolution with which you can get the data output (emphasis on shouldn't: in principle, it is possible to create datasets with lower time resolution)

btw.: If you take notes while working your way through all the variables, maybe you can share them here so we can include them into the documentation? That would be fantastic!

I'm curious to learn more about the CESM dataset: Can you share some more information on it, like coverage (time, space) and what it offers that ERA5/SARAH don't offer, what it can do better than the other two?

from atlite.

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.