Giter Club home page Giter Club logo

clm5ppe's People

Contributors

djk2120 avatar katiedagon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

clm5ppe's Issues

framework for emulation

starting with global mean annual mean LAI, build a framework for emulation

  • test different emulation methods, see ESEm
  • test emulator performance vs. training dataset size
  • "leave one out": remove one member, train on the remaining ensemble, and predict the held-out run
  • check reliability of uncertainty estimates

See McNeall et al. 2020

sparsegrid global averaging

sparsegrid global accumulation/averaging does not include Antarctica, therefore if you are comparing to other global products, you need to mask out antarctica

for standard 2deg output this can be achieved via:
f = 'clusters.clm51_PPEn02ctsm51d021_2deg_GSWP3V1_leafbiomassesai_PPE3_hist.annual+sd.400.nc'
sg = xr.open_dataset(f)
la = sg.landfrac*sg.area

shared metrics

create a notebook to calculate metrics of interest, which will write to a shared netcdf

analysis library

Separate commonly used functions (e.g., amean, gmean) into a shared analysis library so we don't have to copy/paste them into individual notebooks.

rank_plot changes

@djk2120 the modifications to rank_plot and top_n in analysis.py, specifically the indexing by minmax, appear to not work with the OAAT data format being read in by get_exp. I think this has something to do with how the minmax coordinate is set up. Do you have another processed data location for OAAT output that works with the new rank_plot function?

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.