Giter Site home page Giter Site logo

climalsm.jl's Introduction

ClimaLSM

an in-progress prototype interface for running land models in integrated (multi- component) or standalone (single component) modes.

Recommended Julia Version: Stable release v1.10.0. CI no longer tests earlier versions of Julia.

Certain features, including global runs, are not currently available on Windows due to limitations with our regridding software.

Models

Model <: AbstractModel

All models have the same abstract supertype, and have shared functionality. There is the the option to define new methods particular to your model, or to fall back on defaults. The functions each new Model type can define are:

  • make_compute_exp_tendency()
  • make_compute_imp_tendency()
  • make_update_aux()
  • make_exp_tendency()
  • make_imp_tendency()
  • initialize_prognostic()
  • initialize_auxiliary()
  • initialize()
  • prognostic_vars()
  • auxiliary_vars()

Each model will also have some notion of a domain with coordinates, parameter sets, and boundary conditions or other prescribed drivers.

The AbstractModel type is extended by the types AbstractImExModel, which allows for mixed implicit and explicit timestepping, and AbstractExpModel, which only allows for explicit timestepping. AbstractModel is also extended by AbstractLandModel, which contains component models of type AbstractModel.

Examples:

Component Models: RichardsModel <: AbstractSoilModel <: AbstractImExModel <: AbstractModel [runnable w/o LandModel wrapper as well]

PlantHydraulicsModel <: AbstractVegetationModel <: AbstractExpModel <: AbstractModel [runnable w/o LandModel wrapper as well]

PondModel <: AbstractSurfaceWaterModel <: AbstractExpModel <: AbstractModel [runnable w/o LandModel wrapper as well]

Combined Models:

SoilPlantHydrologyModel <: AbstractLandModel <: AbstractModel (constructs the individual ComponentModels based on arguments)

Docs Build docs build
Documentation dev
GHA CI gha ci
Code Coverage codecov

climalsm.jl's People

Contributors

a-charbon avatar akshaysridhar avatar alexisrenchon avatar bors[bot] avatar charleskawczynski avatar espeer5 avatar gagnelandmanna avatar jb-mackay avatar juliasloan25 avatar kmdeck avatar lenkanovak avatar sbozzolo avatar simonbyrne avatar valeriabarra 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.