Skip to content

Commit

Permalink
deploy: fd9f8df
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Aug 23, 2024
0 parents commit bd51a0d
Show file tree
Hide file tree
Showing 1,150 changed files with 146,293 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
97 changes: 97 additions & 0 deletions _images/index_api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions _images/index_contribute.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
66 changes: 66 additions & 0 deletions _images/index_getting_started.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions _images/index_user_guide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions _sources/api/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MUSICA API
==========
2 changes: 2 additions & 0 deletions _sources/contributing/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Contributing
============
10 changes: 10 additions & 0 deletions _sources/getting_started/getting_started.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###############
Getting Started
###############

.. toctree::
:maxdepth: 1
:caption: Contents:

overview
installation
16 changes: 16 additions & 0 deletions _sources/getting_started/installation.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Installation
============

MUSICA source code may be cloned from its public GitHub repository
and configured and built with the cmake utility.
In brief:

.. code-block:: console
$ git clone https://github.com/NCAR/musica.git
$ cd musica
$ mkdir build
$ cd build
$ ccmake ..
$ make
$ make install
19 changes: 19 additions & 0 deletions _sources/getting_started/overview.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Overview
========

The specific goal of MUSICA is to produce a new model independent infrastructure,
which will enable chemistry and aerosols to be simulated
at a large number of different resolutions in a single, coherent fashion.
At first, MUSICA will be configured within the NCAR Community Earth system Model (CESM)
and through this enable full feedbacks between the atmosphere, ocean and land.
The infrastructure will unify the different chemical transport models
including CAM-Chem, WACCM and WRF-Chem, and NCAR LES with chemistry
and a box model in a single modular framework.
The model infrastructure will be open source,
flexible and computationally efficient in order
to facilitate community co-development and use for scientific and operational purposes.

At the heart of MUSICA is the standalone Model Independent Chemistry Model (MICM), which is a gas-phase kinetic solver. MICM is made available by the MUSICA wrapper which satisfies the requirements of the Common Community Physics Package (CCPP)
and that can be connected to any CCPP compliant atmosphere model.
MUSICA and MICM will have a flexible design to handle a variety of gas phase and aerosol schemes
and associated chemical modules such as deposition or photolysis.
Loading

0 comments on commit bd51a0d

Please sign in to comment.