Giter Site home page Giter Site logo

atmospheric_physics's Introduction

IMPORTANT NOTE - This repository is currently under development and items contained within it should be used with caution.

NCAR CCPP-enabled Atmospheric Physics

Physics packages which are CCPP_enabled (along with supporting routines) are stored in this repository.

Requirements for ccpp physics schemes

  • Physics schemes contain two files, a .F90 file which contains the routines and a .meta file which contains the CCPP metadata.

  • Standard names for metadata can be found here

  • Physics modules may contain one or more of the following routines (where XXX is the name of the module containing the physics)

    • XXX_init - contains the startup/restart initialization required for the package. This is unthreaded and may contain I/O of undistibuted data (e.g. parameter tables)
    • XXX_timestep_init - contains the initialization required for each timestep. This is unthreaded and may contain I/O of undistibuted data (e.g. parameter tables)
    • XXX_run - the code which is run every timestep. Threading is controlled via the host model and the number of available threads will be passed into the routine. No I/O is permitted in this routine
    • XXX_timestep_final - contains any post timestep handling. This is unthreaded
    • XXX_final - contains any code logic which needs to be performed at the end of the run prior to the program exiting. This is unthreaded.

Steps to adding a physics package to the repository

  • Currently under discussion

CCPP resources

atmospheric_physics's People

Contributors

nusbaume avatar cacraigucar avatar boulderdaze avatar k20shores avatar peverwhee avatar cjablono avatar gold2718 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.