-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e1731a8
Showing
937 changed files
with
120,360 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
MUSICA API | ||
========== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Contributing | ||
============ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
############### | ||
Getting Started | ||
############### | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Contents: | ||
|
||
overview | ||
installation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.