-
Notifications
You must be signed in to change notification settings - Fork 1
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 dfbdf04
Showing
123 changed files
with
17,487 additions
and
0 deletions.
There are no files selected for viewing
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,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 4f40424870496e9f13f2148c368ddb2c | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
256 changes: 256 additions & 0 deletions
256
_images/graphviz-6c3fe8bad77bcb6cdb5f27f43ca70e8f1747c02b.svg
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,16 @@ | ||
API | ||
=== | ||
.. toctree:: | ||
|
||
modules/inputs | ||
modules/runs | ||
modules/wrappers | ||
modules/src | ||
modules/vis | ||
|
||
|
||
.. .. autosummary:: | ||
.. :toctree: modules | ||
.. :recursive: | ||
.. | ||
.. inputs |
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,7 @@ | ||
Change log | ||
========== | ||
|
||
.. changelog:: | ||
:towncrier: ../../ | ||
:towncrier-skip-if-empty: | ||
:changelog_file: ../../CHANGELOG.rst |
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,35 @@ | ||
CSAM's Home | ||
=========== | ||
|
||
.. toctree:: | ||
:hidden: | ||
|
||
self | ||
quick_start | ||
tutorial | ||
api | ||
changelog | ||
refs | ||
|
||
.. toctree:: | ||
:hidden: | ||
:caption: Links | ||
|
||
GitHub repo <https://github.com/ray-chew/spec_appx> | ||
|
||
|
||
|
||
This page documents the codebase for the Constrained Spectral Approximation Method (CSAM). CSAM is a physically sound and robust method for approximating the spectrum of subgrid-scale orography. It operates under the following constraints: | ||
|
||
* Utilises a limited number of spectral modes (no more than 100) | ||
* Significantly reduces the complexity of physical terrain by over 500 times | ||
* Maintains the integrity of physical information to a large extent | ||
* Compatible with unstructured geodesic grids | ||
* Inherently scale-aware | ||
|
||
This method is primarily used to represent terrain for weather forecasting purposes, but it also shows promise for broader data analysis applications. | ||
|
||
Acknowledgment | ||
-------------- | ||
This work has been made possible by the generosity of Eric and Wendy Schmidt through the `Schmidt Futures Virtual Earth System Research Institute’s <https://www.schmidtfutures.org/our-work-old/virtual-earth-system-research-institute-vesri/>`_ `DataWave Project <https://datawaveproject.github.io/>`_. | ||
|
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,23 @@ | ||
inputs.lam\_run | ||
=============== | ||
|
||
.. automodule:: inputs.lam_run | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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,22 @@ | ||
`inputs` | ||
======== | ||
|
||
.. automodule:: inputs | ||
|
||
.. rubric:: Modules | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
inputs.lam_run | ||
inputs.selected_run | ||
|
||
.. :toctree: | ||
.. :recursive: | ||
.. inputs.corrections_diagnostics | ||
.. inputs.diagnostics | ||
.. inputs.iter_solve | ||
.. inputs.lam_alaska_pmf_selector | ||
.. | ||
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,23 @@ | ||
inputs.selected\_run | ||
==================== | ||
|
||
.. automodule:: inputs.selected_run | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.