GithubHelp home page GithubHelp logo

cpl_ppe_co2's Introduction

cpl_ppe_co2

Code and documentation for coupled PPEs with transient forcings from the present-day and future.

File organization

Adapted from Julius Busecke's cookiecuttter-science-project and Claire Zarakas's coupled_PPE.

├── README.md
├── LICENSE
├── environment.yml                <- Conda environment file. Create environment with
│                                     `conda env create -f environment.yml`
│
├── references                     <- Notes, data dictionaries, and all other explanatory materials.
|
├── utils                          <- Python utilities.
│
├── present                        <- All files for the PPE under present-day forcings.
│   ├── code
|   |   ├── 01_select-parameters   <- Workflow for parameter selection using the land-only PPEs.
|   |   ├── 02_set-up-ensemble     <- Review parameter files and store run script templates.
|   |   ├── 03_run-scripts         <- The run scripts for each simulation in the ensemble.
|   |   ├── 04_check-simulations   <- Quick checks of the simulations.
|   |   ├── 05_postprocess         <- Scripts that postprocess the raw simulation output.
|   |   └── 05_analyze_simulations <- Notebooks for analyzing the ensemble.
|   |
|   └── data
|       ├── setup                  <- Input files for running the PPE simulations.
|       |   ├── namelist_mods      <- Namelist modifications.
|       |   ├── paramfiles         <- Parameter files.
|       |   └── sst                <- Observed SST fields.
|       |
|       ├── interim                <- Small subset datasets needed to reproduce results in the
|       |                             analysis notebooks. Includes area weights for the CAM and
|       |                             CLM grids.
|       |
|       ├── processed              <- Symbolic links to postprocessed simulation output, populated
|       |                             via the postprocessing scripts.
|       |
|       └── raw                    <- Symbolic links to immutable raw simulation output, populated
|                                     directly from the model and never modified manually.
|
└── future                         <- All files for the PPE under future scenario forcings.
    |                                 Same structure as `present`.
    ├── code
    |   ├── 01_select-parameters
    |   ├── 02_set-up-ensemble
    |   ├── 04_check-simulations
    |   ├── 05_postprocess
    |   └── 05_analyze_simulations
    |
    └── data
        ├── setup
        |   ├── namelist_mods
        |   ├── paramfiles
        |   └── sst 
        ├── interim
        ├── processed
        └── raw

cpl_ppe_co2's People

Contributors

bbuchovecky avatar

Watchers

 avatar

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.